CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/10 03:35:43
Modified files:
usr.sbin/smtpd : util.c
Log message:
valid_domainpart() uses res_hnok() internally which considers the hostnames
ending with a dot to be valid. add a check to make sure that if domain part
ends with a dot, it is rejected as it should.
issue reported by Hans Freitag <[email protected]>
