diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-24 00:04:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-24 15:23:33 +0100 |
commit | bec94709e708f087fe7fa456bec95d4e63edc3ed (patch) | |
tree | ff17ef17917c21e12e023a58244dbdae4ec3f135 /doc/doc-txt | |
parent | 99bfcf2b678e7bd8125a7eb44409e46549bfc111 (diff) |
Handle quoted local_part input to ${srs_encode }. Bug 2607
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6db97eef7..2c0570635 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -58,6 +58,11 @@ JH/11 Bug 2604: Fix request to cutthrough-deliver when a connection is already held open for a verify callout. Previously this wan not accounted for and a corrupt onward SMTP conversation resulted. +JH/12 Bug 2607: Fix the ${srs_encode } expansion to handle quoted local_parts. + Previously they were embedded naively in the constructed address; when + needed, strip the quoting and quote the entire local_part. + Also make the inbound_srs expansion condition handle quoting. + Exim version 4.94 |