]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
add more blars rules from the bts
[spamassassin_config.git] / common / misc_spam
index 9a2f8c15db2d7e1b8075f366dcce749a77f835c3..7869f1059bc9004e8d8376761ceefe1ec94d9701 100644 (file)
@@ -291,3 +291,22 @@ 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