X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fphrase_spam;h=df9aa5bc5199cf931f0b661efb4b4352bee5d4f3;hb=b946bebe03f8f8decc31aea476ffe6de30cfb3e3;hp=cffe96c5014cdffa193fe9b7a318ded624dd8c93;hpb=ecd799cba01921cb33a12cbbd1d5c4a15d3f7281;p=spamassassin_config.git diff --git a/common/phrase_spam b/common/phrase_spam index cffe96c..df9aa5b 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -90,7 +90,7 @@ header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i describe ONEWORD one word subject score ONEWORD 2 -body ONEWORDBODY /^\s*\S+\s*$/s +rawbody ONEWORDBODY /^\s*\S+\s*$/s describe ONEWORDBODY One word body score ONEWORDBODY 2 @@ -1031,3 +1031,11 @@ describe WEBINAR Contains webinar score WEBINAR 2 +header TRIALVERSION subject =~ /trial\s*version/i +describe TRIALVERSION Trial version in subject +score TRIALVERSION 3 + +header SHARESPAM subject =~ /shared photos with you/i +describe SHARESPAM shares photos +score SHARESPAM 3 +