From 79e665fc9bdaa67a9cd2dfd02bd4494bbec7cc2d Mon Sep 17 00:00:00 2001 From: David Levine Date: Mon, 9 Jul 2012 22:49:59 -0500 Subject: [PATCH] Removed -m from sendmail invocation with sendmail/pipe. Modern sendmail and postfix, at least, ignore it. --- uip/post.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uip/post.c b/uip/post.c index 9c9bec9..6f04593 100644 --- 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) -- 1.7.10.4