CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2014/10/15 02:09:02
Modified files: usr.sbin/smtpd : smtp_session.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Log message: when From, To and Cc headers present users without domains, append the listener hostname to avoid smtpd relaying a header that will be rewritten by the destination MX. ok eric@