From: Jeremy Harris Date: Wed, 19 Jun 2024 12:10:50 +0000 (+0100) Subject: Clear previous message results before continued-delivery X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/04f8907ae05b4ac5af26d4a6080b9d787c27fa7f Clear previous message results before continued-delivery Broken-by: be5901583f97 --- diff --git a/src/src/deliver.c b/src/src/deliver.c index 005175c8b..2ac56e171 100644 --- 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';