]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* Add video filbms url matcher
[spamassassin_config.git] / common / misc_spam
index 702ea0e8f702dcac1c3eeb12efee8a0893771f94..1641a3dd06e3a2f7f8684f5aa078d5b566dbd605 100644 (file)
@@ -285,3 +285,18 @@ 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