Mailing List Archive

svn commit: rev 6356 - incubator/spamassassin/trunk/rules
Author: jm
Date: Thu Jan 29 19:04:54 2004
New Revision: 6356

Modified:
incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
catch encoded 'www' in URLs

Modified: incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf (original)
+++ incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf Thu Jan 29 19:04:54 2004
@@ -442,7 +442,7 @@
body T_RM_BPT_LONGWORDS_99 /\b(?:\w{9,}\s+){9}/
describe T_RM_BPT_LONGWORDS_99 Long string of long words

-## "www" hidden as "%77%77%77", "ww%77", etc.
-#rawbody T_HTTP_77 /http:\/\/.{0,2}[\%77]/
-#describe T_HTTP_77 Contains a URL-encoded hostname (HTTP77)
+# "www" hidden as "%77%77%77", "ww%77", etc.
+rawbody T_HTTP_77 /http:\/\/.{0,2}[\%77]/
+describe T_HTTP_77 Contains a URL-encoded hostname (HTTP77)