]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* Add mythankyouuri
[spamassassin_config.git] / common / misc_spam
index 63c94d81a333266acfd8441145b07b9028b20804..57531f62df055735679eb8a31601875539c37795 100644 (file)
@@ -282,6 +282,26 @@ 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