Commit Graph

8 Commits (e6d67f85e288a5c3137c9fc09f99c9051544d87c)

Author SHA1 Message Date
ThibG 8d217d7231
Improve email address validation (#14565)
* Increase DNS timeout from 1 second to 5 seconds for MX check

1 seconds is rather short when using a recursive DNS resolver which
hasn't got a cached result already available. Use 5 seconds instead,
which is the timeout value we use for outgoing HTTP queries.

* Add more precise error messages for invalid e-mail addresses
5 years ago
Eugen Rochko bfca58d137
Fix encoding error when checking e-mail MX records (#11696) 6 years ago
Franck Zoccolo 4f0322dcae Add support for IPv6 only MXes in Email validation (#10009)
* Add support for IPv6 only MXes

* Fixed email validator tests
6 years ago
Eugen Rochko dbb1ee269f
Improve e-mail MX validator and add tests (#9489) 6 years ago
abcang 9ad334f65c Call address instead of exchange (#8076) 7 years ago
Eugen Rochko 32a4b524fb
In e-mail validator, fallback from MX to A record (#7955)
Fix #7831
7 years ago
takayamaki 03f4c214b4 fix: Don't validate MX record in development (#7654) 7 years ago
Eugen Rochko 63c7b91572 Validate that e-mail resolves with MX and it's not blacklisted (#7631)
Original patch by @j-a4
7 years ago