> > If i am right, it should:
> > Notice to size limit has been reached, and stop buffering 
> the message.
> > Continue reading the message until <crlf>.<crlf> is reached 
> Send 552 
> > error!
> > Reset state, and continue to accept other messages.
> 
> IMHO when the limit is reached, we should either (soft fail) 
> listen to everything and ignore the data as you describe 
> above, or (hard fail) kill the connection.  Right now what we 
> does not make a lot of sense, since we haven't reduced bandwidth.

I think that the correct behaviour is to ignore the rest of the message.

If we kill the connection then the server will retry to send the message
later (for most MDA probably at least 10 times in 5 days) and so they will
use much more bandwith.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to