From f1d02720b1f7328893634f1550838b0a11d4e5d7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Oct 2016 13:21:08 +0200 Subject: Adapt to recent changes to SpamAssassin and Dovecot. --- amavis/amavisd.conf.addon | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'amavis') 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 ) { -- cgit v1.2.3