X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=81c7e88ec0e87cca7aee1a767a795842bdc02ecd;hp=63c94d81a333266acfd8441145b07b9028b20804;hb=50d63dc22f823cfea134dedc8740d324911899fa;hpb=7fcf11cf9520c2ba3f2d686bfd9a3b9124019d18 diff --git a/common/misc_spam b/common/misc_spam index 63c94d8..81c7e88 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -282,6 +282,41 @@ describe XJ2ID fax bounce score XJ2ID 4 # blarson 2007-11-15 -header LONGWORD subject =~ /\b\w{40,}/i +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 + +# don 2008-05-04 +header YAHOOCALENDAR X-Yahoo-Newman-Property: =~ /calendar-invite/i +describe YAHOOCALENDAR Calendar invite from yahoo; broken captcha +score YAHOOCALENDAR 4 + +# blarson 2008-06-03 +header BOUNDARYID content-type =~ /\bboundary\=\"Boundary_\(ID_/ +describe BOUNDARYID spamware boundary +score BOUNDARYID 0.6