diff options
author | Phil Pennock <pdp@exim.org> | 2018-08-16 21:17:32 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-08-16 21:19:09 -0400 |
commit | 0a682b6cd5f70e94b84fa17022554b48c97a63bd (patch) | |
tree | 94ee5b86194de3a023011b5f5dea24a133bfd7bb /doc | |
parent | d16931c81f3e500fa6eafe5ec1c5d8e7db63e65a (diff) |
Fix utf8clean not replacing incomplete final character
Before, it was just dropped, but we document that it's replaced by ?.
Tests updated, manual test-case for -be prompt is:
${utf8clean:${length_1:フィル}}
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 bf5afe0af..bc521a6a3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -92,6 +92,10 @@ JH/20 Bug 2296: Fix cutthrough for >1 address redirection. Previously only time. Either a crash (after delivery) or bogus log data could result. Discovery and analysis by Tim Stewart. +PP/03 Make ${utf8clean:} expansion operator detect incomplete final character. + Previously if the string ended mid-character, we did not insert the + promised '?' replacement. + Exim version 4.91 ----------------- |