You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2010/06/24 19:35:43 UTC

svn commit: r957645 - /spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Author: mmartinec
Date: Thu Jun 24 17:35:43 2010
New Revision: 957645

URL: http://svn.apache.org/viewvc?rev=957645&view=rev
Log:
spelling in docs

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=957645&r1=957644&r2=957645&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Thu Jun 24 17:35:43 2010
@@ -649,7 +649,7 @@ Adds one or more host names to a list of
 No wildcards are supported, but subdomains do match implicitly. There is
 only one combined list for black- and whitelisting of host names in URIs.
 Search starts by looking up the full hostname first, then leading fields
-are progresively stripped off (e.g.: sub.example.com, example.com, com)
+are progressively stripped off (e.g.: sub.example.com, example.com, com)
 until a match is found or we run out of fields. The first matching entry
 (the most specific) determines if a lookup yielded a blacklisted or a
 whitelisted result.
@@ -696,7 +696,7 @@ See blacklist_uri_host directive for det
 
 =item unlist_uri_host host-or-domain ...
 
-Adds one or more specified host names from a list of black-or-white -listed
+Removes one or more specified host names from a list of black- or whitelisted
 URI domains. Removing an unlisted name is ignored (is not an error).
 
 =cut