summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-02-19 13:19:58 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-03-05 15:46:52 +0000
commit75b6e26f5ee1d313ba0d5b835e287f06b9770559 (patch)
treeff1edc3cf7aeafd40a50bae944c3a02752a369c1 /src
parent47ea06b6f9b628fd72817d897526d5372624de99 (diff)
Docs: tidying
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/smtp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 5c5f37d2b..13410b839 100644
--- a/src/src/transports/smtp.c
+++ b/src/src/transports/smtp.c
@@ -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.