Clear previous message results before continued-delivery
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 19 Jun 2024 12:10:50 +0000 (13:10 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 19 Jun 2024 12:10:50 +0000 (13:10 +0100)
Broken-by: be5901583f97
src/src/deliver.c

index 005175c8bcf8a1ab50618099c98a6a9c94433636..2ac56e171af631c755d69bc5703d22a1e75f47fb 100644 (file)
@@ -8656,6 +8656,7 @@ report_time_since(&timestamp_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';