X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=7869f1059bc9004e8d8376761ceefe1ec94d9701;hp=702ea0e8f702dcac1c3eeb12efee8a0893771f94;hb=0670b2398d931031f85319619839a61c89f52e93;hpb=8a22a55bc937824a7d826d15d1f284a9c7e11175 diff --git a/common/misc_spam b/common/misc_spam index 702ea0e..7869f10 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -285,3 +285,28 @@ score XJ2ID 4 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 + +# blarson 2008-04-03 +rawbody ZIPFILE /\bfilename\=.*\.zip\b/i +describe ZIPFILE zipfile attachment +score ZIPFILE 0.5 + +# blarson 2008-04-19 +header SPACESUB subject =~ /^\s\w/ +describe SPACESUB extra space before subject +score SPACESUB 0.5