
fsydit at forumsyd
Apr 24, 2008, 7:16 AM
Post #4 of 5
(247 views)
Permalink
|
Thanks for the replies! Tyler skrev: > Martin S wrote: >> I just want to clearify the following. In the RFC 2821 I can read that: >> @40000000480f28f838568604 delivery 781: success: >> 212.214.69.250_accepted_message./Remote_host_said:_250_2.6.0_<de5a2b3c-86a9-$ > > > >> This would, as I understand it indicate that the message really was >> recieved at their end, and that any problem in them not "seeing it" >> is at their end, not mine. >> Is this correct? >> >> Martin S > > According to the logs there, yes, once their mail server gives you a > 250, they have taken responsibility for the message. In your case, > the server 212.214.69.250 was sent the envelope and message, then > returned a 250, which means that they have taken responsibility for > delivery of the message. If they run into a problem delivering it, > they are responsible to bounce the message. OK, happy to be correct. It turned out they apparently got the messages anyway.... Don't know what they were on about. > > The second quote you had doesn't really apply here, it is meant to > stop developers from returning odd messages like "mailbox not found" > after the data has been sent (versus when the recipients are sent). > However, they are sending a 250, which means they accept it. If they > are sending additional error codes after the 250, then they won't be > properly read. They must send only one return code: 250 if it's all > OK, otherwise 552, 554, 451, or 452, that's all that's allowed by the > RFC. Aha. Then I see. Looked weird in my eyes, but then most things do when having a cold and being in a hectic finish of a large software project. Martin S
|