From 72093e80a20f507242d9c1bc6cc6bc7bc3f6907b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 7 Mar 2012 20:48:13 +0000 Subject: [PATCH] block halftone systems; move header rules to phrase_spam from url_spam git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@402 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 10 ++++++++++ common/url_spam | 13 ++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/common/phrase_spam b/common/phrase_spam index 1e9c2e9..114754b 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1043,3 +1043,13 @@ header MYNAMEIS subject =~ /hello(.*)my name is/i describe MYNAMEIS Name spam score MYNAMEIS 2.5 +# formorer 2012-02-28 +header VOTREANN Subject =~ /(votre|Petites) annonce/i +describe VOTREANN Votre annonce +score VOTREANN 4 + +# formorer 2010-01-23 +header LEXCHANGE subject =~ /(?:for|4)\s+L[i1]nks?\s+E?xcha?nge/i +describe LEXCHANGE ask for link exchange +score LEXCHANGE 4 + diff --git a/common/url_spam b/common/url_spam index cc9fb07..4306c75 100644 --- a/common/url_spam +++ b/common/url_spam @@ -553,11 +553,6 @@ uri ISUISSE /\bisuisse\.com/ describe ISUISSE isuisse.com score ISUISSE 4 -# formorer 2010-01-23 -header LEXCHANGE subject =~ /(?:for|4)\s+L[i1]nks?\s+E?xcha?nge/i -describe LEXCHANGE ask for link exchange -score LEXCHANGE 4 - # don 2010-03-16 uri EMAILSPARKLE /emailsparkle.com/ describe EMAILSPARKLE emailsparkle.com uri @@ -573,7 +568,7 @@ uri OROUNRU /oruon.ru/ describe OROUNRU oruon.ru uri score OROUNRU 4 -# formorer 2012-02-28 -header VOTREANN Subject =~ /(votre|Petites) annonce/i -score VOTREANN 4 - +# don 2012-03-07 +uri HALFTONESYSTEMS /halftonesystems.com/i +describe HALFTONESYSTEMS Links to halftonesystems.com +score HALFTONESYSTEMS 4 \ No newline at end of file -- 2.39.2