CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/23 01:09:52
Modified files:
usr.sbin/smtpd : smtpd.h util.c
Log message:
res_hnok() is too lenient wrt to acceptable domain name in mail addresses.
replace it with a valid_domainname() check that implements something closer
to RFC 5321, but still usable in real-life.
ok gilles@ millert@
