gentoo-ebuilds/mail-mta/sendmail/files/sendmail-8.13.1-delivered_hdr.patch
Cristian Othón Martínez Vera 963ccb691f
mail-mta/sendmail: cleanup patches
* Finally, use `PATCHES()` array
* Backport C23 fixes from 8.18.1.10 snapshot to 8.18.1

Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/43481
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-06 16:26:25 +01:00

10 lines
268 B
Diff

--- a/sendmail/conf.c
+++ b/sendmail/conf.c
@@ -117,6 +117,7 @@
{ "content-length", H_ACHECK, NULL },
{ "subject", H_ENCODABLE, NULL },
{ "x-authentication-warning", H_FORCE, NULL },
+ { "delivered-to", H_FORCE, NULL },
{ NULL, 0, NULL }
};