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/17 01:01:52 UTC

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

Author: felicity
Date: Sun May 16 16:01:51 2004
New Revision: 10703

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
bug 3399: more suggested message-id based rules

Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf	(original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf	Sun May 16 16:01:51 2004
@@ -242,3 +242,8 @@
 # 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_CAPS  Message-ID =~ /<[A-Z]+\@[a-z]+\.[a-z]{2,4}>/
+header   T_MSGID_CAPS2  Message-ID =~ /<[A-Z]+\@(?!mailcity\.com)[a-z]+\.[a-z]{2,4}>/
+header   T_MSGID_CAPS3		Message-ID =~ /^\s*<?[A-Z]+\@(?!mailcity\.com)/