]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
add contact us by email spam rule
[spamassassin_config.git] / common / misc_spam
index f9af48095a1169f00e31258b3c05fb4c4aef4fa8..6223627ad91a31ecb6255519babc6bc6b0c57942 100644 (file)
@@ -271,4 +271,47 @@ header XMSATT              X-MS-Has-Attach =~ /yes/i
 describe XMSATT                more pdf spam
 score XMSATT           2
 
-
+# blarson 2007-10-27
+body ICQ               /^icq\:/i
+describe ICQ           icq:
+score ICQ              2
+
+# blarson 2007-11-02
+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
+
+# 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