TLS: restore TLS protocol version to default Received: header
[exim.git] / src / src / globals.c
index 07665bf756b0ba9455284e7be61ce8a6f3051f4c..358c380a8c2f7d47631b976af7fddaa25f9ad235 100644 (file)
@@ -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"