by nateguchi on 4/10/18, 8:53 AM with 19 comments
by efficax on 4/10/18, 4:16 PM
1. Check if email is wellformed, with an *extremely* lenient algorithm. Basically, do we have .*@.* ?
2. Check that the domain is real, has an MX record, and the SMTP server in the MX record exists.
Ok, send mail! The only way to verify after that is to send an email with a verification link and complete the circle.by astura on 4/10/18, 4:04 PM
Nemesis ESMTP Service not available 554-No SMTP service 554-IP address is black listed.
---
This domain has a catch all email address so we are unable to determine if this email matches an account.
---
Error: Invalid greeting from server - 554 No SMTPd here This email does not exist or cannot be found
---
Error: Invalid greeting from server - 554 Your access to this mail system has been rejected due to the sending MTA's poor reputation. If you believe that this failure is in error, please contact XXXXXX This email does not exist or cannot be found
So... yeah... 100% error rate on something that says "the results should be relatively trustworthy." Relative to what? That success rate doesn't even crack the Mendoza Line.
by mstolpm on 4/10/18, 9:34 AM
So, this could even just be a clever way to collect email addresses through a simple form.
by jlgaddis on 4/10/18, 10:06 AM
This fails both ways on my tests.
by Piskvorrr on 4/10/18, 9:54 AM
by helb on 4/10/18, 2:33 PM
Also, it kinda sucks that i can't send the query with Enter key, and i bet it sucks much more for eg. visually impaired users. Is there any particular reason you used bunch of <div>s instead of good old <form>?
by StubleU on 4/10/18, 3:19 PM
by klez on 4/10/18, 8:57 AM
by joeseeder on 4/10/18, 7:05 PM
I have a system where i have double wildcard so X@X.some.domain and your site fails
Error: Spam detection in use
This email does not exist or cannot be found
by avenoir on 4/10/18, 4:16 PM
by 2fifty3 on 4/10/18, 4:32 PM
by gvoncheap on 4/10/18, 4:21 PM
by pinkskip on 4/10/18, 9:22 AM