enable bayes
[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#
12###########################################################################
13
14# DCC - perform DCC message checks.
15#
16# DCC is disabled here because it is not open source. See the DCC
17# license for more details.
18#
19#loadplugin Mail::SpamAssassin::Plugin::DCC
20
21# Pyzor - perform Pyzor message checks.
22#
23loadplugin Mail::SpamAssassin::Plugin::Pyzor
24
25# Razor2 - perform Razor2 message checks.
26#
90ef73b9 27#loadplugin Mail::SpamAssassin::Plugin::Razor2
cbd96d2c 28
29# SpamCop - perform SpamCop message reporting
30#
31loadplugin Mail::SpamAssassin::Plugin::SpamCop
32
33# AntiVirus - some simple anti-virus checks, this is not a replacement
34# for an anti-virus filter like Clam AntiVirus
35#
36#loadplugin Mail::SpamAssassin::Plugin::AntiVirus
37
38# AWL - do auto-whitelist checks
39#
40loadplugin Mail::SpamAssassin::Plugin::AWL
41
42# AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
43#
44loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
45
46# TextCat - language guesser
47#
48#loadplugin Mail::SpamAssassin::Plugin::TextCat
49
50# AccessDB - lookup from-addresses in access database
51#
52#loadplugin Mail::SpamAssassin::Plugin::AccessDB
53
54# WhitelistSubject - Whitelist/Blacklist certain subject regular expressions
55#
56loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
57
58###########################################################################
59# experimental plugins
60
61# DomainKeys - perform DomainKeys verification
62#
63# External modules required for use, see INSTALL for more information.
64#
65#loadplugin Mail::SpamAssassin::Plugin::DomainKeys
66
67# MIMEHeader - apply regexp rules against MIME headers in the message
68#
69loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
70
71# ReplaceTags
72#
73loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
74