From: Eric Allman Date: Sun, 27 Mar 1983 06:26:43 +0000 (-0800) Subject: increase buffer size in smtpmessage to avoid overflows; rewrite again with X-Git-Tag: BSD-4_2-Snapshot-Development~2630 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/9665fb026c67523e2f8fad4ddf85389c096dc607 increase buffer size in smtpmessage to avoid overflows; rewrite again with ruleset three after appending from domain so that we can add the bracket punctuation; changes from MRH for USG UNIX 5.0 SCCS-mr: usr.sbin/sendmail/src/version.c 213, 214, 215 SCCS-vsn: usr.sbin/sendmail/src/version.c 3.332 --- diff --git a/usr/src/usr.sbin/sendmail/src/version.c b/usr/src/usr.sbin/sendmail/src/version.c index bc63e697c8..dbc65cc167 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.331 of %G%"; +static char SccsId[] = "@(#)SendMail version 3.332 of %G%"; # endif lint -char Version[] = "3.331"; +char Version[] = "3.332";