mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 09:19:20 +01:00
* Fix email with empty domain name labels passing validation `EmailMxValidator` would allow empty labels because `Resolv::DNS` is particularly lenient about them, but the email would be invalid and unusable. * Add tests