You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/01/12 04:17:23 UTC

svn commit: r495476 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf

Author: dos
Date: Thu Jan 11 19:17:22 2007
New Revision: 495476

URL: http://svn.apache.org/viewvc?view=rev&rev=495476
Log:
sandbox: stricter match on new pump and dump spam

Modified:
    spamassassin/rules/trunk/sandbox/dos/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?view=diff&rev=495476&r1=495475&r2=495476
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Thu Jan 11 19:17:22 2007
@@ -152,4 +152,10 @@
 meta		DOS_STOCK_BAT		__THEBAT_MUA && __DOS_BODY_STOCK && (__DOS_REF_TODAY || __DOS_REF_NEXT_WK_DAY || __DOS_REF_2_WK_DAYS)
 describe	DOS_STOCK_BAT		Probable pump and dump stock spam
 
+body		__DOS_FIN_ADVANTAGE	/\bfinancial advantage/i
+body		__DOS_STRONG_CF		/\bstrong cash flow/i
+body		__DOS_STEADY_COURSE	/\bsteady (?:and increasing )?course\b/i
+
+meta		DOS_STOCK_BAT2		DOS_STOCK_BAT && (__DOS_FIN_ADVANTAGE + __DOS_STRONG_CF + __DOS_STEADY_COURSE > 2)
+