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:52:07 UTC

svn commit: r545281 - /spamassassin/branches/3.2/rules/10_default_prefs.cf

Author: sidney
Date: Thu Jun  7 12:52:06 2007
New Revision: 545281

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

Modified:
    spamassassin/branches/3.2/rules/10_default_prefs.cf

Modified: spamassassin/branches/3.2/rules/10_default_prefs.cf
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/rules/10_default_prefs.cf?view=diff&rev=545281&r1=545280&r2=545281
==============================================================================
--- spamassassin/branches/3.2/rules/10_default_prefs.cf (original)
+++ spamassassin/branches/3.2/rules/10_default_prefs.cf Thu Jun  7 12:52:06 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