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 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 |
# RelayCountry - add metadata for Bayes learning, marking the countries
|
|
|
18 |
# a message was relayed through
|
|
|
19 |
#
|
|
|
20 |
# Note: This requires the IP::Country::Fast Perl module
|
|
|
21 |
#
|
|
|
22 |
# loadplugin Mail::SpamAssassin::Plugin::RelayCountry
|
|
|
23 |
|
|
|
24 |
# URIDNSBL - look up URLs found in the message against several DNS
|
|
|
25 |
# blocklists.
|
|
|
26 |
#
|
|
|
27 |
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
|
|
|
28 |
|
|
|
29 |
# Hashcash - perform hashcash verification.
|
|
|
30 |
#
|
|
|
31 |
loadplugin Mail::SpamAssassin::Plugin::Hashcash
|
|
|
32 |
|
|
|
33 |
# SPF - perform SPF verification.
|
|
|
34 |
#
|
|
|
35 |
loadplugin Mail::SpamAssassin::Plugin::SPF
|
|
|
36 |
|