You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/04/15 06:11:38 UTC

svn commit: rev 10030 - incubator/spamassassin/trunk/rules

Author: felicity
Date: Wed Apr 14 21:11:37 2004
New Revision: 10030

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bug 3262: attempt to improve NO_COST

Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Wed Apr 14 21:11:37 2004
@@ -482,3 +482,6 @@
 header T_ADVERT_CODE	Subject =~ /^[^0-9a-z]*adv(?:ert)?\b/i
 # may need a negative lookahead between in front of first \b for "ADV."
 header T_ADVERT_CODE2	Subject =~ /\w.*\bA\s*D\s*V\b/
+
+# bug 3262
+body T_NO_COST                    /\bno (?:(?:extra|hidden) )?(?:cost|charge)\b/i