X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=93283cc172e5579e88a2e899b0e5f7a85d225139;hb=12fc1bc3b016c93fa00712de76a286c09dc1ee39;hp=69d470824d5507cd4b26b94cc809438e897301c2;hpb=2e5668919988fce4e523cbf2294698841b1106a0;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 69d4708..93283cc 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -87,6 +87,7 @@ static struct headers NHeaders[] = { { "Bcc", HADR|HTRY|HBCC, MINV }, { "Message-Id", HBAD, 0 }, { "Fcc", HFCC, 0 }, + { "Envelope-From", HIGN, 0 }, { NULL, 0, 0 } }; @@ -103,6 +104,7 @@ static struct headers RHeaders[] = { { "Resent-Fcc", HFCC, 0 }, { "Reply-To", HADR, 0 }, { "Fcc", HIGN, 0 }, + { "Envelope-From", HIGN, 0 }, { NULL, 0, 0 } };