]> git.proxmox.com Git - pmg-api.git/blame - src/templates/v310.pre.in
dkim: add QID in warnings
[pmg-api.git] / src / templates / v310.pre.in
CommitLineData
d967ac71
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 was installed during the installation of SpamAssassin 3.1.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#
fb1ed8b1
SI
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.
d967ac71
DM
17###########################################################################
18
19[% IF pmg.spam.rbl_checks %]
20loadplugin Mail::SpamAssassin::Plugin::SpamCop
21[% END %]
22
23# AntiVirus - some simple anti-virus checks, this is not a replacement
24# for an anti-virus filter like Clam AntiVirus
25#
26#loadplugin Mail::SpamAssassin::Plugin::AntiVirus
27
28[% IF pmg.spam.use_awl %]
29loadplugin Mail::SpamAssassin::Plugin::AWL
30[% END %]
31
32# Razor2 - perform Razor2 message checks.
33#
34[% IF pmg.spam.rbl_checks %]
35[% IF pmg.spam.use_razor %]
36loadplugin Mail::SpamAssassin::Plugin::Razor2
37[% END %]
38[% END %]
39
40# AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
41#
42loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
43
44# TextCat - language guesser
45#
46loadplugin Mail::SpamAssassin::Plugin::TextCat
47
fb1ed8b1 48# AccessDB - lookup from-addresses in access database
d967ac71 49#
fb1ed8b1 50#loadplugin Mail::SpamAssassin::Plugin::AccessDB
d967ac71 51
fb1ed8b1 52# WelcomelistSubject - Welcomelist/Blocklist certain subject regular expressions
d967ac71 53#
fb1ed8b1 54loadplugin Mail::SpamAssassin::Plugin::WelcomeListSubject
d967ac71
DM
55
56# MIMEHeader - apply regexp rules against MIME headers in the message
57#
58loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
59
60# ReplaceTags
61#
62loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
63