X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=1641a3dd06e3a2f7f8684f5aa078d5b566dbd605;hp=a7aa96921e490470868c2ef61a8a1e82a326fac0;hb=97232dfbdd9e06eee5d6bea8927b04053fd981e4;hpb=226daa9ff3219455b44e892eac719f7abc0c7878 diff --git a/common/misc_spam b/common/misc_spam index a7aa969..1641a3d 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -234,7 +234,7 @@ score PRIVMES 3 # blarson 2007-07-27 header MIXEDBDN Content-Type =~ /multipart\/mixed\;.*boundary\=\"\-{4,}\d{4,}\"/ describe MIXEDBDN more pdf spam -score MIXEDBDN 3 +score MIXEDBDN 1 # blarson 2007-07-28 header DOTZIP subject =~ /\d\.zip\b/ @@ -271,4 +271,32 @@ header XMSATT X-MS-Has-Attach =~ /yes/i describe XMSATT more pdf spam score XMSATT 2 - +# blarson 2007-10-27 +body ICQ /^icq\:/i +describe ICQ icq: +score ICQ 2 + +# blarson 2007-11-02 +header XJ2ID X-J2Id =~ /\d+/ +describe XJ2ID fax bounce +score XJ2ID 4 + +# blarson 2007-11-15 +header LONGWORD subject =~ /\b[\w\d]{30,}/i +describe LONGWORD long word in subject +score LONGWORD 2 + +# blarson 2007-11-23 +header TESTIMONIAL subject =~ /\btestimonial/i +describe TESTIMONIAL testimonials +score TESTIMONIAL 2 + +# blarson 2007-12-13 +header ITXS subject =~ /\bit\`s\b/i +describe ITXS it`s +score ITXS 4 + +# blarson 2007-12-18 +rawbody TINYFONT /\bFONT-SIZE\:\s+[123]px\;/i +describe TINYFONT tiny font specified +score TINYFONT 3