Integrate upstream changes from 3.4.3 -> 3.4.6
[hcoop/config/spamassassin.git] / v310.pre
CommitLineData
cbd96d2c 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#
80e9c971 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.
cbd96d2c 17###########################################################################
18
19# DCC - perform DCC message checks.
20#
21# DCC is disabled here because it is not open source. See the DCC
22# license for more details.
23#
24#loadplugin Mail::SpamAssassin::Plugin::DCC
25
26# Pyzor - perform Pyzor message checks.
27#
28loadplugin Mail::SpamAssassin::Plugin::Pyzor
29
30# Razor2 - perform Razor2 message checks.
31#
80e9c971 32loadplugin Mail::SpamAssassin::Plugin::Razor2
cbd96d2c 33
34# SpamCop - perform SpamCop message reporting
35#
36loadplugin Mail::SpamAssassin::Plugin::SpamCop
37
38# AntiVirus - some simple anti-virus checks, this is not a replacement
39# for an anti-virus filter like Clam AntiVirus
40#
41#loadplugin Mail::SpamAssassin::Plugin::AntiVirus
42
43# AWL - do auto-whitelist checks
44#
80e9c971 45#loadplugin Mail::SpamAssassin::Plugin::AWL
cbd96d2c 46
47# AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
48#
49loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
50
51# TextCat - language guesser
52#
53#loadplugin Mail::SpamAssassin::Plugin::TextCat
54
55# AccessDB - lookup from-addresses in access database
56#
57#loadplugin Mail::SpamAssassin::Plugin::AccessDB
58
59# WhitelistSubject - Whitelist/Blacklist certain subject regular expressions
60#
61loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
62
63###########################################################################
64# experimental plugins
65
66# DomainKeys - perform DomainKeys verification
67#
80e9c971 68# This plugin has been removed as of v3.3.0. Use the DKIM plugin instead,
69# which supports both Domain Keys and DKIM.
cbd96d2c 70
71# MIMEHeader - apply regexp rules against MIME headers in the message
72#
73loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
74
75# ReplaceTags
76#
77loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
78