You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/12/28 04:47:15 UTC

svn commit: r607168 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf

Author: dos
Date: Thu Dec 27 19:47:15 2007
New Revision: 607168

URL: http://svn.apache.org/viewvc?rev=607168&view=rev
Log:
argh, we require hashes in rules to be escaped

Modified:
    spamassassin/rules/trunk/sandbox/dos/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?rev=607168&r1=607167&r2=607168&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Thu Dec 27 19:47:15 2007
@@ -265,7 +265,7 @@
 score DOS_HC_ZIP_VIRUS          3.5
 
 # 20071227
-header DOS_PORN_BOUNDARY        Content-Type =~ /\bboundary="----#(?:SUBSTANCE|CONTENT)_BOUNDARY"$/
+header DOS_PORN_BOUNDARY        Content-Type =~ /\bboundary="----\#(?:SUBSTANCE|CONTENT)_BOUNDARY"$/
 describe DOS_PORN_BOUNDARY      Content boundary common to porn spam
 score DOS_PORN_BOUNDARY         1.0