]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
document word without vowels and digits letters instead of useless imprononcable
authorDon Armstrong <don@debian.org>
Tue, 10 Apr 2012 23:21:33 +0000 (23:21 +0000)
committerDon Armstrong <don@debian.org>
Tue, 10 Apr 2012 23:21:33 +0000 (23:21 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@408 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/misc_spam

index a034e4e6d3aedf47fdf6b292548c23c52d1131d3..ffcd57e7e1fadacff056a908cc67b6669b4a5bc8 100644 (file)
@@ -27,21 +27,13 @@ describe PGPSIGNATURE       Has a pgp signature (may not be valid, but who cares?)
 score   PGPSIGNATURE   -5
 
 
-# TODO: The rules below seem to be very similar; possibly fix them.
+body WORD_WITHOUT_VOWELS  /\b[bcdfghjklmnpqrstvwxz]{6,20}\b/
+describe WORD_WITHOUT_VOWELS Long word without any vowels
+score WORD_WITHOUT_VOWELS 1
 
-# These might trip up on non-english lists. We'll see.
-# They're fucking up on GPG signatures
-body MURPHY_WRONG_WORD1        /[bcdfghjklmnpqrstvwxz]{7,}/i
-score MURPHY_WRONG_WORD1 0.1
-
-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]){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)
+body DIGITS_LETTERS /(([abcdefghijklmnopqrstvwxyz]){1,9}\d{1,4}){2,9}/
+describe DIGITS_LETTERS Mixed groups of letters followed by numbers
+score DIGITS_LETTERS 1
 
 # From http://www.exit0.us/index.php/FredsRules
 # Added by pasc 2004/06/20