You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kb...@apache.org on 2008/06/18 18:42:53 UTC

svn commit: r669217 - /spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Author: kb
Date: Wed Jun 18 09:42:53 2008
New Revision: 669217

URL: http://svn.apache.org/viewvc?rev=669217&view=rev
Log:
THEBAT_UNREG: tighten to prevent attacks


Modified:
    spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Modified: spamassassin/rules/trunk/sandbox/kb/70_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/kb/70_misc.cf?rev=669217&r1=669216&r2=669217&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/kb/70_misc.cf (original)
+++ spamassassin/rules/trunk/sandbox/kb/70_misc.cf Wed Jun 18 09:42:53 2008
@@ -1,5 +1,5 @@
 
 # Shot in the dark, spotted by coincidence.  Seeing more of these soon?
 
-header  THEBAT_UNREG  X-Mailer =~ /^The Bat! .+ UNREG$/
+header  THEBAT_UNREG  X-Mailer =~ /^The Bat! .{0,20} UNREG$/