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

svn commit: r811829 - in /spamassassin/trunk/rulesrc/sandbox/jhardin: 20_lotsa_money.cf 20_misc_testing.cf

Author: jhardin
Date: Sun Sep  6 15:46:01 2009
New Revision: 811829

URL: http://svn.apache.org/viewvc?rev=811829&view=rev
Log:
Tweak lots-of-money, add Dear Email User rule for phishing

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf?rev=811829&r1=811828&r2=811829&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Sun Sep  6 15:46:01 2009
@@ -24,6 +24,9 @@
 meta     MONEY_FROM_MISSP LOTS_OF_MONEY && __FROM_MISSPACED
 describe MONEY_FROM_MISSP Lots of money and misspaced From
 
+meta     MONEY_TO_NO_R    LOTS_OF_MONEY && __TO_NO_ARROWS_R
+describe MONEY_TO_NO_R    Lots of money and bare To
+
 meta     MONEY_FORM       LOTS_OF_MONEY && (FILL_THIS_FORM_LONG || FILL_THIS_FORM_ML)
 describe MONEY_FORM       Lots of money if you fill out a form
 

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=811829&r1=811828&r2=811829&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Sun Sep  6 15:46:01 2009
@@ -28,6 +28,11 @@
 body           DEAR_BENEFICIARY		/^\s?(?:Dear\s|Attention:\s?)Beneficiary\b/i
 describe       DEAR_BENEFICIARY		Dear Beneficiary:
 
+body           DEAR_EMAIL_USER		/^\s?(?:Dear\s|Attention:\s?)(?:E|Web)-?mail\sUser\b/i
+describe       DEAR_EMAIL_USER		Dear Email User:
+score          DEAR_EMAIL_USER		3.0
+
+
 # from users list spamples 8/2009
 uri            URI_NUMERIC_CCTLD     m;^[a-z]+://(?:\d+\.){2,}[a-z][a-z]/;i
 describe       URI_NUMERIC_CCTLD     CCTLD URI with multiple numeric subdomains