flanker icon indicating copy to clipboard operation
flanker copied to clipboard

Custom hotmail grammer for old hotmail address

Open richardversluis opened this issue 11 years ago • 1 comments

Hi,

We are using the flanker validation (we are using the webservice, not selfhosted) for our webapplication and I'm getting a complaint from a user using a hotmail.nl address. His email address is:

[email protected]

I've changed the letters and numbers to anonymize the email address. The api response is:

{
  "address": "[email protected]",
  "did_you_mean": "[email protected]",
  "is_valid": false,
  "parts": {
    "display_name": null,
    "domain": null,
    "local_part": null
  }

I have tested the email address and can confirm the email address exists.

richardversluis avatar Aug 20 '14 10:08 richardversluis

Hi, it's happening with hotmail.it addresses as well. It tries to fallback to hotmail.ca domain.

sudokai avatar Jul 23 '19 12:07 sudokai