don't send 050 after QUIT 250 response; don't send messages that have
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 00:20:29 +0000 (16:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 00:20:29 +0000 (16:20 -0800)
errors on input (such as unbalanced parens) in SMTP; ignore Errors-To: unless
'l' option set; REALLY deliver SMTP messages in background; don't send
warning messages in response to warning messages

SCCS-vsn: usr.sbin/sendmail/src/version.c 6.64

usr/src/usr.sbin/sendmail/src/version.c

index bd71bb5..3a733e4 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  6.63 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  6.64 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "BETA-6.63";
+char   Version[] = "BETA-6.64";