summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
authorroot <root@jones.dk>2016-10-26 13:21:08 +0200
committerroot <root@jones.dk>2016-10-26 13:21:08 +0200
commitf1d02720b1f7328893634f1550838b0a11d4e5d7 (patch)
tree28310858e7d4b27f88031f28f2eabf2b08e23bbc /amavis
parentb1f2c57f33e1de0c8697d3974f032c1c83d6b623 (diff)
Adapt to recent changes to SpamAssassin and Dovecot.
Diffstat (limited to 'amavis')
-rw-r--r--amavis/amavisd.conf.addon8
1 files changed, 3 insertions, 5 deletions
diff --git a/amavis/amavisd.conf.addon b/amavis/amavisd.conf.addon
index e6b586f..4ec84ec 100644
--- a/amavis/amavisd.conf.addon
+++ b/amavis/amavisd.conf.addon
@@ -37,12 +37,10 @@ $virus_admin = undef;
# Suppress noise if failing to undecipher (e.g. GPG-encrypted mail)
$undecipherable_subject_tag = undef;
-# Recommendations from http://www200.pair.com/mecham/spam/spamfilter20060630.html
-# ...but lowered slightly
$recipient_delimiter = '+';
-$sa_tag_level_deflt = undef;
-$sa_tag2_level_deflt = 3.0;
-$sa_kill_level_deflt = 10.0;
+$sa_tag_level_deflt = undef; # permits MUA training
+$sa_tag2_level_deflt = undef; # move to Junk instead
+$sa_kill_level_deflt = 20.0; # also move >10 to Trash
my $config_file_addon_org="/etc/local-ORG/amavis/amavisd.conf.addon";
if ( -f $config_file_addon_org ) {