Add 3.4.3 base config
[hcoop/config/spamassassin.git] / v310.pre
index b394d24..56e5b2f 100644 (file)
--- a/v310.pre
+++ b/v310.pre
@@ -9,6 +9,11 @@
 # so you can modify it to enable some disabled-by-default plugins below,
 # if you so wish.
 #
+# There are now multiple files read to enable plugins in the
+# /etc/mail/spamassassin directory; previously only one, "init.pre" was
+# read.  Now both "init.pre", "v310.pre", and any other files ending in
+# ".pre" will be read.  As future releases are made, new plugins will be
+# added to new files, named according to the release they're added in.
 ###########################################################################
 
 # DCC - perform DCC message checks.
@@ -24,7 +29,7 @@ loadplugin Mail::SpamAssassin::Plugin::Pyzor
 
 # Razor2 - perform Razor2 message checks.
 #
-#loadplugin Mail::SpamAssassin::Plugin::Razor2
+loadplugin Mail::SpamAssassin::Plugin::Razor2
 
 # SpamCop - perform SpamCop message reporting
 #
@@ -37,7 +42,7 @@ loadplugin Mail::SpamAssassin::Plugin::SpamCop
 
 # AWL - do auto-whitelist checks
 #
-loadplugin Mail::SpamAssassin::Plugin::AWL
+#loadplugin Mail::SpamAssassin::Plugin::AWL
 
 # AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning
 #
@@ -60,9 +65,8 @@ loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
 
 # DomainKeys - perform DomainKeys verification
 #
-# External modules required for use, see INSTALL for more information.
-#
-#loadplugin Mail::SpamAssassin::Plugin::DomainKeys
+# This plugin has been removed as of v3.3.0.  Use the DKIM plugin instead,
+# which supports both Domain Keys and DKIM.
 
 # MIMEHeader - apply regexp rules against MIME headers in the message
 #