From: Ken Hornstein Date: Thu, 15 Mar 2012 01:15:17 +0000 (-0400) Subject: Make sure we don't send Envelope-From if we're using spost. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=6a0b804e4d6562952662dd618e9feca755c10fff;p=mmh Make sure we don't send Envelope-From if we're using spost. --- diff --git a/uip/spost.c b/uip/spost.c index 187f9a0..7454c89 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -112,6 +112,7 @@ static struct headers NHeaders[] = { { "Bcc", HADR|HTRY|HBCC|HNIL, MINV }, { "Message-Id", HBAD, 0 }, { "Fcc", HFCC, 0 }, + { "Envelope-From",HIGN, 0 }, { NULL, 0, 0 } }; @@ -128,6 +129,7 @@ static struct headers RHeaders[] = { { "Resent-Fcc", HFCC, 0 }, { "Reply-To", HADR, 0 }, { "Fcc", HIGN, 0 }, + { "Envelope-From", HIGN, 0 }, { NULL, 0, 0 } };