mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Custom hotmail grammer for old hotmail address #60

Open richardversluis opened 10 years ago

richardversluis commented 10 years ago

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:

1900abc@hotmail.nl

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

{
  "address": "1900abc@hotmail.nl",
  "did_you_mean": "1900abc@hotmail.ca",
  "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.

sudokai commented 5 years ago

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