CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/18 12:59:51
Modified files:
usr.sbin/smtpd : delivery_lmtp.c
Log message:
fix lmtp delivery regressions introduced in previous:
- strip \r\n and add them explicitly to all DATA lines
- fix DATA termination
- add missing QUIT command (and check for reply)
- remove free() and fclose() and use exit(3) instead of _exit(2)
to handle cleanup
ok sunil gilles
