Remove addrs
[hcoop/config/spamassassin.git] / v312.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 was installed during the installation of SpamAssassin 3.1.2,
7# and contains plugin loading commands for the new plugins added in that
8# release. It will not be overwritten during future SpamAssassin installs,
9# so you can modify it to enable some disabled-by-default plugins below,
10# if you so wish.
11#
12###########################################################################
13
14###########################################################################
15# experimental plugins
16
17# DKIM - perform DKIM verification
18#
19# Mail::DKIM module required for use, see INSTALL for more information.
20#
21#loadplugin Mail::SpamAssassin::Plugin::DKIM
22