-
Couldn't load subscription status.
- Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
False positive: anything@mac.com suggests anything@mail.com
- How popular is the TLDs or Domain:
mac.comemail addresses were issued to millions of people. Apple has moved away from them, but they still work. - Why most of the companies using this package will get benefit of it: False positives for a large number of email addresses cause additional customer support costs.
Current Behavior
const suggestion = emailSpellChecker.run({ email: 'whatever@mac.com' })
suggestion.full == 'whatever@mail.com'
Expected Behavior
const suggestion = emailSpellChecker.run({ email: 'whatever@mac.com' })
suggestion == null
Steps to Reproduce the Problem
- See above
hashimaziz1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working