X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=81c7e88ec0e87cca7aee1a767a795842bdc02ecd;hp=1641a3dd06e3a2f7f8684f5aa078d5b566dbd605;hb=50d63dc22f823cfea134dedc8740d324911899fa;hpb=bae9f77537c76cd539ec4111aae4d68180ed0963 diff --git a/common/misc_spam b/common/misc_spam index 1641a3d..81c7e88 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -300,3 +300,23 @@ score ITXS 4 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