X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=04b656f20dbf3fd57c953d61ddd41e8bba798987;hp=6a64f68250af2ea013a0e90a310768db04643f77;hb=8961a1e9df3e432e1526a77f277446da718a3b3d;hpb=e96b6ecd64a7771071a27d256f685232010823ce diff --git a/common/phrase_spam b/common/phrase_spam index 6a64f68..04b656f 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -819,6 +819,16 @@ describe PZIP p.zip score PZIP 3 # blarson 2008-03-13 -header RETWO subject =~ /RE\: [ab][a-z]{2,} [ab][a-z]{2,}\s*$/ +header RETWO subject =~ /RE\:(?: [ab][a-z\']+){2,3}\s*$/ describe RETWO RE: bogus arbitrary score RETWO 2 + +# don 2008-03-17 +full SUBBODYREP /Subject: (?:RE\:\s*)?([a-z]+)\s+([a-z]+)(?:\s+[a-z]+)\n.+\1\2/i +describe SUBBODYREP Repeated word in subject and body without spaces +score SUBBODYREP 3 + +# don 2008-03-19 +full MYMSNNAMEIS /my\s+(?:msn|messenger|msn mesenger|aim|aol|screen)\s+(?:name\s+)?is\s+\S+\@\S+/i +describe MYMSNAMEIS My screen name is foo@bar.com +score MYMSNNAMEIS 2.5