]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
IMPRONONCABLE_1 match changed from 5chars minimum to 6, due to false positives
[spamassassin_config.git] / common / misc_spam
index 097ae87d886faebdf91444f19b621ddc5013351e..a7aa96921e490470868c2ef61a8a1e82a326fac0 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)