[exim-dev] [Bug 2534] received_header_text refers to $tls_ve…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2534] New: received_header_text refers to $tls_ver (unknown variable)
Subject: [exim-dev] [Bug 2534] received_header_text refers to $tls_ver (unknown variable)
https://bugs.exim.org/show_bug.cgi?id=2534

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/47aaa9d6df68458c03a9fa65c6f2fd2bdee898f9

commit 47aaa9d6df68458c03a9fa65c6f2fd2bdee898f9
Author:     Heiko Schlichting <heiko@???>
AuthorDate: Mon Apr 20 22:21:35 2020 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 20 22:23:32 2020 +0100


    Docs: fix mention of deprecated variables.  Bug 2534
---
 doc/doc-docbook/spec.xfpt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 87e5e08..0f46896 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -16955,7 +16955,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_ver        { ($tls_in_ver)}}\
   ${if def:tls_in_cipher_std { tls $tls_in_cipher_std\n\t}}\
   (Exim $version_number)\n\t\
   ${if def:sender_address \
@@ -16964,7 +16964,8 @@ received_header_text = Received: \
   ${if def:received_for {\n\tfor $received_for}}
 .endd


-The reference to the TLS cipher is omitted when Exim is built without TLS
+The references to the TLS version and cipher are
+omitted when Exim is built without TLS
support. The use of conditional expansions ensures that this works for both
locally generated messages and messages received from remote hosts, giving
header lines such as the following:

--
You are receiving this mail because:
You are on the CC list for the bug.