From 15410c692815e1936f375b847ec356587c287b70 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 22 Sep 2011 20:45:46 +0000 Subject: [PATCH] * add SEO meta rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@373 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/common/phrase_spam b/common/phrase_spam index 35103e6..d83bc6f 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1004,3 +1004,17 @@ score BIZZBOOSTER 5 header QUOTAEXP subject =~ /mail\s+account(.+)quot[ae]\s+limit/ describe QUOTAEXP Exceeded quota limit score QUOTAEXP 4 + +# don 2011-09-22 +body SEOBODY /search\s+engine\s+traffic/ +describe SEOBODY Body contains SEO terms +score SEOBODY 1 + +header SEOSUBJECT subject =~ /\bseo\b/i +describe SEOSUBJECT Subject contains SEO terms +score SEOSUBJECT 1 + +meta SEOMETA SEOBODY & SEOSUBJECT +describe SEOMETA Matches both SEOBODY and SEOSUBJECT +score SEOMETA 3 + -- 2.39.2