https://bugs.exim.org/show_bug.cgi?id=2413
Bug ID: 2413
Summary: dkim_strict value is compared against unexpanded
string in DKIM transport
Product: Exim
Version: 4.92
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: DKIM
Assignee: tom@???
Reporter: r.jenster@???
CC: exim-dev@???
Created attachment 1197
-->
https://bugs.exim.org/attachment.cgi?id=1197&action=edit
Fix dkim_strict evaluation in DKIM transport.
The value of the dkim_strict option in the SMTP transport is expanded but
compared against the unexpanded value. As a result any dynamic evaluation of
dkim_strict fails.
The attached patch fixes this issue.
--
You are receiving this mail because:
You are on the CC list for the bug.