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 2008/09/17 13:18:36 UTC

svn commit: r696243 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Wed Sep 17 04:18:35 2008
New Revision: 696243

URL: http://svn.apache.org/viewvc?rev=696243&view=rev
Log:
avoid FPs as suggested for PR_TD_NOWRAP_BAT; ruleqa results say this is ok, too

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?rev=696243&r1=696242&r2=696243&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Wed Sep 17 04:18:35 2008
@@ -323,6 +323,6 @@
 describe RATWARE_HELO_DM   External host used 'DM' as the HELO name, DarkMailer signature
 
 # thanks to Phil Randal on the users list for this tip
-rawbody PR_TD_NOWRAP      /<td nowrap>/
-meta PR_TD_NOWRAP_BAT     (__THEBAT_MUA && PR_TD_NOWRAP)
+rawbody __PR_TD_NOWRAP      /<td nowrap>/
+meta PR_TD_NOWRAP_BAT     (__THEBAT_MUA && __PR_TD_NOWRAP)