You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2007/06/07 21:56:10 UTC

svn commit: r545287 - /spamassassin/trunk/rules/10_default_prefs.cf

Author: sidney
Date: Thu Jun  7 12:56:09 2007
New Revision: 545287

URL: http://svn.apache.org/viewvc?view=rev&rev=545287
Log:
bug 5257: revert change made for this bug. ham threshold was too low in practice

Modified:
    spamassassin/trunk/rules/10_default_prefs.cf

Modified: spamassassin/trunk/rules/10_default_prefs.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/10_default_prefs.cf?view=diff&rev=545287&r1=545286&r2=545287
==============================================================================
--- spamassassin/trunk/rules/10_default_prefs.cf (original)
+++ spamassassin/trunk/rules/10_default_prefs.cf Thu Jun  7 12:56:09 2007
@@ -116,7 +116,7 @@
 # Mail which scores outside this range will be fed back into SpamAssassin's
 # learning system automatically, to train the Bayesian scanner.
 ifplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
-bayes_auto_learn_threshold_nonspam	-1.0
+bayes_auto_learn_threshold_nonspam	0.1
 bayes_auto_learn_threshold_spam		12.0
 endif # Mail::SpamAssassin::Plugin::AutoLearnThreshold