CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/01/12 15:59:55
Modified files: usr.sbin/smtpd : bounce.c runner.c smtpctl.c Log message: The status field in the envelope is confusing. Its only purpose is to notify the runner of what happened with an envelope that has been scheduled. It is not part of the state of the envelope, and it is not even dumped. So it should only be set by mta/mda, checked by runner to decide what to do with the envelope, and ignored everywhere else. ok gilles@