summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-14 22:02:59 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-14 22:05:26 +0000
commit9f125d9fab3f3f3dd2244caa28914c256d01c339 (patch)
tree9220ca093fa282b1b6c3d9c432e22048c6fa84a9 /src
parent5b195d6b9592fcef09b0b3b31390e73226deffc9 (diff)
TLS: restore TLS protocol version to default Received: header
Broken-by: f1be21cf0b
Diffstat (limited to 'src')
-rw-r--r--src/src/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/globals.c b/src/src/globals.c
index b874c4669..8162de0c4 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1233,6 +1233,7 @@ uschar *received_header_text = US
"by $primary_hostname "
"${if def:received_protocol {with $received_protocol }}"
#ifndef DISABLE_TLS
+ "${if def:tls_in_ver { ($tls_in_ver)}}"
"${if def:tls_in_cipher_std { tls $tls_in_cipher_std\n\t}}"
#endif
"(Exim $version_number)\n\t"