Mailing List Archive

svn commit: rev 6841 - incubator/spamassassin/trunk/rules
Author: quinlan
Date: Mon Feb 23 20:57:38 2004
New Revision: 6841

Modified:
incubator/spamassassin/trunk/rules/70_testing.cf
Log:
another rule that doesn't hit any more -- too long since last release


Modified: incubator/spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/70_testing.cf (original)
+++ incubator/spamassassin/trunk/rules/70_testing.cf Mon Feb 23 20:57:38 2004
@@ -233,14 +233,6 @@
uri T_MSN_REDIR /^http:\/\/shopping\.msn\.com\/trackurl\.aspx\?/i
describe T_MSN_REDIR Has MSN Redirect URI

-# Catches e.g. 'Re: EFDNOX, a thousand dollars', 'Re: ZJXQAOBK, dont know
-# anything', 'Re: ODLI, came the noise' but misses 'Re: MNCYU, thought: of
-# testing'. Has to avoid FPs like 'Re: SIGSEGV, where are you?', 'Re: EXMH,
-# Metamail and RH8.0'.
-#
-header T_RE_UC_3WORDS Subject =~ /^[rR][eE]: [A-Z]{3,12},(?:\s[A-Z][a-z]+){3}$/
-describe T_RE_UC_3WORDS Has Subject in form "Re: UPPERCASE, word word word"
-
# more portable replacement for RCVD_NUMERIC_HELO that doesn't rely on
# Received headers using "helo=" prefix
header T_RCVD_NUMERIC_HELO X-Spam-Relays-Untrusted =~ / helo=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} /