Mailing List Archive

svn commit: rev 6361 - incubator/spamassassin/trunk/rules
Author: jm
Date: Thu Jan 29 22:12:57 2004
New Revision: 6361

Modified:
incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
T_HTTP_77 now a uri rule

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 22:12:57 2004
@@ -443,6 +443,7 @@
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/
+# note: *not* anchored to start of string, to catch use of redirectors
+uri T_HTTP_77 /http:\/\/.{0,2}\%77/
describe T_HTTP_77 Contains a URL-encoded hostname (HTTP77)