Removed -m from sendmail invocation with sendmail/pipe. Modern
[mmh] / 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)