You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kb...@apache.org on 2017/08/06 19:20:51 UTC

svn commit: r1804260 - /spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm

Author: kb
Date: Sun Aug  6 19:20:50 2017
New Revision: 1804260

URL: http://svn.apache.org/viewvc?rev=1804260&view=rev
Log:
fix typo


Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm?rev=1804260&r1=1804259&r2=1804260&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm Sun Aug  6 19:20:50 2017
@@ -2607,7 +2607,7 @@ mbox_format_from_regex /^From \S+  ?[[:u
 
 =item parse_dkim_uris ( 0 | 1 ) (default: 0)
 
-If this option is set to 1 and the message contains DKIM headers, the headers will be parsed for URIs to process alongside URIs found in the body with some rules and moduels (ex. URIDNSBL)
+If this option is set to 1 and the message contains DKIM headers, the headers will be parsed for URIs to process alongside URIs found in the body with some rules and modules (ex. URIDNSBL)
 
 =cut