X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=bugs%2Fuser_prefs;h=f3920efeef498f83c574f957c5fec68fa24a140f;hp=17bba9aed7617cf688a405d448f91185403c39ec;hb=a1c14fd92323348960ec2af8173d886407ad6977;hpb=272dc173f70c967527db510d93d79b7d16af4bda diff --git a/bugs/user_prefs b/bugs/user_prefs index 17bba9a..f3920ef 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. # @@ -48,6 +49,17 @@ bayes_ignore_header X-Spam-Checker-Version bayes_ignore_header X-Spam-Flag bayes_ignore_header X-Spam-Level bayes_ignore_header X-Spam-Status +# blarson 2009-04-09 +# if we can't use Ironport as spam sign, at least don't treat it as non-spam +bayes_ignore_header X-IronPort-Anti-Spam-Filtered +bayes_ignore_header X-IronPort-Anti-Spam-Result +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 @@ -103,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