You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/19 03:00:28 UTC

svn commit: r1569605 - /spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm

Author: kmcgrail
Date: Wed Feb 19 02:00:27 2014
New Revision: 1569605

URL: http://svn.apache.org/r1569605
Log:
small clarification in docs for BAYES_99/BAYES_999

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm?rev=1569605&r1=1569604&r2=1569605&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm Wed Feb 19 02:00:27 2014
@@ -125,7 +125,7 @@ the spaminess of a message.
 With C<bayes_auto_learn_on_error> off, autolearning will be performed
 even if bayes classifier already agrees with the new classification (i.e.
 yielded BAYES_00 for what we are now trying to teach it as ham, or yielded
-BAYES_99 for spam). This is a traditional setting, the default was chosen
+BAYES_99 / BAYES_999 for spam). This is a traditional setting, the default was chosen
 to retain backward compatibility.
 
 With C<bayes_auto_learn_on_error> turned on, autolearning will be performed