[exim-dev] [Bug 1284] Minor imrovments to the description of…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1284] New: Minor imrovments to the description of the format of an acl
Subject: [exim-dev] [Bug 1284] Minor imrovments to the description of the format of an acl
https://bugs.exim.org/show_bug.cgi?id=1284

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/fc40c83e9317fa75523e9b558c13309e3e1c9d9a

commit fc40c83e9317fa75523e9b558c13309e3e1c9d9a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Sep 3 13:43:33 2016 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sat Sep 3 13:44:15 2016 +0100


    Docs: prettify code examples.   Bug 1284
---
 doc/doc-docbook/spec.xfpt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e2179ca..622e527 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -28128,7 +28128,7 @@ provides a means of specifying an &"and"& conjunction
between conditions. For
 example:
 .code
 deny  dnslists = list1.example
-dnslists = list2.example
+      dnslists = list2.example
 .endd
 If there are no conditions, the verb is always obeyed. Exim stops evaluating
 the conditions and modifiers when it reaches a condition that fails. What
@@ -28150,8 +28150,8 @@ after &%endpass%&, the ACL returns &"deny"&. Consider
this statement, used to
 check a RCPT command:
 .code
 accept domains = +local_domains
-endpass
-verify = recipient
+       endpass
+       verify = recipient
 .endd
 If the recipient domain does not match the &%domains%& condition, control
 passes to the next statement. If it does match, the recipient is verified, and


--
You are receiving this mail because:
You are on the CC list for the bug.