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/05/21 07:58:41 UTC

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

Author: felicity
Date: Thu May 20 22:58:40 2004
New Revision: 20178

Modified:
   incubator/spamassassin/trunk/rules/20_head_tests.cf
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
promote CT_BOUND_DDNUM ...  exceptional rule, at least for now...

Modified: incubator/spamassassin/trunk/rules/20_head_tests.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/20_head_tests.cf	(original)
+++ incubator/spamassassin/trunk/rules/20_head_tests.cf	Thu May 20 22:58:40 2004
@@ -94,6 +94,8 @@
 header SUBJ_HAS_SPACES		Subject =~ /(?:\s{6}|\t\s|\s\t)\S/
 describe SUBJ_HAS_SPACES	Subject contains lots of white space
 
+header    CT_BOUND_DDNUM        Content-Type =~ /boundary="--\d+"/
+describe  CT_BOUND_DDNUM	Content-Type header has boundary in ratware form
 
 header SUBJ_ALL_CAPS		eval:subject_is_all_caps()
 describe SUBJ_ALL_CAPS		Subject is all capitals

Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Thu May 20 22:58:40 2004
@@ -247,10 +247,6 @@
 header    T_YAHOO_MSGID_CAPS          Message-ID =~ /<[A...@yahoo.com>/
 describe  T_YAHOO_MSGID_CAPS          Message-ID has all-caps@yahoo.com
 
-# bug 3396
-header    T_CT_BOUND_DDNUM        Content-Type =~ /boundary="--\d+"/
-describe  T_CT_BOUND_DDNUM	  Content-Type header has boundary in ratware form
-
 # bug 3399
 header T_MSGID_CAPS1	Message-ID =~ /<[A-Z]+\@[a-z]+\.[a-z]{2,4}>/
 header T_MSGID_CAPS2	Message-ID =~ /<[A-Z]+\@(?!(?:mailcity|whowhere)\.com)[a-z]+\.[a-z]{2,4}>/