From f62d94a2b892c86bc12375a791309dbdc7b6a39e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 14 Feb 2009 22:09:30 +0000 Subject: [PATCH 1/1] * add rule to match yari garbage git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@280 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/phrase_spam b/common/phrase_spam index 53993d4..d965f79 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -947,9 +947,14 @@ score WINESEASON 3 # don 2009-02-05 header JOINMEON subject =~ /(?:friend request|join me) on/i describe JOINMEON Lets not join you on anything -score JOINMEON 3 +score JOINMEON 2 # don 2009-02-09 header ABOUTAPARTMENT subject =~/about\s*the\s*apartment/i describe ABOUTAPARTMENT We don't care about apartments score ABOUTAPARTMENT 2 + +# don 2009-02-14 +header YARISUBJECT subject =~ /\byari\b/i +describe YARISUBJET Contains YARI in the subject +score YARISUBJECT 2 -- 2.39.2