summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-11-18 17:27:38 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-11-20 21:52:34 +0000
commitcd8138f1007bf02d5799e310139b88d36bc22eee (patch)
tree71cceaffb5ec69e65f532d1e9689e6f028e91706
parent93afd6be7efaf2acae325968b38484b0f4dc40a0 (diff)
downloadexim4-cd8138f1007bf02d5799e310139b88d36bc22eee.tar.gz
Docs: add note on manualroute route-lists
-rw-r--r--doc/doc-docbook/spec.xfpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 2363e7880..808475967 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -19610,7 +19610,9 @@ be enclosed in quotes if it contains white space.
A list of hosts, whether obtained via &%route_data%& or &%route_list%&, is
always separately expanded before use. If the expansion fails, the router
declines. The result of the expansion must be a colon-separated list of names
-and/or IP addresses, optionally also including ports. The format of each item
+and/or IP addresses, optionally also including ports.
+If the list is written with spaces, it must be protected with qoutes.
+The format of each item
in the list is described in the next section. The list separator can be changed
as described in section &<<SECTlistconstruct>>&.