From: Eric Allman Date: Tue, 4 Jan 1983 05:03:01 +0000 (-0800) Subject: fix bug in commaize so that it won't core dump on every message (sigh); X-Git-Tag: BSD-4_1c_2-Snapshot-Development~1220 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/a81b9d10dbb09bf7476708819ef656a1ebf4e04b fix bug in commaize so that it won't core dump on every message (sigh); 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 --- diff --git a/usr/src/usr.sbin/sendmail/src/version.c b/usr/src/usr.sbin/sendmail/src/version.c index 8c26f44ec5..1b7b32731b 100644 --- a/usr/src/usr.sbin/sendmail/src/version.c +++ b/usr/src/usr.sbin/sendmail/src/version.c @@ -1,5 +1,5 @@ # ifndef lint -static char SccsId[] = "@(#)SendMail version 3.272 of %G%"; +static char SccsId[] = "@(#)SendMail version 3.273 of %G%"; # endif lint -char Version[] = "3.272 [%G%]"; +char Version[] = "3.273 [%G%]";