We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Same problem... under proxy the script is unreliable
Sorry, something went wrong.
Same problem here, did you find any solution.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: