From 6291e2d706e9ba4618844045644dea3ab1b60d1d Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Fri, 23 Apr 2010 02:23:44 -0400 Subject: [PATCH] Increase Bayes weightings --- local.cf | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + -- 2.34.1