From: Jeremy Harris Date: Sat, 6 Feb 2021 22:35:01 +0000 (+0000) Subject: Docs: fix bug reference X-Git-Tag: exim-4.95-RC0~137 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/caddcded52da28c18f64472620c7057e52514cd0 Docs: fix bug reference --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e4c1e9a2b..5b900a558 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -198,7 +198,7 @@ JH/41 Fix daemon SIGHUP on FreeBSD. Previously, a named socket for IPC was This affected any platform not supporting "abstract" Unix-domain sockets (i.e. not Linux). -JH/42 Bug 2692: Harden against a peer which reneges on a 452 "too many +JH/42 Bug 2693: Harden against a peer which reneges on a 452 "too many recipients" response to RCPT in a later response, with a 250. The previous coding assumed this would not happen, and under PIPELINING would result in both lost and duplicate recipients for a message.