You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/02/07 23:18:46 UTC

svn commit: rev 6564 - incubator/spamassassin/trunk/rules

Author: jm
Date: Sat Feb  7 14:18:45 2004
New Revision: 6564

Modified:
   incubator/spamassassin/trunk/rules/70_cvs_rules_under_test.cf
Log:
affiliate_id rule, suggestion from sa-users list

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 Feb  7 14:18:45 2004
@@ -539,3 +539,6 @@
 # partial messages; currently-theoretical attack
 header T_FRAGMENTED_MESSAGE	Content-Type =~ /message\/partial/i
 
+# affiliateid, aff_id, aff_sub_id etc.
+uri T_URI_AFFILIATE		/aff\w+id=/i
+