]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
IMPRONONCABLE_1 match changed from 5chars minimum to 6, due to false positives
authorCord Beermann <cord@debian.org>
Sun, 23 Sep 2007 16:59:41 +0000 (16:59 +0000)
committerCord Beermann <cord@debian.org>
Sun, 23 Sep 2007 16:59:41 +0000 (16:59 +0000)
on smtps and https

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@18 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

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)