]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
* match content disposition better
[spamassassin_config.git] / common / phrase_spam
index d83bc6f678f733c98d5864fca77b098ee07c5896..07be77f6c637074cdff85a0e3e6bc58fbe9fb9c8 100644 (file)
@@ -870,12 +870,12 @@ describe SUMHERE  summer is here
 score SUMHERE          3
 
 # don 2008-04-24
-header INVITATIONFROM  subject =~ /^\s*Invitation\s*from\s*\w+\s*$/i
+header INVITATIONFROM  subject =~ /^\s*(Invitation|Invitaci.n)\s*(from|curso)\s*\w+\s*$/i
 describe INVITATIONFROM        Invitation from Spammer
 score INVITATIONFROM   5
 
-header INVITESYOU      subject =~ /^[\w\s]+invites\s+you\s+to[\w\s]+$/i
-describe INVITESYOU    Invites me with spam
+header INVITESYOU      subject =~ /^[\w\s]+(invites|communicates\s+with)\s+you\s+(to|about)[\w\s]+$/i
+describe INVITESYOU    Invites or communicates me with spam
 score INVITESYOU       5
 
 # blarson 2008-04-28
@@ -1014,7 +1014,12 @@ 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
+
+