Mailing List Archive

svn commit: rev 6744 - incubator/spamassassin/trunk/rules
Author: jm
Date: Wed Feb 18 16:51:37 2004
New Revision: 6744

Modified:
incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bug 2377: T_URI_HTTP_TO_HEX_IP added

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 16:51:37 2004
@@ -661,3 +661,6 @@
header T_RATWARE_FAKED_AOL_UA User-Agent =~ /^AOL /
describe T_RATWARE_FAKED_AOL_UA AOL clients don't use the User-Agent header

+uri T_URI_HTTP_TO_HEX_IP /^https?:\/\/(?:[^\@]*\@|)0x[0-9a-f]{8}/i
+describe T_URI_HTTP_TO_HEX_IP URI contains a link to a hexadecimal IP address
+