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/10/27 03:09:03 UTC

svn commit: rev 55655 - spamassassin/trunk/rules

Author: quinlan
Date: Tue Oct 26 18:09:03 2004
New Revision: 55655

Modified:
   spamassassin/trunk/rules/70_testing.cf
Log:
T_OPTING_OUT_CAPS, T_OPTING_IN_CAPS


Modified: spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf	(original)
+++ spamassassin/trunk/rules/70_testing.cf	Tue Oct 26 18:09:03 2004
@@ -175,3 +175,9 @@
 meta T_META_26	(MIME_BASE64_NO_NAME && MIME_BASE64_TEXT)
 meta T_META_27	(MIME_BOUND_NEXTPART && NO_REAL_NAME)
 
+# bug 2618 (already closed bug)
+# add \b around current rule
+body T_OPTING_OUT_CAPS		/\b(?-i:O)pt.?(?-i:O)ut\b/i
+# try \b around a rule deleted at some point
+body T_OPTING_IN_CAPS		/\b(?-i:O)pt.?(?-i:I)n\b/i
+