CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/11 10:35:10
Modified files:
usr.sbin/smtpd : parse.y smtp_session.c
Log message:
fix rewrite action on filtering of MAIL FROM phase
basically the transaction must be created in the proceed function for the
mail from phase, not in the checking function, otherwise the second pass
in the check function will fail due to the tx already existing.
reported by Niklas Hallqvist <[email protected]>
