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 contains plugin activation commands for plugins included
7
# in SpamAssassin 3.0.x releases.  It will not be installed if you
8
# already have a file in place called "init.pre".
9
#
10
# There are now multiple files read to enable plugins in the
11
# /etc/mail/spamassassin directory; previously only one, "init.pre" was
12
# read.  Now both "init.pre", "v310.pre", and any other files ending in
13
# ".pre" will be read.  As future releases are made, new plugins will be
14
# added to new files, named according to the release they're added in.
15
###########################################################################
16
 
17
# URIDNSBL - look up URLs found in the message against several DNS
18
# blocklists.
19
#
20
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
21
 
22
# SPF - perform SPF verification.
23
#
24
loadplugin Mail::SpamAssassin::Plugin::SPF
25