User Tools

Site Tools


reference:spamfilter_script_configuration

Spamfilter Script Configuration tab

You reach this tab by going to Settings –> Spam Filter -> General, and then choose the General tab.

The Spamfilter script has various settings that can be changed to alter the behaviour of the spamfilter. These are defined in the script, so may change with different versions of the script. The settings are currently:

AllowQuickEnd

If this is 1 then the spamfilter will finish processing the incoming message early on if it finds that it is very likely to be spam. This reduces CPU load on the server, and speeds up the processing of messages

DontRedirect

If you have the Redirect option set so that spam is redirected to another user, you can use the DontRedirect setting to stop mail to certain users being redirected.

The setting can either be a wildcard string, or a regular expression

So

s* ” - will not redirect spam to any user beginning with 's'

or

/^(user1|user2)$/i” - is a regular expression that will stop mail to user1 or user2 being redirected.

EarlyDNS

With the default setting of 0 the spamfilter starts some DNS requests at the start of processing the message, then checks the results at the end. This means that it isn't waiting around idly for the results.

If this is changed to 1 then the spamfilter will check the results at the beginning of the processing. This may slow down the actual processing time of the message (it is quicker if you have your own local DNS server on your network). However, it means that, in combination with the AllowQuickEnd setting above, the spamfilter could skip the majority of the checks if the DNS results show that this is likely to be spam - reducing CPU load.

This is most beneficial on a mail server with an incoming SMTP feed, as it may be receiving many messages at once. The individual processing time of a message is less important with incoming SMTP as well, because messages are received concurrently, rather than one after the other, as with POP3.

Redirect

The default behaviour of the spam filter is for detected spam to be put in a quarantine for the relevant recipient(s)

In some cases, people want all spam to be sent to a certain user. If you want to do this, put the email address where you want the spam to be sent into the 'Redirect' setting.

Normally, the messages will be put into the redirected user's spam quarantine. (Note that if you release messages from this quarantine, they will go to the redirected user, not the original recipient!). If you want the messages to go to the redirected user's inbox, rather than the quarantine, then you can either turn off the quarantine facility totally, or just turn it off for the relevant user.

reference/spamfilter_script_configuration.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1