command line mail to bad recipients didn't return error message;
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 24 Jul 1993 05:53:01 +0000 (21:53 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 24 Jul 1993 05:53:01 +0000 (21:53 -0800)
don't call getcanonname from getmxrr if you know it will fail; don't claim
that all messages were received from localhost in error messages

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

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

index b93fd26..ae8d99a 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  8.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  8.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "8.4";
+char   Version[] = "8.5";