Mailing List Archive

svn commit: r441915 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf
Author: dos
Date: Sat Sep 9 22:57:54 2006
New Revision: 441915

URL: http://svn.apache.org/viewvc?view=rev&rev=441915
Log:
sandbox: add some rules to catch stock mispelt twice in a row

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=441915&r1=441914&r2=441915
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Sat Sep 9 22:57:54 2006
@@ -84,3 +84,12 @@

meta DOS_MORTGAGE __DOS_488K_FIXED + __DOS_372K_VARI + __DOS_492K_INT + __DOS_248K_FIXED + __DOS_198K_VARI > 1

+
+# I won't be buying stocks from a stock broker who manages to spell stock wrong twice in a row
+body DOS_DOUBLE_SOTCK /\b(s(?:otc|tco)k)\b.{15,50}\b\1\b/
+describe DOS_DOUBLE_SOTCK Stock spelt wrong the same way twice in a row
+
+body DOS_TWO_MIS_STOCK /\bs(?:otc|tco)k\b.{15,50}\bs(?:otc|tco)k\b/
+describe DOS_TWO_MIS_STOCK Stock spelt wrong twice in a row
+
+