CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2023/10/09 14:55:33
Modified files: usr.sbin/smtpd : smtp_session.c Log message: Add Message-Id as needed for messages received on the submission port. Since listener->port is in network byte order we need to compare against htons(587). The fix for this got dropped in the rewrite in revision 1.335.