fix HELO problem in srvrsmtp (HELO was required); fall back to
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 27 Mar 1993 00:20:35 +0000 (16:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 27 Mar 1993 00:20:35 +0000 (16:20 -0800)
other MX records if error occurs on MAIL or DATA; prototype portability;
change $~ to just match one word; fix some problems with multi-word matches

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

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

index 01ddce0..430c5b6 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  6.45 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  6.46 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char   Version[] = "ALPHA-6.45";
+char   Version[] = "ALPHA-6.46";