X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=06c5227545ba1243297795e0203fa021a803144c;hp=68b6e76c4ddb53d5d18f035f3bdb94ae24165ee3;hb=d6e9cadda6ebc0595e16f8691ecebf12fc825d0f;hpb=bb54c2f84a356e635678c83114b846cf8ffc262e diff --git a/common/misc_spam b/common/misc_spam index 68b6e76..06c5227 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -500,3 +500,19 @@ score RTF_ATTACH 0.5 meta RTF_SPAM CTOCTET_STREAM && RTF_ATTACH describe RTF_SPAM Content type is octet-stream and has an RTF Attachment score RTF_SPAM 3 + +# blarson 2010-10-11 +header WORDDIGDIG subject =~ /^\w{3,}\s+\d\s\d\s*$/ +describe WORDDIGDIG Word digit digit subject +score WORDDIGDIG 3 + +# don 2011-06-06 +header BRACE_SUBJECT Subject =~ /^\[\ [a-z0-9]{16}]\ / +describe BRACE_SUBJECT 16 length word in braces in the subject +score BRACE_SUBJECT 4 + +# formorer 2011-08-12 +header COMPTESFR subject =~ /concernant Compte SFR/i +describe COMPTESFR concernant Compte SFR +score COMPTESFR 3 +