Open benrugg opened 1 year ago
mac.com
const suggestion = emailSpellChecker.run({ email: 'whatever@mac.com' }) suggestion.full == 'whatever@mail.com'
const suggestion = emailSpellChecker.run({ email: 'whatever@mac.com' }) suggestion == null
Thank you for this package, btw. It's really helpful! I'll try to submit a pr for this when I have a second.
False positive: anything@mac.com suggests anything@mail.com
mac.com
email addresses were issued to millions of people. Apple has moved away from them, but they still work.Current Behavior
Expected Behavior
Steps to Reproduce the Problem