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/20 20:21:51 UTC

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

Author: felicity
Date: Thu May 20 11:21:50 2004
New Revision: 20169

Modified:
   incubator/spamassassin/trunk/rules/70_testing.cf
Log:
whowhere.com seems to be everyone else's FPs for the MSGID_CAPS rules, so add them to the negative look-ahead ...

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 11:21:50 2004
@@ -256,8 +256,8 @@
 
 # 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\.com)[a-z]+\.[a-z]{2,4}>/
-header T_MSGID_CAPS3	Message-ID =~ /^\s*<?[A-Z]+\@(?!mailcity\.com)/
+header T_MSGID_CAPS2	Message-ID =~ /<[A-Z]+\@(?!(?:mailcity|whowhere)\.com)[a-z]+\.[a-z]{2,4}>/
+header T_MSGID_CAPS3	Message-ID =~ /^\s*<?[A-Z]+\@(?!(?:mailcity|whowhere)\.com)/
 header T_MSGID_CAPS4	MESSAGEID =~ /<[A-Z]+\@[a-z]+\.[a-z]{2,4}>/
-header T_MSGID_CAPS5	MESSAGEID =~ /<[A-Z]+\@(?!mailcity\.com)[a-z]+\.[a-z]{2,4}>/
-header T_MSGID_CAPS6	MESSAGEID =~ /^\s*<?[A-Z]+\@(?!mailcity\.com)/
+header T_MSGID_CAPS5	MESSAGEID =~ /<[A-Z]+\@(?!(?:mailcity|whowhere)\.com)[a-z]+\.[a-z]{2,4}>/
+header T_MSGID_CAPS6	MESSAGEID =~ /^\s*<?[A-Z]+\@(?!(?:mailcity|whowhere)\.com)/