diff options
author | Fredrik Lindberg <fli@shapeshifter.se> | 2008-12-10 22:17:41 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-12-10 22:17:41 +0100 |
commit | 28075fabec0dad462804ffe274b4eb2524c8d405 (patch) | |
tree | a771f284d4e9882a95515835d800e121f4804d77 /antispam.7 | |
parent | 3da16a1c2e0ed17fc0ca9968ca8b978ce28d51c8 (diff) | |
download | dovecot-antispam-28075fabec0dad462804ffe274b4eb2524c8d405.tar.gz dovecot-antispam-28075fabec0dad462804ffe274b4eb2524c8d405.tar.xz dovecot-antispam-28075fabec0dad462804ffe274b4eb2524c8d405.zip |
dspam backend: allow configuring ignoring virus emails
The following new options needs to be added to the configuration for
anything to happen.
antispam_dspam_result_header = X-DSPAM-Result
antispam_dspam_result_blacklist = Virus
result_blacklist is a semicolon separated list of "blacklisted"
classifications and mails with the header X-DSPAM-Result set to
any of the strings (case insensitive) are ignored during move.
I've tested it and it seems to work as expected.
Diffstat (limited to '')
-rw-r--r-- | antispam.7 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -146,6 +146,13 @@ plugin { # antispam_dspam_args = --deliver=;--user;%u # % expansion done by dovecot # antispam_dspam_args = --mode=teft + # Ignore mails where the DSPAM result header contains any of the + # strings listed in the blacklist + # (default unset i.e. none) + # antispam_dspam_result_header = X-DSPAM-Result + # semicolon-separated list of blacklisted results, case insensitive + # antispam_dspam_result_blacklist = Virus + #===================== # mail sending plugin # |