You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2008/09/07 22:36:13 UTC

svn commit: r692947 - /spamassassin/rules/branches/3.1/25_replace.cf

Author: sidney
Date: Sun Sep  7 13:36:13 2008
New Revision: 692947

URL: http://svn.apache.org/viewvc?rev=692947&view=rev
Log:
bug 5428: sharpen up rule to eliminate false positives

Modified:
    spamassassin/rules/branches/3.1/25_replace.cf

Modified: spamassassin/rules/branches/3.1/25_replace.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.1/25_replace.cf?rev=692947&r1=692946&r2=692947&view=diff
==============================================================================
--- spamassassin/rules/branches/3.1/25_replace.cf (original)
+++ spamassassin/rules/branches/3.1/25_replace.cf Sun Sep  7 13:36:13 2008
@@ -81,7 +81,7 @@
 describe SUBJECT_FUZZY_CHEAP	Attempt to obfuscate words in Subject:
 replace_rules SUBJECT_FUZZY_CHEAP
 
-header SUBJECT_FUZZY_PENIS	Subject =~ /<inter W3><post P3>\b(?!penis)<P><E><N><I><S>/i
+header SUBJECT_FUZZY_PENIS	Subject =~ /<inter W3><post P3>\b(?!(pen(is|ny)))<P><E><N><I><S>\b/i
 describe SUBJECT_FUZZY_PENIS	Attempt to obfuscate words in Subject:
 replace_rules SUBJECT_FUZZY_PENIS