Gitweb:
https://git.exim.org/exim.git/commitdiff/cd8138f1007bf02d5799e310139b88d36bc22eee
Commit: cd8138f1007bf02d5799e310139b88d36bc22eee
Parent: 93afd6be7efaf2acae325968b38484b0f4dc40a0
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Nov 18 17:27:38 2018 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Nov 20 21:52:34 2018 +0000
Docs: add note on manualroute route-lists
---
doc/doc-docbook/spec.xfpt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 2363e78..8084759 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>>&.