]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* Add mythankyouuri
[spamassassin_config.git] / common / misc_spam
index 097ae87d886faebdf91444f19b621ddc5013351e..57531f62df055735679eb8a31601875539c37795 100644 (file)
@@ -31,7 +31,7 @@ body MURPHY_WRONG_WORD2 /[bcdfghjklmnpqrstvwxz]{6,}/i
 score MURPHY_WRONG_WORD2 0.2
 
 #Impronounceable. Need to check this one for accuracy (from airmax.cf)
-body IMPRONONCABLE_1                            /([bcdfghjklmnpqrstvwxz]){5,20}/
+body IMPRONONCABLE_1                            /([bcdfghjklmnpqrstvwxz]){6,20}/
 describe IMPRONONCABLE_1                        Some words aren't easy to pronounce (too much vowels)
 body IMPRONONCABLE_2                            /(([abcdefghijklmnopqrstvwxyz]){1,9}\d{1,4}){2,9}/
 describe IMPRONONCABLE_2                        Some words aren't easy to pronounce (mixed numbers and lower-case letters)
@@ -234,7 +234,7 @@ score PRIVMES               3
 # blarson 2007-07-27
 header MIXEDBDN                Content-Type =~ /multipart\/mixed\;.*boundary\=\"\-{4,}\d{4,}\"/
 describe MIXEDBDN      more pdf spam
-score MIXEDBDN         3
+score MIXEDBDN         1
 
 # blarson 2007-07-28
 header DOTZIP          subject =~ /\d\.zip\b/
@@ -271,4 +271,37 @@ 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