Perl-Email-Project / Email-Valid

perl library to validate email addresses
19 stars 19 forks source link

when Net::DNS is not installed, mxcheck should not accept A #32

Closed rjbs closed 7 years ago

rjbs commented 7 years ago

As of 1.197, mxcheck requires an MX record. If Net::DNS is not installed, it still accepts A.

This should be corrected: without Net::DNS, it should still require MX.

(Also, a new MX-or-A-or-AAAA record should work in both.)

rjbs commented 7 years ago

eh, nevermind