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 2010/02/28 01:09:35 UTC

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

Author: hege
Date: Sun Feb 28 00:09:34 2010
New Revision: 917085

URL: http://svn.apache.org/viewvc?rev=917085&view=rev
Log:
temporary fix for bug 6354

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=917085&r1=917084&r2=917085&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf Sun Feb 28 00:09:34 2010
@@ -20,7 +20,7 @@
 header		HK_NAME_DRUGS		From:name =~ /(viagra|cialis)/mi
 describe	HK_NAME_DRUGS		From name contains drugs
 
-header		HK_NAME_FREE		From:name =~ /\b(?:get)?free\b/mi
+header		HK_NAME_FREE		From:name =~ /\b(?:get)?free(?!\.fr)\b/mi
 describe	HK_NAME_FREE		From name mentions free stuff
 
 header		HK_SUBJECT_SPACES	Subject =~ /^(?!.{80}\#).*?\s{10}/