Gitweb:
https://git.exim.org/exim.git/commitdiff/caddcded52da28c18f64472620c7057e52514cd0
Commit: caddcded52da28c18f64472620c7057e52514cd0
Parent: d6870e76cf0b838eab1929e5d5afb486c4e7b448
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Feb 6 22:35:01 2021 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Feb 6 22:35:01 2021 +0000
Docs: fix bug reference
---
doc/doc-txt/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e4c1e9a..5b900a5 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.