Hi Gilles/all again, With a bit of commentary below:
On Thu, 31 Aug 2017 11:41:04 +0100 Craig Skinner wrote: > > Transcript of session follows. > OpenSMTPd running on lists.OpenBSD.Org has a message to send, and knows what size that message is. lists: knock knock teak > Out: 220 teak.britvault.co.uk ESMTP Postfix > In: EHLO openbsd.org > Out: 250-teak.britvault.co.uk > Out: 250-PIPELINING > Out: 250-SIZE 10240000 > Out: 250-ETRN > Out: 250-ENHANCEDSTATUSCODES > Out: 250-8BITMIME > Out: 250 DSN teak has helpfully told lists messages over 10Mb will not be accepted. As lists knows what size the message is, now is the time to QUIT. There's no point in proceeding further ---->> fail fast. But lists ignores the notice and tries anyway: > In: MAIL FROM:<[email protected]> > Out: 250 2.1.0 Ok > In: RCPT TO:<[email protected]> > Out: 250 2.1.5 Ok > In: DATA > Out: 354 End data with <CR><LF>.<CR><LF> lists wastes time, bandwidth & CPU sending a message it cannot deliver.. ...... ..... .... ... .. > Out: 552 5.3.4 Error: message file too big teak says 552 off! I told you at the start not to post big parcels. > In: QUIT > Out: 221 2.0.0 Bye > > > For other details, see the local mail logfile > Does OpenSMTPd parse the '250-SIZE' parameter? Cheers. -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
