Mailing List Archive

svn commit: rev 6259 - incubator/spamassassin/trunk/rules
Author: felicity
Date: Sat Jan 24 10:10:34 2004
New Revision: 6259

Modified:
incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
bug 2957: add INFO_TLD, same as BIZ_TLD

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 Sat Jan 24 10:10:34 2004
@@ -366,3 +366,6 @@
uri T_TERRA_ES /terra\.es\//i
describe T_TERRA_ES Contains images or links to pages hosted at 'terra.es'

+# bug 2957
+uri T_INFO_TLD /^(?:https?:\/\/|mailto:)[^\/]+\.info(?:\/|$)/i
+describe T_INFO_TLD Contains a URL in the INFO top-level domain