enable HashBL and FromNameSpoof plugins
[hcoop/config/spamassassin.git] / v342.pre
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.4.1,
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 # There are now multiple files read to enable plugins in the
13 # /etc/mail/spamassassin directory; previously only one, "init.pre" was
14 # read. Now both "init.pre", "v310.pre", and any other files ending in
15 # ".pre" will be read. As future releases are made, new plugins will be
16 # added to new files, named according to the release they're added in.
17 ###########################################################################
18
19 # HashBL - Use EBL email blocklist
20 loadplugin Mail::SpamAssassin::Plugin::HashBL
21
22 # ResourceLimits - assure your spamd child processes
23 # do not exceed specified CPU or memory limit
24 # loadplugin Mail::SpamAssassin::Plugin::ResourceLimits
25
26
27 # FromNameSpoof - help stop spam that tries to spoof other domains using
28 # the from name
29 loadplugin Mail::SpamAssassin::Plugin::FromNameSpoof
30
31 # Phishing - finds uris used in phishing campaigns detected by
32 # OpenPhish or PhishTank feeds.
33 # loadplugin Mail::SpamAssassin::Plugin::Phishing
34
35 # allow URI rules to look at DKIM headers if they exist
36 parse_dkim_uris 1