Docs: tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 19 Feb 2020 13:19:58 +0000 (13:19 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 5 Mar 2020 15:46:52 +0000 (15:46 +0000)
doc/doc-docbook/spec.xfpt
src/src/transports/smtp.c

index 42a84db56b17ae70e477c3fcbe8464fd3f97bcae..25abda9e54389f36692f5d01f48390eaa17b9240 100644 (file)
@@ -20155,8 +20155,10 @@ semicolon is the default route list separator.
 
 
 .section "Format of one host item" "SECTformatonehostitem"
-Each item in the list of hosts is either a host name or an IP address,
-optionally with an attached port number. When no port is given, an IP address
+Each item in the list of hosts can be either a host name or an IP address,
+optionally with an attached port number, or it can be a single "+"
+(see &%hosts_randomize%&).
+When no port is given, an IP address
 is not enclosed in brackets. When a port is specified, it overrides the port
 specification on the transport. The port is separated from the name or address
 by a colon. This leads to some complications:
index 5c5f37d2b5505bd64bdbeb4ef7684c895968793c..13410b8392f513f2a19af6a154a87d3b31435f4a 100644 (file)
@@ -3372,8 +3372,9 @@ done:
 
 /* If continue_hostname is not null, we get here only when continuing to
 deliver down an existing channel. The channel was passed as the standard
-input. TLS is never active on a passed channel; the previous process always
-closes it down before passing the connection on.
+input. TLS is never active on a passed channel; the previous process either
+closes it down before passing the connection on, or inserts a TLS-proxy
+process and passes on a cleartext conection.
 
 Otherwise, we have to make a connection to the remote host, and do the
 initial protocol exchange.