CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2014/11/02 14:13:32
Modified files: usr.sbin/smtpd : smtp_session.c Log message: rework domain append by locating either the brackets or the last component of an address and appending domain if not already there. this works better than trying to parse addresses and render them back, while allowing us to do the append "in place" and cope nicely with multi-line addresses.