X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=6f04593d9854cf84cb3637ba66d1ec0d1f5153f4;hb=79e665fc9bdaa67a9cd2dfd02bd4494bbec7cc2d;hp=cc44a1d2eee1f8e87c4e99804e15329b3fbc7bc1;hpb=704bdde497da69854846d51d86c440fc980c5489;p=mmh diff --git a/uip/post.c b/uip/post.c index cc44a1d..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) @@ -1532,7 +1531,7 @@ post (char *file, int bccque, int talk, char *envelope) close (fd); fflush (stdout); - sm_end (OK); + sm_end (!(msgflags & MINV) || bccque ? OK : DONE); sigoff (); if (verbose) {