Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 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.2.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
# Check - Provides main check functionality
20
#
21
loadplugin Mail::SpamAssassin::Plugin::Check
22
 
23
# HTTPSMismatch - find URI mismatches between href and anchor text
24
#
25
loadplugin Mail::SpamAssassin::Plugin::HTTPSMismatch
26
 
27
# URIDetail - test URIs using detailed URI information
28
#
29
loadplugin Mail::SpamAssassin::Plugin::URIDetail
30
 
31
# Shortcircuit - stop evaluation early if high-accuracy rules fire
32
#
33
# loadplugin Mail::SpamAssassin::Plugin::Shortcircuit
34
 
35
# Plugins which used to be EvalTests.pm
36
# broken out into separate plugins
37
loadplugin Mail::SpamAssassin::Plugin::Bayes
38
loadplugin Mail::SpamAssassin::Plugin::BodyEval
39
loadplugin Mail::SpamAssassin::Plugin::DNSEval
40
loadplugin Mail::SpamAssassin::Plugin::HTMLEval
41
loadplugin Mail::SpamAssassin::Plugin::HeaderEval
42
loadplugin Mail::SpamAssassin::Plugin::MIMEEval
43
loadplugin Mail::SpamAssassin::Plugin::RelayEval
44
loadplugin Mail::SpamAssassin::Plugin::URIEval
45
loadplugin Mail::SpamAssassin::Plugin::WLBLEval
46
 
47
# VBounce - anti-bounce-message rules, see rules/20_vbounce.cf
48
#
49
loadplugin Mail::SpamAssassin::Plugin::VBounce
50
 
51
# Rule2XSBody - speedup by compilation of ruleset to native code
52
#
53
# loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
54
 
55
# ASN - Look up the Autonomous System Number of the connecting IP
56
# and create a header containing ASN data for bayes tokenization.
57
# See plugin's POD docs for usage info.
58
#
59
# loadplugin Mail::SpamAssassin::Plugin::ASN
60
 
61
# ImageInfo - rules to match metadata of image attachments
62
#
63
loadplugin Mail::SpamAssassin::Plugin::ImageInfo
64