]> git.proxmox.com Git - pmg-api.git/blob - templates/v310.pre.in
bump version to 5.1-4
[pmg-api.git] / templates / v310.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 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 #
12 ###########################################################################
13
14 [% IF pmg.spam.rbl_checks %]
15 loadplugin Mail::SpamAssassin::Plugin::SpamCop
16 [% END %]
17
18 # AntiVirus - some simple anti-virus checks, this is not a replacement
19 # for an anti-virus filter like Clam AntiVirus
20 #
21 #loadplugin Mail::SpamAssassin::Plugin::AntiVirus
22
23 [% IF pmg.spam.use_awl %]
24 loadplugin Mail::SpamAssassin::Plugin::AWL
25 [% END %]
26
27 # Razor2 - perform Razor2 message checks.
28 #
29 [% IF pmg.spam.rbl_checks %]
30 [% IF pmg.spam.use_razor %]
31 loadplugin Mail::SpamAssassin::Plugin::Razor2
32 [% END %]
33 [% END %]
34
35 # AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
36 #
37 loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
38
39 # TextCat - language guesser
40 #
41 loadplugin Mail::SpamAssassin::Plugin::TextCat
42
43 # WhitelistSubject - Whitelist/Blacklist certain subject regular expressions
44 #
45 loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
46
47 ###########################################################################
48 # experimental plugins
49
50 # DomainKeys - perform DomainKeys verification
51 #
52 # External modules required for use, see INSTALL for more information.
53 #
54 #loadplugin Mail::SpamAssassin::Plugin::DomainKeys
55
56 # MIMEHeader - apply regexp rules against MIME headers in the message
57 #
58 loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
59
60 # ReplaceTags
61 #
62 loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
63