diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-14 22:02:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-14 22:05:26 +0000 |
commit | 9f125d9fab3f3f3dd2244caa28914c256d01c339 (patch) | |
tree | 9220ca093fa282b1b6c3d9c432e22048c6fa84a9 /doc | |
parent | 5b195d6b9592fcef09b0b3b31390e73226deffc9 (diff) |
TLS: restore TLS protocol version to default Received: header
Broken-by: f1be21cf0b
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index f0b7a626d..a93f61182 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -16763,6 +16763,7 @@ received_header_text = Received: \ ${if def:sender_helo_name {(helo=$sender_helo_name)\n\t}}}}\ by $primary_hostname \ ${if def:received_protocol {with $received_protocol }}\ + ${if def:tls_ver { ($tls_ver)}}\ ${if def:tls_in_cipher_std { tls $tls_in_cipher_std\n\t}}\ (Exim $version_number)\n\t\ ${if def:sender_address \ |