mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-16 23:26:52 -05: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