CVSROOT:        /cvs
Module name:    src
Changes by:     gil...@cvs.openbsd.org  2019/07/26 00:30:13

Modified files:
        usr.sbin/smtpd : lka.c lka_report.c report_smtp.c smtp_session.c 
                         smtpd.h 

Log message:
even though RSET can be issued outside a tx, RFC states it's noop outside a
transaction so rename link-reset to tx-reset and only issue the smtp report
when a reset _actually_ has a side-effect.

note that rset is implicit on a message commit or rollback, so tx-reset get
issued even though there was no explicit RSET. the filters are MUCH simpler
to write when you don't need to track every event that can reset a tx :-)

Reply via email to