From: David Levine Date: Tue, 10 Jul 2012 03:49:59 +0000 (-0500) Subject: Removed -m from sendmail invocation with sendmail/pipe. Modern X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=79e665fc9bdaa67a9cd2dfd02bd4494bbec7cc2d Removed -m from sendmail invocation with sendmail/pipe. Modern sendmail and postfix, at least, ignore it. --- 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)