forked from levisjani/fufix
-
Notifications
You must be signed in to change notification settings - Fork 0
Exclude from spam and virus filter
dahead edited this page Dec 5, 2015
·
3 revisions
FuGlu runs its plugins in the following order:
ActionOverride, ClamAV, Spamassassin
With ActionOverride FuGlu can be configured to return ACCEPT and stop processing the mail with further plugins. Default action is DUNNO.
To return ACCEPT for a domain or a sender, open the file /etc/fuglu/actionrules.regex
and use the following syntax:
envelope_from [email protected] ACCEPT
from_domain mydomain.tld ACCEPT
envelope_to [email protected] ACCEPT
to_domain hisdomain.tld ACCEPT
You will not need to restart FuGlu.
See FuGlu documentation for more information.