CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/09/03 13:01:29
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
simplify the smtp_command() function by splitting cmd handlers into
two sets of functions smtp_check_<verb> and smtp_proceed_<verb>. we
use the check functions to validate that verb is acceptable at this
point of a session and proceed to actually move the session forward
ok eric@
