Fix ${readsocket } eol-replacement. Bug 2630
[exim.git] / doc / doc-txt / ChangeLog
index aaea04cafb4e884c19beaea56fe597f4efd4ab74..2d2dc1f9f25bea2d4311b0004a2f09af66de2932 100644 (file)
@@ -78,6 +78,10 @@ JH/18 Bug 2617: Fix a taint trap in parse_fix_phrase().  Previously when the
       rewrite with the "h" flag, by using the "-F" command-line option, or
       by using a "name=" option on a control=submission ACL modifier.
 
+JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion.
+      Previously when a whitespace character was specified it was not inserted
+      after removing the newline.
+
 
 Exim version 4.94
 -----------------
@@ -6700,7 +6704,7 @@ Exim version 4.31
     same list, then the first domain was re-checked, the value of $domain_data
     after the final check could be wrong. In particular, if the second check
     failed, it could be set empty. This bug probably also applied to
-    $localpart_data.
+    $local_part_data.
 
 41. The strip_trailing_dot option was not being applied to the address given
     with the -f command-line option.