Mailing List Archive

svn commit: rev 9812 - incubator/spamassassin/trunk/rules
Author: quinlan
Date: Mon Mar 29 13:15:28 2004
New Revision: 9812

Modified:
incubator/spamassassin/trunk/rules/70_testing.cf
Log:
make sure we're getting good incremental value from the LONGWORDS sub-rules
also aim for lower FP rate if possible


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf (original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf Mon Mar 29 13:15:28 2004
@@ -492,3 +492,10 @@
header __MAILMAN_21 X-Mailman-Version =~ /\d/
meta T_FORGED_MUA_THEBAT_BOUN (__THEBAT_MUA && !__THEBAT_MUA_V2 && __CTYPE_HAS_BOUNDARY && !__BAT_BOUNDARY && !__MAILMAN_21)

+# some test replacements for meta rule
+meta T_LONGWORDS_1 (__LONGWORDS_D || (__LONGWORDS_A + __LONGWORDS_B + __LONGWORDS_C > 1))
+meta T_LONGWORDS_2 (__LONGWORDS_D || (__LONGWORDS_A && __LONGWORDS_B && __LONGWORDS_C))
+meta T_LONGWORDS_3 (__LONGWORDS_A + __LONGWORDS_B + __LONGWORDS_C + __LONGWORDS_D > 1)
+meta T_LONGWORDS_4 (__LONGWORDS_D || __LONGWORDS_A)
+meta T_LONGWORDS_5 (__LONGWORDS_D || __LONGWORDS_B)
+meta T_LONGWORDS_6 (__LONGWORDS_D || __LONGWORDS_C)