remember to clear envelope on RSET
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 26 Aug 1993 23:24:20 +0000 (15:24 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 26 Aug 1993 23:24:20 +0000 (15:24 -0800)
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.14

usr/src/usr.sbin/sendmail/src/srvrsmtp.c

index 1ea1c36..60dced1 100644 (file)
@@ -10,9 +10,9 @@
 
 #ifndef lint
 #ifdef SMTP
 
 #ifndef lint
 #ifdef SMTP
-static char sccsid[] = "@(#)srvrsmtp.c 8.13.1.1 (Berkeley) %G% (with SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.14 (Berkeley) %G% (with SMTP)";
 #else
 #else
-static char sccsid[] = "@(#)srvrsmtp.c 8.13.1.1 (Berkeley) %G% (without SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.14 (Berkeley) %G% (without SMTP)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */
 
@@ -548,6 +548,7 @@ smtp(e)
 
                  case CMDRSET:         /* rset -- reset state */
                        message("250 Reset state");
 
                  case CMDRSET:         /* rset -- reset state */
                        message("250 Reset state");
+                       e->e_flags |= EF_CLRQUEUE;
                        if (InChild)
                                finis();
 
                        if (InChild)
                                finis();