]> git.proxmox.com Git - pmg-api.git/blob - src/templates/v400.pre.in
052e73e027664f018c07e4d63a36be875896e37c
[pmg-api.git] / src / templates / v400.pre.in
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 4.0.0,
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 # ExtractText - Extract text from documents or images for matching
20 #
21 # Requires manual configuration, see plugin documentation.
22 #
23 # loadplugin Mail::SpamAssassin::Plugin::ExtractText
24
25 # DecodeShortUrl - Check for shortened URLs
26 #
27 # Note that this plugin will send HTTP requests to different URL shortener
28 # services. Enabling caching is recommended, see plugin documentation.
29 #
30 # loadplugin Mail::SpamAssassin::Plugin::DecodeShortURLs
31
32 # DMARC - Check DMARC compliance
33 #
34 # Requires Mail::DMARC module and working SPF and DKIM Plugins.
35 #
36 # loadplugin Mail::SpamAssassin::Plugin::DMARC
37