X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fcommon_spam;h=dceecbb78d853eb0660e7ed654308f6698903553;hp=222b587df0b88b5c9c43680ca333f1f25f23bab9;hb=HEAD;hpb=b2911dd30691e8f306ac501024ade8d77a40e7ac diff --git a/common/common_spam b/common/common_spam index 222b587..dceecbb 100644 --- a/common/common_spam +++ b/common/common_spam @@ -24,9 +24,11 @@ include relay_blacklists include auto_response_spam # this is a set of image-specific spam rules -tryplugin Mail::SpamAssassin::Plugin::ImageInfo -include image_spam - +# but this is forbidden from the global config, so I disable it to prevent error messsages +#tryplugin Mail::SpamAssassin::Plugin::ImageInfo +#if (plugin (Mail::SpamAssassin::Plugin::ImageInfo)) +# include image_spam +#endif meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 describe DIGEST_MULTIPLE Message hits more than one network digest check @@ -38,3 +40,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 +