[exim-cvs] Fix spec

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix spec
Gitweb: https://git.exim.org/exim.git/commitdiff/4ae6e648660146fd44e7aa00669d00e49c17c31a
Commit:     4ae6e648660146fd44e7aa00669d00e49c17c31a
Parent:     550e03b3fa69bb04639dec9ae1087385a8bfab0a
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Wed Apr 18 17:20:58 2018 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Wed Apr 18 17:20:58 2018 +0200


    Fix spec


    Thanks to Mike Brudenell
---
 doc/doc-docbook/spec.xfpt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e5873f3..63a78fc 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -30740,7 +30740,7 @@ restrictions, to get the TXT record. As a byproduct of this, there is also
 a check that the IP being tested is indeed on the first list. The first
 domain is the one that is put in &$dnslist_domain$&. For example:
 .code
-reject message  = \
+deny message  = \
          rejected because $sender_host_address is blacklisted \
          at $dnslist_domain\n$dnslist_text
        dnslists = \
@@ -30758,7 +30758,7 @@ If you are interested in more than one merged list, the same list must be
 given several times, but because the results of the DNS lookups are cached,
 the DNS calls themselves are not repeated. For example:
 .code
-reject dnslists = \
+deny dnslists = \
          http.dnsbl.sorbs.net,dnsbl.sorbs.net=127.0.0.2 : \
          socks.dnsbl.sorbs.net,dnsbl.sorbs.net=127.0.0.3 : \
          misc.dnsbl.sorbs.net,dnsbl.sorbs.net=127.0.0.4 : \