You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by du...@apache.org on 2005/11/08 21:53:08 UTC

svn commit: r331884 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm

Author: duncf
Date: Tue Nov  8 12:53:06 2005
New Revision: 331884

URL: http://svn.apache.org/viewcvs?rev=331884&view=rev
Log:
Trivial: Fix documentation of bayes_store_module (Debian Bug 333792)

Modified:
    spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm?rev=331884&r1=331883&r2=331884&view=diff
==============================================================================
--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf.pm Tue Nov  8 12:53:06 2005
@@ -2244,9 +2244,12 @@
 
 =item bayes_store_module Name::Of::BayesStore::Module
 
-If this option is set, the module given will be used as an alternate to the
-default bayes storage mechanism.  It must conform to the published storage
-specification (see Mail::SpamAssassin::BayesStore).
+If this option is set, the module given will be used as an alternate
+to the default bayes storage mechanism.  It must conform to the
+published storage specification (see
+Mail::SpamAssassin::BayesStore). For example, set this to
+Mail::SpamAssassin::BayesStore::SQL to use the generic SQL storage
+module.
 
 =cut