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

Don't validate some existent email #10

Open
GoogleCodeExporter opened this issue Mar 7, 2016 · 3 comments
Open

Don't validate some existent email #10

GoogleCodeExporter opened this issue Mar 7, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Validate a large group of email
2.
3.

What is the expected output? What do you see instead?
Validation of correct and existent email.
Instead I see that a lot of existent email address don't be validated (400
of 800).

What version of the product are you using? On what operating system?
last

Please provide any additional information below.
Email addresses not validated  are a lot of email of my friend, so I'm sure
these are valid!
I used the code of the second example.

Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 7:52

@GoogleCodeExporter
Copy link
Author

Hello,

I have the same problem I tested this script on my list (around 9 000 optins 
emails with 3, 4 or 5 stars on mailchimp) and some of these are invalid...

I tested with my all personal emails and 0 are valid (around 8/9 emails...)

Original comment by [email protected] on 8 Dec 2014 at 2:19

@GoogleCodeExporter
Copy link
Author

I just tested my own email address with Win7/XAMPP/Eclipse and it is BAD.

Debugging says

>>>
HELO localhost

<<<
250 mta1663.mail.gq1.yahoo.com

>>>
MAIL FROM: <user@localhost>

<<<
553 5.7.1 [BL21] Connections will not be accepted from 24.95.38.206, because 
the ip is in Spamhaus's list; see http://postmaster.yahoo.com/550-bl23.html

>>>
RCPT TO: <[email protected]>

<<<

The Yahoo page https://help.yahoo.com/kb/postmaster550-bl23.html is NOT FOUND.

Original comment by [email protected] on 24 Dec 2014 at 3:08

@GoogleCodeExporter
Copy link
Author

I went to Spamhaus' site. After I looked up my IP I found the all Time Warner's 
dynamic IPs are blocked. So I will have to upload to my remote site and try.

Original comment by [email protected] on 24 Dec 2014 at 4:19

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

No branches or pull requests

1 participant