CVSROOT: /cvs Module name: src Changes by: jac...@cvs.openbsd.org 2009/11/11 09:55:18
Modified files: usr.sbin/smtpd : dns.c Log message: Fix previous. When configured to relay via IP address, MX lookup would fail (NXDOMAIN), leading to a bounce. Precede the MX lookup with an attempt to parse the relay as numeric string. "reads ok" gilles@