Dear Mailman users, I recently had a message from a user of my Mailman account blocked because there were attachments that exceeded 2 MB. This is the message I got: "Message body is too big: 5312119 bytes with a limit of 2000 KB". Is there any way to increase the maximum allowable size of attachments?
Thanks, Ron Clarke
On 7/12/22 10:18 AM, ronald.clarke--- via Mailman-users wrote:
Dear Mailman users, I recently had a message from a user of my Mailman account blocked because there were attachments that exceeded 2 MB. This is the message I got: "Message body is too big: 5312119 bytes with a limit of 2000 KB". Is there any way to increase the maximum allowable size of attachments?
In Mailman 3, there is a list setting for maximum list size. See Postorius -> Settings -> Message Acceptance -> Maximum message size, but the message you got is from Mailman 2.1. The appropriate list for that is https://mail.python.org/mailman3/lists/mailman-users.python.org/
In MM 2.1 this is controlled by the list admin UI General Options -> max_message_size.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 7/12/22 13:18, ronald.clarke--- via Mailman-users wrote:
I recently had a message from a user of my Mailman account blocked because there were attachments that exceeded 2 MB. This is the message I got: "Message body is too big: 5312119 bytes with a limit of 2000 KB". Is there any way to increase the maximum allowable size of attachments?
$ mailman withlist <listname> ...
m.max_message_size = 0 commit() ^D
Setting the message size to 0 removes the limit. I believe the size is specified in KB.
-Dave
-- Dave McGuire, AK4HZ New Kensington, PA
participants (3)
-
Dave McGuire
-
Mark Sapiro
-
ronald.clarke@sydney.edu.au