summaryrefslogtreecommitdiff
path: root/amavis
diff options
context:
space:
mode:
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 ) {