]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* match webinar; fix SEO rule
authorDon Armstrong <don@debian.org>
Wed, 28 Sep 2011 17:39:19 +0000 (17:39 +0000)
committerDon Armstrong <don@debian.org>
Wed, 28 Sep 2011 17:39:19 +0000 (17:39 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@374 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/phrase_spam

index d83bc6f678f733c98d5864fca77b098ee07c5896..bb7d71ecd715bd5c11e5a5e22266658743ec82c2 100644 (file)
@@ -1014,7 +1014,11 @@ header SEOSUBJECT        subject =~ /\bseo\b/i
 describe SEOSUBJECT    Subject contains SEO terms
 score SEOSUBJECT       1
 
 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
 
 describe SEOMETA       Matches both SEOBODY and SEOSUBJECT
 score SEOMETA          3
 
+body WEBINAR           /webinar/i
+describe WEBINAR       Contains webinar
+score WEBINAR          2
+