From 226daa9ff3219455b44e892eac719f7abc0c7878 Mon Sep 17 00:00:00 2001 From: Cord Beermann Date: Sun, 23 Sep 2007 16:59:41 +0000 Subject: [PATCH] IMPRONONCABLE_1 match changed from 5chars minimum to 6, due to false positives 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/misc_spam b/common/misc_spam index 097ae87..a7aa969 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -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) -- 2.39.2