Docs: prettify code examples. Bug 1284
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 3 Sep 2016 12:43:33 +0000 (13:43 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 3 Sep 2016 12:44:15 +0000 (13:44 +0100)
doc/doc-docbook/spec.xfpt

index e2179ca073c117c85eece9a7bf172279270f1a00..622e5272d31f0e38e1f1333c3ff6e452ecd77fd7 100644 (file)
@@ -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