Skip to content

False positive for mac.com #25

Open
@benrugg

Description

@benrugg

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

  1. How popular is the TLDs or Domain: mac.com email addresses were issued to millions of people. Apple has moved away from them, but they still work.
  2. 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: '[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions