63a64 > 5.5. Establishment of mediated connections 378c379,380 < MAIL-REQUEST) SP Version CRLF Body)) --- > MAIL-REQUEST | > SYN-REQUEST) SP Version CRLF Body)) 538a541,543 > 5.5. Establishment of mediated connections > The objective of the SYN command is to establish a connection > between sender and receiver. The connection is mediated by the server. 539a545,546 > SYN-COMMAND = "SYN" SP mailbox SP timeout > timeout = 1*HEX 540a548,566 > The SYN command MUST be followed by an e-Stub reference in whose e-Stub > the given mailbox appears as the or field. > The server SHOULD reply to the client SYN approximately after the timeout > value in milliseconds or earlier, as measured since the time the server > received the SYN command. > In general, it is difficult to achieve fine grained time-outs, but the > server SHOULD take any reasonable step to reply within the time-out. > If the server has an e-Stub that has been "accepted", for which both the > (sender) and (receiver) are waiting for a reply to a SYN, > the server SHOULD reply to both sender and receiver with a 200 status code. > If the server generates a 200 reply, the sender must send > OCTETs to the server, which MUST relay them to the receiver. > Upon completion of the transfer, the server MUST discard the e-Stub. > If the addresses and e-tag do not match up, the server MUST respond with a > 402 reply. > If the addresses and e-tag do match up, but the e-Stub is not "accepted", > the server must respond with a 405 reply. > >