On 8/31/21 7:06 AM, Stephen J. Turnbull wrote:
There's no way to configure the LMTP server's message_size_limit in Mailman; this is a bug but I can't say when it will be fixed.
There is no configuration option, but one can apply a patch like: --- a/src/mailman/runners/lmtp.py +++ b/src/mailman/runners/lmtp.py @@ -229,7 +229,7 @@ class LMTPHandler: class LMTPController(Controller): def factory(self): - server = LMTP(self.handler) + server = LMTP(self.handler, data_size_limit=999999999999) server.__ident__ = 'GNU Mailman LMTP runner 2.0' return server See https://aiosmtpd.readthedocs.io/en/latest/smtp.html#aiosmtpd.smtp.SMTP -- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan