X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=ffcd57e7e1fadacff056a908cc67b6669b4a5bc8;hp=296e83cace09cc9cacc5cfbbad83250a208671e6;hb=1f5091a1b187eede97605fbe9e7f4eb597a50d28;hpb=95b82d38bc5ab848a1b4e4c55a20d480ee22c8c0 diff --git a/common/misc_spam b/common/misc_spam index 296e83c..ffcd57e 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -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 @@ -516,3 +508,7 @@ header COMPTESFR subject =~ /concernant Compte SFR/i describe COMPTESFR concernant Compte SFR score COMPTESFR 3 +# formorer 2012-02-02 +header BACKTOME subject =~ /Please get back to me/i +describe BACKTOME Phrase get back to me +score BACKTOME 4