projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b916e9
)
Removed -m from sendmail invocation with sendmail/pipe. Modern
author
David Levine
<levinedl@acm.org>
Tue, 10 Jul 2012 03:49:59 +0000
(22:49 -0500)
committer
David Levine
<levinedl@acm.org>
Tue, 10 Jul 2012 03:49:59 +0000
(22:49 -0500)
sendmail and postfix, at least, ignore it.
uip/post.c
patch
|
blob
|
history
diff --git
a/uip/post.c
b/uip/post.c
index
9c9bec9
..
6f04593
100644
(file)
--- a/
uip/post.c
+++ b/
uip/post.c
@@
-1502,7
+1502,6
@@
post (char *file, int bccque, int talk, char *envelope)
argp = sargv;
*argp++ = "sendmail";
- *argp++ = "-m"; /* send to me too */
*argp++ = "-t"; /* read msg for recipients */
*argp++ = "-i"; /* don't stop on "." */
if (whomsw)