You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/07/13 03:59:07 UTC

svn commit: rev 22862 - spamassassin/trunk/lib/Mail/SpamAssassin

Author: quinlan
Date: Mon Jul 12 18:59:07 2004
New Revision: 22862

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
Log:
clarification to __ rules


Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm	Mon Jul 12 18:59:07 2004
@@ -184,8 +184,10 @@
 default score is 1.0, or 0.01 for tests whose names begin with 'T_'
 (this is used to indicate a rule in testing).
 
-Note that test names which begin with '__' are reserved for meta-match
-sub-rules, and are not scored or listed in the 'tests hit' reports.
+Note that test names which begin with '__' are indirect rules used to
+compose meta-match rules and can also act as prerequisites to other rules.
+They are not scored or listed in the 'tests hit' reports, but assigning a
+score of 0 to an indirect rule will disable it.
 
 =cut