From 7be40c1db83ba7a33987c244bf042350bbf6d140 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Fri, 18 Feb 1983 21:11:57 -0800 Subject: [PATCH] Improve host verification -- put something in even if no HELO command given SCCS-mr: usr.sbin/sendmail/src/srvrsmtp.c 183 SCCS-mr: usr.sbin/sendmail/src/version.c 183 SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 3.47 SCCS-vsn: usr.sbin/sendmail/src/version.c 3.312 --- usr/src/usr.sbin/sendmail/src/srvrsmtp.c | 4 ++-- usr/src/usr.sbin/sendmail/src/version.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c index c9ab0c2169..173b9e22a8 100644 --- a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c +++ b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c @@ -2,10 +2,10 @@ # include "sendmail.h" # ifndef SMTP -SCCSID(@(#)srvrsmtp.c 3.46 %G% (no SMTP)); +SCCSID(@(#)srvrsmtp.c 3.47 %G% (no SMTP)); # else SMTP -SCCSID(@(#)srvrsmtp.c 3.46 %G%); +SCCSID(@(#)srvrsmtp.c 3.47 %G%); /* ** SMTP -- run the SMTP protocol. diff --git a/usr/src/usr.sbin/sendmail/src/version.c b/usr/src/usr.sbin/sendmail/src/version.c index cdcb166152..7c9ff997b9 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.311 of %G%"; +static char SccsId[] = "@(#)SendMail version 3.312 of %G%"; # endif lint -char Version[] = "3.311"; +char Version[] = "3.312"; -- 2.20.1