You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/06/19 18:05:11 UTC

svn commit: r191348 - in /spamassassin/trunk: INSTALL rules/v310.pre

Author: parker
Date: Sun Jun 19 09:05:09 2005
New Revision: 191348

URL: http://svn.apache.org/viewcvs?rev=191348&view=rev
Log:
Add note about what external modules are required for the domain keys plugin to work

Modified:
    spamassassin/trunk/INSTALL
    spamassassin/trunk/rules/v310.pre

Modified: spamassassin/trunk/INSTALL
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/INSTALL?rev=191348&r1=191347&r2=191348&view=diff
==============================================================================
--- spamassassin/trunk/INSTALL (original)
+++ spamassassin/trunk/INSTALL Sun Jun 19 09:05:09 2005
@@ -292,6 +292,11 @@
     If this module is installed, the processing times are logged/reported
     more precisely.
 
+  - Mail::DomainKeys (from CPAN)
+
+    If this module is installed, and you enable the DomainKeys plugin,
+    SpamAssassin will perform domain key lookups when domain key information
+    is present in the message headers.
 
   - DBI *and* DBD driver/modules for your database (from CPAN)
 

Modified: spamassassin/trunk/rules/v310.pre
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/v310.pre?rev=191348&r1=191347&r2=191348&view=diff
==============================================================================
--- spamassassin/trunk/rules/v310.pre (original)
+++ spamassassin/trunk/rules/v310.pre Sun Jun 19 09:05:09 2005
@@ -64,6 +64,8 @@
 
 # DomainKeys - perform DomainKeys verification
 #
+# External modules required for use, see INSTALL for more information.
+#
 #loadplugin Mail::SpamAssassin::Plugin::DomainKeys
 
 # MIMEHeader - apply regexp rules against MIME headers in the message