simplify the smtp_command() function by splitting cmd handlers into
authorgilles <gilles@openbsd.org>
Mon, 3 Sep 2018 19:01:29 +0000 (19:01 +0000)
committergilles <gilles@openbsd.org>
Mon, 3 Sep 2018 19:01:29 +0000 (19:01 +0000)
commit197a4a5e4a24e0ad65198e67c11555bcdd6d8f77
tree032042ad81182350e1076e02a6d175d0d6afb7fe
parentafdb8869f62d7da4563c8c86a64052f26282aa0f
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@
usr.sbin/smtpd/smtp_session.c