From aae2bf28db36ab9133829dc33ea6ef886e8373c2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 8 Jul 2023 17:59:20 +0100 Subject: Fix json extract for strings carrying commas. Bug 3006 --- doc/doc-txt/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/doc-txt') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9c073f3e0..a3b43b2f5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -158,6 +158,11 @@ JH/29 Change format of the internal ID used for message identification. The old back to old (losing time-precision and PID information) and remove any wait- hints databases. +JH/30 Bug 3006: Fix handling of JSON strings having embedded commas. Previously + we treated them as item separators when parsing for a list item, but they + need to be protected by the doublequotes. While there, add handling for + backslashes. + Exim version 4.96 ----------------- -- cgit v1.2.3