From: Alexander Wirt Date: Tue, 20 Dec 2016 06:58:45 +0000 (+0100) Subject: Add something against SEO Spam X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=80dc0b55e1899357c644942fe615378a3be858a7 Add something against SEO Spam --- diff --git a/common/phrase_spam b/common/phrase_spam index 886d865..2400789 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1078,3 +1078,11 @@ score LEADS 4 header CLIENTS subject =~ /need more clients/i describe CLIENTS need more clients score CLIENTS 4 + +body SEOCONS /SEO Consultant/ +score SEOCONS 3 +describe SEOCONS SEO Consultant + +body SEOISSUES /major issues with your website/i +score SEOISSUES 2.5 +describe SEOISSUES Major issues with your website diff --git a/common/scores b/common/scores index 82d4993..f10a2e9 100644 --- a/common/scores +++ b/common/scores @@ -60,3 +60,5 @@ score FH_DATE_PAST_20XX 0.0 # see https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6323 score RATWARE_GECKO_BUILD 0.0 + +score SEOBODY 2.5