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

is_valid_email returns different values for same input #220

Open
jbenghiat830 opened this issue Dec 27, 2018 · 1 comment
Open

is_valid_email returns different values for same input #220

jbenghiat830 opened this issue Dec 27, 2018 · 1 comment

Comments

@jbenghiat830
Copy link

calling is_valid_email on the same email address which is known to be valid returns True and False for different executions. There does not seem to be a pattern that causes the different output.

@horkhe
Copy link
Member

horkhe commented Dec 28, 2018

This behavior is probably a result of DNS queries for the domain MX records returning inconsistent results. You can confirm that by running command dig MX <domain-name> a few times on the host where the check is failing.

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