You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/01/24 19:10:34 UTC

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