summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2018-08-16 21:17:32 -0400
committerPhil Pennock <pdp@exim.org>2018-08-16 21:19:09 -0400
commit0a682b6cd5f70e94b84fa17022554b48c97a63bd (patch)
tree94ee5b86194de3a023011b5f5dea24a133bfd7bb /doc
parentd16931c81f3e500fa6eafe5ec1c5d8e7db63e65a (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/ChangeLog4
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
-----------------