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/16 06:10:25 UTC

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

Author: hege
Date: Wed Sep 16 04:10:24 2009
New Revision: 815598

URL: http://svn.apache.org/viewvc?rev=815598&view=rev
Log:
add subject_spaces

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=815598&r1=815597&r2=815598&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/hege/20_hk.cf Wed Sep 16 04:10:24 2009
@@ -29,3 +29,6 @@
 # From Mike Cappella
 header	FROM_CONTAINS_TAB	From:raw =~ /\A\t/m
 
+header	SUBJECT_SPACES		Subject =~ /^(?!.{80}\#).*?\s{10}/
+header	SUBJECT_SPACES_SC	Subject =~ /\s{10}(?:[a-z]|\d{1,4})(?:\s|$)/i
+