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 2006/09/05 23:09:48 UTC

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

Author: dos
Date: Tue Sep  5 14:09:47 2006
New Revision: 440490

URL: http://svn.apache.org/viewvc?view=rev&rev=440490
Log:
sandbox: whack some mortgage 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=440490&r1=440489&r2=440490
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Tue Sep  5 14:09:47 2006
@@ -73,3 +73,12 @@
 describe DOS_LET_GO_JOB	Let go from their job and now makes lots of dough!
 
 
+# these shouldn't last long, but I'm curious... and need a mortgage
+body __DOS_488K_FIXED	/\$488,?\d{3}(?:\.00)? at a [0-3]\.\d{2}% fixed/
+body __DOS_372K_VARI	/\$372,?\d{3}(?:\.00)? at a [0-3]\.\d{2}% variable/
+body __DOS_492K_INT	/\$492,?\d{3}(?:\.00)? at a [0-3]\.\d{2}% interest/
+body __DOS_248K_FIXED	/\$248,?\d{3}(?:\.00)? at a [0-3]\.\d{2}% fixed/
+body __DOS_198K_VARI	/\$198,?\d{3}(?:\.00)? at a [0-3]\.\d{2}% variable/
+
+meta DOS_MORTGAGE	__DOS_488K_FIXED + __DOS_372K_VARI + __DOS_492K_INT + __DOS_248K_FIXED + __DOS_198K_VARI > 1
+