From 1b13fee5a05a8679f453dbfa800c815755a017e5 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 20 Apr 2002 08:14:59 +0000 Subject: [PATCH] Generate the resent-message-id ourselves, and add it in the top of the header. --- sendlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sendlib.c b/sendlib.c index 9f5670c2..97c7c584 100644 --- a/sendlib.c +++ b/sendlib.c @@ -2239,6 +2239,7 @@ static void _mutt_bounce_message (FILE *fp, HEADER *h, ADDRESS *to, const char * fseek (fp, h->offset, 0); fprintf (f, "Resent-From: %s", resent_from); fprintf (f, "\nResent-%s", mutt_make_date (date, sizeof(date))); + fprintf (f, "Resent-Message-ID: %s\n", mutt_gen_msgid()); fputs ("Resent-To: ", f); mutt_write_address_list (to, f, 11); mutt_copy_header (fp, h, f, ch_flags, NULL); -- 2.40.0