]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
moving 'casino' to SA-patterns.
[spamassassin_config.git] / common / misc_spam
index f8a465a5fe2fa37891a2078cdbfb2d9099cbe36a..d19e5fed403b527717cf5564790eca28f968ad65 100644 (file)
@@ -280,3 +280,28 @@ score ICQ          2
 header XJ2ID           X-J2Id =~ /\d+/
 describe XJ2ID         fax bounce
 score XJ2ID            4
+
+# blarson 2007-11-15
+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
+
+# cord 2008-01-22
+full CASINO            /\bcasino\b/i
+describe CASINO                word casino found
+score CASINO           3