fix bug in commaize so that it won't core dump on every message (sigh);
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 4 Jan 1983 05:03:01 +0000 (21:03 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 4 Jan 1983 05:03:01 +0000 (21:03 -0800)
process timeouts like normal errors so that they will get delivered to
the correct address (i.e., the Errors-To: address).

SCCS-mr: usr.sbin/sendmail/src/version.c 130
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.273

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

index 8c26f44..1b7b327 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.272 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.273 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.272 [%G%]";
+char   Version[] = "3.273 [%G%]";