You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/01/30 04:04:47 UTC

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

Author: jm
Date: Thu Jan 29 19:04:47 2004
New Revision: 6355

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:47 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)