From a555aa1c31fbcb8da53edd71a66da84eb4458ae3 Mon Sep 17 00:00:00 2001 From: Cord Beermann Date: Sun, 30 Nov 2008 08:38:10 +0000 Subject: [PATCH] new rules for credit and spam git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@250 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/money_spam | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/common/money_spam b/common/money_spam index 78d382a..769c150 100644 --- a/common/money_spam +++ b/common/money_spam @@ -161,7 +161,7 @@ score MRG 2 # blarson 2004-11-08 body CITIBANK /\bciti.?bank\b/i describe CITIBANK citibank scam -score CITIBANK 2 +score CITIBANK 3 # blarson 2005-01-14 body HOMEOWNER /home.?owner/i @@ -320,4 +320,15 @@ score GAGO 4 # blarson 2008-07-31 body NYSE /\bNYSE\b/ describe NYSE stock scam -score NYSE 2 \ No newline at end of file +score NYSE 2 + +# cord 2008-11-30 +full LOAN /\bloan\b/ +describe LOAN loan spam +score LOAN 2 + +# cord 2008-11-30 +full CREDIT /\[ck]redit\b/ +describe CREDIT credit spam +score CREDIT 2 + -- 2.39.2