18 Aug 1992 18:57
Re: Another thread.
John C Klensin <KLENSIN <at> infoods.mit.edu>
1992-08-18 16:57:11 GMT
1992-08-18 16:57:11 GMT
> It probably wins you a lot of grief. Unless the design takes into
>account the buffering and forking assumptions of sendmail, it will surely
>not work with all implementations.
Neil,
I don't understand this. Not only have I repeatedly heard about
implementation that do a certain amount of streaming to minimize
stop-and-wait behavior, but I see nothing in the protocol that requires
that behavior. Now one much clearly keep careful track of the responses
that come back to know what verbs they are associated with, but nothing
in the protocol, as I read it, justifies sending those back out of
order.
I've heard debates about whether one has to stop and wait before
sending DATA, or whether one send DATA and then wait for everything up
to the 354, but those are most of the active debates I'm aware of.
Now, if an implementation lost state completely (i.e., behaved as if
an implicit RSET had been delivered) after sending a 5xx reply to
something, there clearly might be a problem but, even then, I read 821
to imply that it would just have to keep sending "command out of
sequence" replies to subsequent verbs until some real resetting action
occurred.
Of course, I am here taking into account the (non-existent) buffering
and forking assumptions of RFC821, rather that those of any particular
correct or incorrect implementation.
--john
RSS Feed