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 email validity check fails. #148

Open
jcagpir opened this issue Aug 23, 2024 · 5 comments
Open

False email validity check fails. #148

jcagpir opened this issue Aug 23, 2024 · 5 comments

Comments

@jcagpir
Copy link

jcagpir commented Aug 23, 2024

I checked '[email protected]' (username and domain do not exist) with 'check_deliverability=True' and no error occurs.

@JoshData
Copy link
Owner

I think that's a real domain name (a major car manufacturer) so I would not expect the library to give an error. Are you expecting an error?

@jcagpir
Copy link
Author

jcagpir commented Aug 24, 2024

Here are the results obtained online on several validation sites for"[email protected]":

https://verifalia.com/validate-email Invalid email address: "the mailbox for the email address does not exist."

https://captainverify.com/fr/mail-tester.html: "[email protected] est inconnue"

https://www.verifyemailaddress.org/fr/validation-d-email:
" Nous pensons que [email protected] n'est pas valide
La syntaxe d'adresse email est correcte
MX enregistrement trouvé: mx2.imr.gm.com (Priorité 10)
La connexion à mx2.imr.gm.com a fonctionné
MX enregistrement trouvé: mx1.imr.gm.com (Priorité 10)
Réponse du serveur: 550 #5.1.0 Address rejected."

https://www.mailverifier.io : "[email protected] : This email is INVALID — DO NOT SEND"

Thank you for your follow-up.

@JoshData
Copy link
Owner

Those sites seem to be purporting to check the username part of the address for deliverability. This library doesn't do that (please see the README for details).

@jcagpir
Copy link
Author

jcagpir commented Aug 24, 2024

Thank you for your answer.
Do you plan to introduce the check of the username part of the address for deliverability in your library in the future?

@JoshData
Copy link
Owner

As the README says, there is no reliable way to do it. So it is unlikely I would add it, and I'm not actively adding new features. But anything is possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants