From eb47cfc7907d9f927fe91f5ad8515ab66540adec Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 29 Sep 2011 17:31:56 +0000 Subject: [PATCH] =?utf8?q?=20*=20tweak=20INVITESYOU=20rule=20to=20match=20?= =?utf8?q?communicate=20with=20you=20=20*=20tweak=20INVITATIONFROM=20rule?= =?utf8?q?=20to=20match=20Invitati=C3=B3n=20Curso?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@375 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 + -- 2.39.2