From d6e9cadda6ebc0595e16f8691ecebf12fc825d0f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 28 Sep 2011 17:39:19 +0000 Subject: [PATCH] * match webinar; fix SEO rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@374 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/phrase_spam b/common/phrase_spam index d83bc6f..bb7d71e 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1014,7 +1014,11 @@ header SEOSUBJECT subject =~ /\bseo\b/i describe SEOSUBJECT Subject contains SEO terms score SEOSUBJECT 1 -meta SEOMETA SEOBODY & SEOSUBJECT +meta SEOMETA (SEOBODY && SEOSUBJECT) describe SEOMETA Matches both SEOBODY and SEOSUBJECT score SEOMETA 3 +body WEBINAR /webinar/i +describe WEBINAR Contains webinar +score WEBINAR 2 + -- 2.39.2