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

Different email validation results for different socks5 proxies #8

Open
hack3r-0m opened this issue Jun 13, 2020 · 2 comments
Open

Comments

@hack3r-0m
Copy link
Contributor

hack3r-0m commented Jun 13, 2020

When using 188.166.83.17:1080 output is :

{'address': Address(name='', addr='X', username='Y',
domain='Z'), 'valid_format': True, 'deliverable': True, 'full_inbox': False,
'host_exists': True, 'catch_all': True}

When using 78.46.218.20:13414 output is :

{'address': Address(name='', addr='X', username='Y',
domain='Z'), 'valid_format': True, 'deliverable': False, 'full_inbox': False,
'host_exists': True, 'catch_all': False}

The used email for the above test is INVALID.

Why different proxies are giving different outputs for the same email?

From deliverable, full_inbox, and catch_all, which factor or combination of factors I should rely on and why?

@Natteo
Copy link

Natteo commented Feb 25, 2021

Same problem... under proxy the script is unreliable

@pavanmkumar
Copy link

Same problem here, did you find any solution.

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

3 participants