Increase Bayes weightings
authorAlex Dehnert <adehnert@mit.edu>
Fri, 23 Apr 2010 06:23:44 +0000 (02:23 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Fri, 23 Apr 2010 06:23:44 +0000 (02:23 -0400)
local.cf

index 2b7202f5053fd2c8bbc0dea221d3f5e66bbb6266..2982fee73be6fb0bfc54bf6804c24db11656b816 100644 (file)
--- 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
+