CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/25 15:31:23
Modified files:
usr.sbin/smtpd : enqueue.c parse.y smtpctl.c smtpd.h util.c
Log message:
local enqueuer improvements:
- parse the whole input before trying to establish the connection
to the local socket: fixes timeout problems when reading the output
of a long running program.
- use sendmail(8)-like exit status.
