summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-02-06 22:35:01 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2021-02-06 22:35:01 +0000
commitcaddcded52da28c18f64472620c7057e52514cd0 (patch)
treec2d7c0956c43474c88a5f6826cada5fdfeb6435e
parentd6870e76cf0b838eab1929e5d5afb486c4e7b448 (diff)
Docs: fix bug reference
-rw-r--r--doc/doc-txt/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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.