You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2006/04/18 21:38:52 UTC

svn commit: r395011 - /spamassassin/branches/3.1/rules/v312.pre

Author: dos
Date: Tue Apr 18 12:38:51 2006
New Revision: 395011

URL: http://svn.apache.org/viewcvs?rev=395011&view=rev
Log:
bug 4802: v312.pre file for DKIM plugin

Added:
    spamassassin/branches/3.1/rules/v312.pre

Added: spamassassin/branches/3.1/rules/v312.pre
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/rules/v312.pre?rev=395011&view=auto
==============================================================================
--- spamassassin/branches/3.1/rules/v312.pre (added)
+++ spamassassin/branches/3.1/rules/v312.pre Tue Apr 18 12:38:51 2006
@@ -0,0 +1,22 @@
+# This is the right place to customize your installation of SpamAssassin.
+#
+# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
+# tweaked.
+#
+# This file was installed during the installation of SpamAssassin 3.2.0,
+# and contains plugin loading commands for the new plugins added in that
+# release.  It will not be overwritten during future SpamAssassin installs,
+# so you can modify it to enable some disabled-by-default plugins below,
+# if you so wish.
+#
+###########################################################################
+
+###########################################################################
+# experimental plugins
+
+# DKIM - perform DKIM verification
+#
+# Mail::DKIM module required for use, see INSTALL for more information.
+#
+#loadplugin Mail::SpamAssassin::Plugin::DKIM
+