CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/17 13:11:27
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
- remove several constructs where format strings are used in an evbuffer
printf with constant parameters, turn them into a constant string.
- when client sends EHLO without a parameter, send the appropriate error
message ("EHLO takes ..." instead of "HELO takes ...")
>From Jacek Masiulaniec <[EMAIL PROTECTED]>
