From: Don Armstrong Date: Thu, 29 Sep 2011 17:31:56 +0000 (+0000) Subject: * tweak INVITESYOU rule to match communicate with you X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=eb47cfc7907d9f927fe91f5ad8515ab66540adec * tweak INVITESYOU rule to match communicate with you * tweak INVITATIONFROM rule to match Invitatión Curso git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@375 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/phrase_spam b/common/phrase_spam index bb7d71e..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 @@ -1022,3 +1022,4 @@ body WEBINAR /webinar/i describe WEBINAR Contains webinar score WEBINAR 2 +