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/02/19 05:42:18 UTC

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

Author: quinlan
Date: Wed Feb 18 20:42:17 2004
New Revision: 6764

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
regular expression mistake


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Wed Feb 18 20:42:17 2004
@@ -69,7 +69,7 @@
 uri T_PORN_URL_SUCK	/^https?:\/\/[\w\.-]*suck[\w-]*\./
 uri T_PORN_URL_TEEN1	/^https?:\/\/[\w\.-]*(?<!thir|four|eigh|nine)(?<!fif|six)(?<!seven)teen[\w-]*\./
 # yes, some bright lad made up "eleventeenth" as a word
-uri T_PORN_URL_TEEN2	/^https?:\/\/[\w\.-]*(?<!eleven|twelve|thir|four|eigh|nine)(?<!fif|six)(?<!seven)teen[\w-]*\./
+uri T_PORN_URL_TEEN2	/^https?:\/\/[\w\.-]*(?<!thir|four|eigh|nine)(?<!fif|six)(?<!seven)(?<!eleven|twelve)teen[\w-]*\./
 uri T_PORN_URL_TEEN3	/^https?:\/\/[\w\.-]*(?<!thir|four|eigh|nine)(?<!fif|six)(?<!seven)teen(?!th)[\w-]*\./
 uri T_PORN_URL_MISC	/^https?:\/\/[\w\.-]*(pussy|nympho|porn|hard-?core|taboo|whore|voyeur|lesbian|gurlpages|naughty|lolita|schoolgirl|kooloffer|erotic)[\w-]*\./