Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 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
# 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
# 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
#
28
loadplugin Mail::SpamAssassin::Plugin::Pyzor
29
 
30
# Razor2 - perform Razor2 message checks.
31
#
32
loadplugin Mail::SpamAssassin::Plugin::Razor2
33
 
34
# SpamCop - perform SpamCop message reporting
35
#
36
loadplugin 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
#
45
#loadplugin Mail::SpamAssassin::Plugin::AWL
46
 
47
# AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
48
#
49
loadplugin 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
#
61
loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
62
 
63
###########################################################################
64
# experimental plugins
65
 
66
# DomainKeys - perform DomainKeys verification
67
#
68
# This plugin has been removed as of v3.3.0.  Use the DKIM plugin instead,
69
# which supports both Domain Keys and DKIM.
70
 
71
# MIMEHeader - apply regexp rules against MIME headers in the message
72
#
73
loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
74
 
75
# ReplaceTags
76
#
77
loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
78