From a48b423084b6c31aa8d23997fa31e47a2ec3c513 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 2 Jun 2026 14:06:51 +0200 Subject: qmail-send: fix Original-Recipient header --- qmail-send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmail-send.c b/qmail-send.c index 8eed423..caa5b39 100644 --- a/qmail-send.c +++ b/qmail-send.c @@ -854,7 +854,7 @@ I tried to deliver a bounce message to this address, but the bounce bounced!\n\ while (!newfield_datemake(birth)) nomem(); qmail_put(&qqt,newfield_date.s,newfield_date.len); for (int i = 0; i < reciplist.len; ++i) { - qmail_puts(&qqt,"\nOriginal-Recipient: rfc822; "); + qmail_puts(&qqt,"\nOriginal-Recipient: rfc822;"); qmail_put(&qqt, reciplist.sa[i].s, reciplist.sa[i].len); qmail_puts(&qqt,"Action: failed\n"); } -- cgit v1.2.3