X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fphrase_spam;h=df9aa5bc5199cf931f0b661efb4b4352bee5d4f3;hb=6b9048c0c7d7d2522ba9d8c338f6aabed5ec4c01;hp=07be77f6c637074cdff85a0e3e6bc58fbe9fb9c8;hpb=eb47cfc7907d9f927fe91f5ad8515ab66540adec;p=spamassassin_config.git diff --git a/common/phrase_spam b/common/phrase_spam index 07be77f..df9aa5b 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -90,6 +90,14 @@ header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i describe ONEWORD one word subject score ONEWORD 2 +rawbody ONEWORDBODY /^\s*\S+\s*$/s +describe ONEWORDBODY One word body +score ONEWORDBODY 2 + +meta ONEWORDALL (ONEWORD && ONEWORDBODY) +describe ONEWORDALL Both subject and body contain one word +score ONEWORDALL 4 + # robot101, 2003-09-22 header CROSSWALK X-UnityUser =~ /^Crosswalk.com, Inc/ describe CROSSWALK Crosswalk bible mailing list @@ -1023,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 +