X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fcommon_spam;h=8749239c5a012877af9e624754c46f54c7ddd6c6;hp=aa5e29b5250ccb6c596a705d90ce3546c67b9e22;hb=f0c5a3bc8970ebe03b503853a872b1079984c03c;hpb=b42f79177118979496d1bedf6b24a2eba4932252 diff --git a/common/common_spam b/common/common_spam index aa5e29b..8749239 100644 --- a/common/common_spam +++ b/common/common_spam @@ -16,14 +16,17 @@ include url_spam include virus_spam +include blacklists + +include relay_blacklists + # this is the set of automatic response spam scores include auto_response_spam # this is a set of image-specific spam rules tryplugin Mail::SpamAssassin::Plugin::ImageInfo -ifplugin Mail::SpamAssassin::Plugin::ImageInfo - include image_spam -endif +include image_spam + meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 describe DIGEST_MULTIPLE Message hits more than one network digest check @@ -35,3 +38,20 @@ score DIGEST_MULTIPLE 0 header NODAY date =~ /^\s+\,/ describe NODAY bad date format score NODAY 2 + +#formorer 2012-07-20 +header CLUB_PROGRAMADORES From =~ /Club-de-Programadores/i +describe CLUB_PROGRAMADORES ACP - Club-de-Programadores spam +score CLUB_PROGRAMADORES 5 + +#formorer 2012-10-02 +header CLUB_PROGRAMADORES From =~ /Club\s+de\s+Programadores/i +describe CLUB_PROGRAMADORES ACP - Club-de-Programadores spam +score CLUB_PROGRAMADORES 5 + + +#formorer 2014-02-06 +rawbody LOCAL_VIEWINBROWSER /View this message in a browser/ +describe LOCAL_VIEWINBROWSER "View this message in a browser" +score LOCAL_VIEWINBROWSER 1.0 +