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/04/05 23:39:07 UTC

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

Author: dos
Date: Thu Apr  5 14:39:06 2007
New Revision: 525970

URL: http://svn.apache.org/viewvc?view=rev&rev=525970
Log:
sandbox: pump and dump income statement 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=525970&r1=525969&r2=525970
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Thu Apr  5 14:39:06 2007
@@ -178,3 +178,20 @@
 #score DOS_FIX_MY_URI            1.2
 
 
+# 20070405 - pump and dump income statement spam
+body __DOS_SYMBOL_4	/\bSymbol [A-Z]{4}\b/
+body __DOS_HEADLINES	/\bHeadlines\b/
+
+body DOS_PROVISION4	/\bProvisionfor income taxes\b/
+describe DOS_PROVISION4	Provision for income taxes
+score DOS_PROVISION4	1.5
+
+body DOS_REPORT_FIN_INC		/\bReport of financial income\b/
+describe DOS_REPORT_FIN_INC	Report of financial income
+score DOS_REPORT_FIN_INC	0.5
+
+meta DOS_STOCK_INCOME_STATEMENT		DOS_REPORT_FIN_INC && DOS_PROVISION4 && __DOS_SYMBOL_4 && __DOS_HEADLINES
+describe DOS_STOCK_INCOME_STATEMENT	Pump and dump stock income statement spam
+score DOS_STOCK_INCOME_STATEMENT	1.5
+
+