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/09/28 08:03:12 UTC

svn commit: rev 47390 - spamassassin/trunk/rules

Author: jm
Date: Mon Sep 27 23:03:11 2004
New Revision: 47390

Modified:
   spamassassin/trunk/rules/70_testing.cf
Log:
couple of testing rules

Modified: spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf	(original)
+++ spamassassin/trunk/rules/70_testing.cf	Mon Sep 27 23:03:11 2004
@@ -133,3 +133,11 @@
 ### header T_FORGED_DEF_WHITELIST     eval:check_forged_in_default_whitelist()
 ### describe T_FORGED_DEF_WHITELIST   Forged From: is in default white-list
 ### tflags T_FORGED_DEF_WHITELIST     userconf
+
+# thanks to David Ritz for passing this on; ready for post-3.0.0
+header T_UNCLOSED_BRACKET   ALL =~ /\[\d+\r?\n/s
+
+# A particularly persistent .tw spammer sending broken messages; gets past
+# my installation :( .  Happily, they always HELO with "0".
+header HELO_0     X-Spam-Relays-Untrusted =~ / helo=0 /
+