diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-04 13:06:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-04 13:06:31 +0100 |
commit | 8b4b6ac90766b11fa74fa3001778b49456adbe42 (patch) | |
tree | 523dfd39992a055328527f03843e1ea013e5aa66 /doc | |
parent | 18207bb52923bcd958c6bd2bcd363fa331a17362 (diff) |
Fix ${ipv6norm:}
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 68cec8531..c3fc01389 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -245,6 +245,10 @@ JH/51 Taint-check ACL line. Previously, only filenames (for out-of-line ACL content) were specifically tested for. Now, also cover epxansions rerulting in acl names and inline ACL content. +JH/52 Fix ${ip6norm:} operator. Previously, any trailing line text was dropped, + making it unusable in complex expressions. + + Exim version 4.94 |