CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/11 15:05:02
Modified files:
usr.sbin/smtpd : mail.lmtp.c
Log message:
Change all error exits to EX_TEMPFAIL so that mail rejected by the LMTP
server stays queued instead of being bounced.
Also improve getline(3) error handling and remove unreachable code.
OK sunil@ a while ago, "please get it in" gilles@
