]> git.proxmox.com Git - pmg-api.git/blame - templates/init.pre.in
bump version to 5.1-4
[pmg-api.git] / templates / init.pre.in
CommitLineData
e3573eef
DM
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# loadplugin Mail::SpamAssassin::Plugin::RelayCountry
16
17[% IF pmg.spam.rbl_checks %]
18loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
19[% END %]
20
21# Hashcash - perform hashcash verification.
22#
23loadplugin Mail::SpamAssassin::Plugin::Hashcash
24
25[% IF pmg.spam.rbl_checks %]
26loadplugin Mail::SpamAssassin::Plugin::SPF
27[% END %]
28
0ef899dc
DM
29# always load dkim to improve accuracy
30loadplugin Mail::SpamAssassin::Plugin::DKIM