Request: Share list of valid + invalid emails

Author: designosisCreated May 29, 2025Updated Nov 12, 2025

I've been testing EmailValidator off of this ... https://gist.github.com/cjaoude/fd9910626629b53c4d25 ... and while I trust your RFC implementation more than the list, I'd love to have examples of emails that "SpoofCheckValidation" will catch so I can learn from its nuances. I recommend including a list of valid and invalid emails for testing.

For example, unlike that list, your code says just”not”[email protected] and あいうえお@gmail.com are perfectly valid. I'm guessing that's because they are.

Thanks for the lovely code!