From: David Levine Date: Tue, 10 Jul 2012 02:25:36 +0000 (-0500) Subject: Correction to previous commit, 704bdde497da69854846d51d86c440fc980c5489, X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=0b916e9e3663695177768804728855a82d6d217b;p=mmh Correction to previous commit, 704bdde497da69854846d51d86c440fc980c5489, to restore the behavior when using SMTP and with any blind addresses. Don't quit the SMTP session between sending the message and bcc's, but instead reset it. --- diff --git a/uip/post.c b/uip/post.c index cc44a1d..9c9bec9 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1532,7 +1532,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) {