v341 updates, decruft
[hcoop/config/spamassassin.git] / init.pre
CommitLineData
cbd96d2c 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#
80e9c971 10# There are now multiple files read to enable plugins in the
11# /etc/mail/spamassassin directory; previously only one, "init.pre" was
12# read. Now both "init.pre", "v310.pre", and any other files ending in
13# ".pre" will be read. As future releases are made, new plugins will be
14# added to new files, named according to the release they're added in.
cbd96d2c 15###########################################################################
16
17# RelayCountry - add metadata for Bayes learning, marking the countries
18# a message was relayed through
19#
80e9c971 20# Note: This requires the Geo::IP Perl module
cbd96d2c 21#
22# loadplugin Mail::SpamAssassin::Plugin::RelayCountry
23
24# URIDNSBL - look up URLs found in the message against several DNS
25# blocklists.
26#
27loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
28
29# Hashcash - perform hashcash verification.
30#
31loadplugin Mail::SpamAssassin::Plugin::Hashcash
32
33# SPF - perform SPF verification.
34#
35loadplugin Mail::SpamAssassin::Plugin::SPF
36