allow local mailer to specify $@host; don't add e_fromdomain on
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 9 Mar 1993 10:17:29 +0000 (02:17 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 9 Mar 1993 10:17:29 +0000 (02:17 -0800)
sender addresses (conflicts with owner- code); include numeric IP address
in Received: lines per 1123; use transienterror in more places; don't have
usrerr autoprint errno; undo patch allowing prescan to return null argv; etc.

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

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

index 189a6b7..a74a649 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  6.35 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  6.36 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "ALPHA-6.35";
+char   Version[] = "ALPHA-6.36";