Mailing List Archive

svn commit: r241821 - /spamassassin/branches/3.1/sa-learn.raw
Author: sidney
Date: Sat Aug 27 16:26:20 2005
New Revision: 241821

URL: http://svn.apache.org/viewcvs?rev=241821&view=rev
Log:
Documentation change to reflect change from bug 3055

Modified:
spamassassin/branches/3.1/sa-learn.raw

Modified: spamassassin/branches/3.1/sa-learn.raw
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/sa-learn.raw?rev=241821&r1=241820&r2=241821&view=diff
==============================================================================
--- spamassassin/branches/3.1/sa-learn.raw (original)
+++ spamassassin/branches/3.1/sa-learn.raw Sat Aug 27 16:26:20 2005
@@ -1052,10 +1052,10 @@

=item bayes_seen

-A map of message-ID to what that message was learnt as. This is used so that
-SpamAssassin can avoid re-learning a message it has already seen, and so it can
-reverse the training if you later decide that message was previously learnt
-incorrectly.
+A map of Message-Id and some data from headers and body to what that
+message was learnt as. This is used so that SpamAssassin can avoid
+re-learning a message it has already seen, and so it can reverse the
+training if you later decide that message was learnt incorrectly.

This is a database file, using C<DB_File>.