about summary refs log tree commit diff
path: root/spec/validators/email_mx_validator_spec.rb
AgeCommit message (Collapse)Author
2021-03-19Bypass MX validation for explicitly allowed domains (#15930)Claire
* Bypass MX validation for explicitly allowed domains This spares some lookups and prevent issues in some edge cases with local domains. * Add tests * Fix test
2019-02-12Add support for IPv6 only MXes in Email validation (#10009)Franck Zoccolo
* Add support for IPv6 only MXes * Fixed email validator tests
2018-12-10Improve e-mail MX validator and add tests (#9489)Eugen Rochko