From 28a8a6eff27811e45e06bc95b8701fac0cdd1f9e Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 30 Mar 1993 19:04:22 -0800 Subject: [PATCH] fix typo SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.34 --- usr/src/usr.sbin/sendmail/src/srvrsmtp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c index a48e1b0576..309578ef36 100644 --- a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c +++ b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c @@ -10,9 +10,9 @@ #ifndef lint #ifdef SMTP -static char sccsid[] = "@(#)srvrsmtp.c 6.33 (Berkeley) %G% (with SMTP)"; +static char sccsid[] = "@(#)srvrsmtp.c 6.34 (Berkeley) %G% (with SMTP)"; #else -static char sccsid[] = "@(#)srvrsmtp.c 6.33 (Berkeley) %G% (without SMTP)"; +static char sccsid[] = "@(#)srvrsmtp.c 6.34 (Berkeley) %G% (without SMTP)"; #endif #endif /* not lint */ @@ -353,7 +353,7 @@ smtp(e) gotmail = TRUE; /* optimize: non-interactive, don't expand aliases */ - if (e->e_sendmode != SM_INTERACTIVE) + if (e->e_sendmode != SM_DELIVER) e->e_flags |= EF_VRFYONLY; break; -- 2.20.1