You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/sendmail/files/sendmail-delivered_hdr.patch

11 lines
341 B

--- sendmail/conf.c.orig 2004-07-14 21:54:23.000000000 +0000
+++ sendmail/conf.c 2004-12-06 15:22:05.000000000 +0000
@@ -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 }
};