You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...)
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.
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 issue reported on code.google.com by
[email protected]
on 26 Apr 2010 at 7:52The text was updated successfully, but these errors were encountered: