X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fphrase_spam;h=07be77f6c637074cdff85a0e3e6bc58fbe9fb9c8;hb=95b82d38bc5ab848a1b4e4c55a20d480ee22c8c0;hp=d83bc6f678f733c98d5864fca77b098ee07c5896;hpb=15410c692815e1936f375b847ec356587c287b70;p=spamassassin_config.git diff --git a/common/phrase_spam b/common/phrase_spam index d83bc6f..07be77f 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -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 + +