Open GoogleCodeExporter opened 8 years ago
After some more investigation:
The 451 error code was returned by the SMTP as reply to my MAIL FROM command
and this
reply is not handled by r3. The code after issuing RCPT TO was a 503, therefore
resulting in a failed validation.
The 421 error is not handled by r3. Actually only 451 and 452 errors pass
validation,
but only if they are returned after the RCPT TO command. Thats the reason why
the 450
graylisting reported above fails validation.
So my suggestion would be to treat all 4xx return codes, also those returned
right
after MAIL FROM to pass validation.
Original comment by dawol...@gmail.com
on 10 Dec 2008 at 1:09
This should maybe be made optional by a config variable.
As well as currently unreachable servers, which are treated by MTAs as temporary
errors as well, which still don't invalidate the e-mail address
Original comment by pjocksnk@gmail.com
on 29 Oct 2009 at 2:04
Original issue reported on code.google.com by
dawol...@gmail.com
on 10 Dec 2008 at 12:30