Mailing List Archive

svn commit: rev 6360 - incubator/spamassassin/trunk/rules
Author: jm
Date: Thu Jan 29 21:54:01 2004
New Revision: 6360

Modified:
incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
oops, typo in T_HTTP_77

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 21:54:01 2004
@@ -443,6 +443,6 @@
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]/
+rawbody T_HTTP_77 /http:\/\/.{0,2}\%77/
describe T_HTTP_77 Contains a URL-encoded hostname (HTTP77)