X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=bugs%2Fuser_prefs;h=017f0e0dac561b44a0d985a846d6f04402e660d3;hp=31d23b525b29a2efa3293dda8f9521e090fe11f3;hb=HEAD;hpb=34d9d93ffe5629dd86e1fc168b1a6557a2c71a3d diff --git a/bugs/user_prefs b/bugs/user_prefs index 31d23b5..017f0e0 100644 --- a/bugs/user_prefs +++ b/bugs/user_prefs @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # This is the right place to customize your installation of SpamAssassin. # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be tweaked. # @@ -56,6 +57,8 @@ bayes_ignore_header X-IronPort-AV # blarson 2009-05-22 google spam bayes_ignore_header DKIM-Signature bayes_ignore_header DomainKey-Signature +# blarson 2010-02-23 +bayes_ignore_header X-Greylist include bayes_configuration @@ -112,6 +115,13 @@ loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody loadplugin Mail::SpamAssassin::Plugin::ImageInfo +# add our local clamav plugin +# loadplugin clamav clamav.pm +if plugin(clamav) + full CLAMAV eval:check_clamav() + describe CLAMAV contains a virus according to clamav + score CLAMAV 8 +endif # blarson 2004-03-20 # Disable most DNSBLs -- overhead to high