You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2009/09/11 07:17:38 UTC

svn commit: r813666 - /spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf

Author: hege
Date: Fri Sep 11 05:17:37 2009
New Revision: 813666

URL: http://svn.apache.org/viewvc?rev=813666&view=rev
Log:
fix FROM_CONTAINS_TAB

Modified:
    spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf

Modified: spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf?rev=813666&r1=813665&r2=813666&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf Fri Sep 11 05:17:37 2009
@@ -27,5 +27,5 @@
 meta	HK_NAME_FM_FROM		__HK_NAME_FROM && FREEMAIL_FROM
 
 # From Mike Cappella
-header	FROM_CONTAINS_TAB	From:raw =~ /^\t/m
+header	FROM_CONTAINS_TAB	From:raw =~ /\A\t/m