projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab6dbe
)
Make sure we don't send Envelope-From if we're using spost.
author
markus schnalke
<meillo@marmaro.de>
Tue, 27 Mar 2012 13:18:49 +0000
(15:18 +0200)
committer
markus schnalke
<meillo@marmaro.de>
Tue, 27 Mar 2012 13:18:49 +0000
(15:18 +0200)
Pulled in from nmh. Thanks to Ken Hornstein.
uip/spost.c
patch
|
blob
|
history
diff --git
a/uip/spost.c
b/uip/spost.c
index
69d4708
..
93283cc
100644
(file)
--- 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 }
};