Re: "reject" and SMTP
Aaron Stone <aaron <at> serendipity.cx>
2007-07-15 02:11:48 GMT
On Sat, 2007-07-14 at 21:22 +0200, Dilyan Palauzov wrote:
> Hello,
> I have a question concerning section 3.1.1 (Rejecting messages at the
> SMTP/LMTP protocol level ) of draft-ietf-sieve-refuse-reject-04:
>
> Imagine a mail envelope is sent to more than one recipients, one of
> which accepts the mail, and the other makes sieve's refuse:
[protocol snippet below]
> What shall the server answer, when 1 <at> example.org accepts the message and
> 2 <at> example.org does not (=makes sieve's refuse)?
>
> Greetings,
> Дилян
Following the end of the DATA command, there is a response for each
recipient, per this modification to SMTP by RFC 2033:
4.2. The DATA command
In the LMTP protocol, there is one additional restriction placed on
the DATA command, and one change to how replies to the final "." are
sent.
The additional restriction is that when there have been no successful
RCPT commands in the mail transaction, the DATA command MUST fail
with a 503 reply code.
(Continue reading)