CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/08 06:04:56
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
EHLO must reset the transaction
RFC5321 §4.1.4 states that an EHLO command MAY be issued by a client
later in the session and, if it's acceptable, it MUST clear all buffers
and reset the state exactly as if a RSET command was issued.
discussed with / okay martijn@
