Mailing List Archive

[Bug 2534] New: received_header_text refers to $tls_ver (unknown variable)
https://bugs.exim.org/show_bug.cgi?id=2534

Bug ID: 2534
Summary: received_header_text refers to $tls_ver (unknown
variable)
Product: Exim
Version: 4.93
Hardware: x86
OS: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Documentation
Assignee: unallocated@exim.org
Reporter: heiko@fu-berlin.de
CC: exim-dev@exim.org

Documentation of received_header_text refers to the unknown variable $tls_ver
in "default setting":

${if def:tls_ver { ($tls_ver)}}\

The correct variable is $tls_in_ver nowadays as set in global.c. Should be
changed to:

${if def:tls_in_ver { ($tls_in_ver)}}\


Both examples in received_header_text documentation are very basic, not using
tls or non-matching helo. This could be improved with more modern and fancy
examples.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##