CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2009/02/17 14:53:55
Modified files: usr.sbin/smtpd : smtp.c smtp_session.c Log message: after a message has been commited to queue, do not incondtionnally clear the message id and uid immediately. only do it if session has been flagged with F_QUIT, otherwise session_pickup() will do it when in state S_DONE. this fixes a bug reported by pea@ where the message id was not displayed in the "message accepted for delivery" line.