-
Couldn't load subscription status.
- Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
False positive: anything@anything.tv suggests anything@anything.tk
- How popular is the TLDs or Domain:
.tvare used by many media companies and startups. Not sure about exact numbers, but I've seen several articles over the years about the financial boon that .tv domain registration fees have been for the island of Tuvalu. - Why most of the companies using this package will get benefit of it: False positives for email address suggestions cause additional customer support costs.
Current Behavior
const suggestion = emailSpellChecker.run({ email: 'anything@anything.tv' })
suggestion.full == 'anything@anything.tk'
Expected Behavior
const suggestion = emailSpellChecker.run({ email: 'anything@anything.tv' })
suggestion == null
Steps to Reproduce the Problem
- See above
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working