mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
* 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>
10 lines
268 B
Diff
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 }
|
|
};
|