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/15 11:35:40 UTC

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

Author: jm
Date: Mon Sep 15 02:35:39 2008
New Revision: 695394

URL: http://svn.apache.org/viewvc?rev=695394&view=rev
Log:
added PR_TD_NOWRAP, PR_TD_NOWRAP_BAT thanks to tip on the users list from Phil Randal

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=695394&r1=695393&r2=695394&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Mon Sep 15 02:35:39 2008
@@ -322,3 +322,7 @@
 header RATWARE_HELO_DM     X-Spam-Relays-External =~ / helo=DM /
 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)
+