X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ffilters%2FREADME;h=5b1c8726cd3d2fecd479ec3382bc17759ff3e526;hb=bd1927c90388479ebbf2c96b8df7eb73c242212e;hp=0b68104d0f8a02859dcac24632d5ad99e70f1d58;hpb=9c6554164eb84c11c3f1ef78183f86fd0d7646a9;p=squirrelmail.git diff --git a/plugins/filters/README b/plugins/filters/README index 0b68104d..5b1c8726 100644 --- a/plugins/filters/README +++ b/plugins/filters/README @@ -21,18 +21,19 @@ you still require it. This is slow. Yep. Slow. -To configure, you should just take a peek at setup.php and set +To configure, first you need to rename config.php.sample to config.php. +You should then just take a peek at config.php and set $SpamFilters_YourHop to some string if you want to avoid tons of false hits on the RSS and DUL and ORBS databases. It should also speed up the scan somewhat. -If you do not want to enable spam filters for all users, edit setup.php and +If you do not want to enable spam filters for all users, edit config.php and set the $AllowSpamFilters to false. Spam filters can take TONS of time, so if you don't want your users to complain and ask you tons of questions, this is a quick and easy method. If you use UW and if you encounter strange errors while using this plugin on -your system, edit setup.php and set $UseSeparateImapConnection to true. This +your system, edit config.php and set $UseSeparateImapConnection to true. This may not solve the problem. One problem it might fix is if you run UW 2001 and if you don't see the number of unread messages in your left-hand folder pane, or if you see timeouts or IMAP server error messages. Turning on this @@ -42,4 +43,4 @@ connection. Lastly, if there are some IPs that you want to refuse email from or some IPs you want to accept email from REGARDLESS of what the DNS databases say, you can put in overrides in the SpamFilters_DNScache[] array. See the comments -in setup.php for more info on this. +in config.php for more info on this.