You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by hs...@apache.org on 2006/11/14 01:39:01 UTC

svn commit: r474605 - /spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf

Author: hstern
Date: Mon Nov 13 16:39:00 2006
New Revision: 474605

URL: http://svn.apache.org/viewvc?view=rev&rev=474605
Log:
Added a rule to match 'New software uploaded by' spam that we've been missing.


Modified:
    spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf

Modified: spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf?view=diff&rev=474605&r1=474604&r2=474605
==============================================================================
--- spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf (original)
+++ spamassassin/rules/trunk/sandbox/hstern/20_head_tests.cf Mon Nov 13 16:39:00 2006
@@ -22,3 +22,7 @@
 header HS_SUBJ_ONLINE_PHARMACEUTICAL Subject =~ /\bOnline Pharmaceutical/i
 describe HS_SUBJ_ONLINE_PHARMACEUTICAL Subject contains the phrase 'Online pharmaceutical'
 score HS_SUBJ_ONLINE_PHARMACEUTICAL 1
+
+header HS_SUBJ_NEW_SOFTWARE Subject =~ /^New software uploaded by/
+describe HS_SUBJ_NEW_SOFTWARE Subject starts with 'New software uploaded by'
+score HS_SUBJ_NEW_SOFTWARE 2.0