CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/19 19:16:04
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
Display the correct recipient in a Received: header with one recipient.
If multiple recipients are specified but only one is valid, use the
first entry in the recipient list for the Received: header, not the
value from the last "RCPT TO:" command (which could be invalid).
>From Chris Waddey
