Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positive for .tv TLD #26

Open
benrugg opened this issue Sep 9, 2023 · 0 comments · May be fixed by #27
Open

False positive for .tv TLD #26

benrugg opened this issue Sep 9, 2023 · 0 comments · May be fixed by #27
Labels
bug Something isn't working

Comments

@benrugg
Copy link

benrugg commented Sep 9, 2023

False positive: [email protected] suggests [email protected]

  1. How popular is the TLDs or Domain: .tv are 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.
  2. 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: '[email protected]' })
suggestion.full == '[email protected]'

Expected Behavior

const suggestion = emailSpellChecker.run({ email: '[email protected]' })
suggestion == null

Steps to Reproduce the Problem

  1. See above
@benrugg benrugg added the bug Something isn't working label Sep 9, 2023
@benrugg benrugg linked a pull request Sep 9, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant