From: Alex Dehnert Date: Fri, 23 Apr 2010 06:23:44 +0000 (-0400) Subject: Increase Bayes weightings X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=6291e2d706e9ba4618844045644dea3ab1b60d1d;p=sysconfig%2Fspamassassin.git Increase Bayes weightings --- diff --git a/local.cf b/local.cf index 2b7202f..2982fee 100644 --- a/local.cf +++ b/local.cf @@ -51,3 +51,16 @@ report_safe 0 # bayes_ignore_header X-Spam-Flag # bayes_ignore_header X-Spam-Status +# Increase the Bayes weighting +ifplugin Mail::SpamAssassin::Plugin::Bayes +score BAYES_00 0 0 -2.312 -2.599 +score BAYES_05 0 0 -1.110 -1.110 +score BAYES_20 0 0 -0.740 -0.740 +score BAYES_40 0 0 -0.185 -0.185 +score BAYES_50 0 0 0.001 0.001 +score BAYES_60 0 0 1.0 1.0 +score BAYES_80 0 0 2.0 2.0 +score BAYES_95 0 0 3.5 3.5 +score BAYES_99 0 0 5.0 5.0 +endif +