CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/05/12 11:41:27
Modified files: usr.sbin/smtpd : mta_session.c smtpd.h Log message: Update the internal mta implementation so that a session now has a list of messages to send to the remote smtp server over the same connection. It's not currently used as the scheduler/runner is not aware of this yet, and the imsg protocol would need to be updated. ok gilles@