Added new spamassassin config files
[hcoop/config/spamassassin.git] / init.pre
... / ...
CommitLineData
1# This is the right place to customize your installation of SpamAssassin.
2#
3# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
4# tweaked.
5#
6# This file contains plugin activation commands for plugins included
7# in SpamAssassin 3.0.x releases. It will not be installed if you
8# already have a file in place called "init.pre".
9#
10###########################################################################
11
12# RelayCountry - add metadata for Bayes learning, marking the countries
13# a message was relayed through
14#
15# Note: This requires the IP::Country::Fast Perl module
16#
17# loadplugin Mail::SpamAssassin::Plugin::RelayCountry
18
19# URIDNSBL - look up URLs found in the message against several DNS
20# blocklists.
21#
22loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
23
24# Hashcash - perform hashcash verification.
25#
26loadplugin Mail::SpamAssassin::Plugin::Hashcash
27
28# SPF - perform SPF verification.
29#
30loadplugin Mail::SpamAssassin::Plugin::SPF
31