# This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # # This file contains plugin activation commands for plugins included # in SpamAssassin 3.0.x releases. It will not be installed if you # already have a file in place called "init.pre". # ########################################################################### # RelayCountry - add metadata for Bayes learning, marking the countries # a message was relayed through # # loadplugin Mail::SpamAssassin::Plugin::RelayCountry [% IF pmg.spam.rbl_checks %] loadplugin Mail::SpamAssassin::Plugin::URIDNSBL [% END %] # Hashcash - perform hashcash verification. # loadplugin Mail::SpamAssassin::Plugin::Hashcash [% IF pmg.spam.rbl_checks %] loadplugin Mail::SpamAssassin::Plugin::SPF [% END %] [% IF pmg.spam.use_ocr %] loadplugin FuzzyOcr /usr/share/perl5/Mail/SpamAssassin/Plugin/FuzzyOcr.pm [% END %] # we do not load dkim currently #loadplugin Mail::SpamAssassin::Plugin::DKIM