projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b1aed
)
Make sure we don't send Envelope-From if we're using spost.
author
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Mar 2012 01:15:17 +0000
(21:15 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Thu, 15 Mar 2012 01:15:17 +0000
(21:15 -0400)
uip/spost.c
patch
|
blob
|
history
diff --git
a/uip/spost.c
b/uip/spost.c
index
187f9a0
..
7454c89
100644
(file)
--- 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 }
};