git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0578e5c
)
Clear previous message results before continued-delivery
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 19 Jun 2024 12:10:50 +0000
(13:10 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 19 Jun 2024 12:10:50 +0000
(13:10 +0100)
Broken-by: be5901583f97
src/src/deliver.c
patch
|
blob
|
history
diff --git
a/src/src/deliver.c
b/src/src/deliver.c
index 005175c8bcf8a1ab50618099c98a6a9c94433636..2ac56e171af631c755d69bc5703d22a1e75f47fb 100644
(file)
--- a/
src/src/deliver.c
+++ b/
src/src/deliver.c
@@
-8656,6
+8656,7
@@
report_time_since(×tamp_startup, US"delivery end"); /* testcase 0005 */
if (final_yield == DELIVER_ATTEMPTED_NORMAL && *continue_next_id)
{
+ addr_defer = addr_failed = addr_succeed = NULL;
tree_duplicates = NULL; /* discard dups info from old message */
id = string_copyn(continue_next_id, MESSAGE_ID_LENGTH);
continue_next_id[0] = '\0';