CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/05 06:10:28
Modified files:
usr.sbin/smtpd : delivery_lmtp.c
Log message:
LMTP banner is handled by a getline() call so it cannot handle multiline
banners, introduce lmtp_banner() which takes care of this.
ok sunil@
