CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/17 14:50:43
Modified files:
usr.sbin/smtpd : smtp_session.c smtpd.h
Log message:
- until now a client could issue a command from an extension even though it
greeted with helo and not ehlo. introduce session flag F_EHLO and
make sure the session_command() dispatch only looks at extensions
when a session does not have the F_EHLO flag.
