From 93c6a08c9f205f57a3f2b339e7ed993d3d4fc72e Mon Sep 17 00:00:00 2001 From: Billy Brumley Date: Mon, 8 Aug 2022 09:10:40 +0300 Subject: [PATCH] RFC822 compliant received header --- child-fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/child-fetch.c b/child-fetch.c index cf6ffd1d..1159d170 100644 --- a/child-fetch.c +++ b/child-fetch.c @@ -652,7 +652,7 @@ fetch_enqueue(struct account *a, struct io *pio, struct mail *m) rhost = conf.host_name; error = insert_header(m, "received", "Received: by " - "%.350s (%s " VERSION ", account \"%.350s\") \n\t%s\n\t%s", + "%.350s (%s " VERSION ", account \"%.350s\")\n\t%s;\n\t%s", rhost, __progname, a->name, account_get_method(a), rtime); } if (error != 0)