X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fcommon_spam;h=8ddf73b7a44e219e92ac33532ba76857c0eec12d;hp=1541d09272aaae0b6e9cb958a6dd7904984ce51f;hb=4841f3adec50cbac06160e8c65d81b241afba6aa;hpb=e13a06fa8b981989708c3f45b278c5b57089120a diff --git a/common/common_spam b/common/common_spam index 1541d09..8ddf73b 100644 --- a/common/common_spam +++ b/common/common_spam @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # this file includes rules that are common which have been split out # into separate files in this directory. @@ -11,6 +12,22 @@ include misc_spam include money_spam +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 +include image_spam + + meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 describe DIGEST_MULTIPLE Message hits more than one network digest check tflags DIGEST_MULTIPLE net @@ -21,3 +38,9 @@ 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 +