Removed -m from sendmail invocation with sendmail/pipe. Modern
authorDavid Levine <levinedl@acm.org>
Tue, 10 Jul 2012 03:49:59 +0000 (22:49 -0500)
committerDavid 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

index 9c9bec9..6f04593 100644 (file)
@@ -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)