[Mailman-Users] Change one config var for all Lists on server

Sriram Karra karra.etc at gmail.com
Wed Jan 2 04:41:57 CET 2013


I only wish to increase the max message size for all lists
(DEFAULT_MAX_MESSAGE_SIZE)

What's the simplest way to do this? I guess I could

(a) iterate over all lists
(b) dump the configuration using the config_list -o command
(c) replace the DEFAULT_MAX_MESSAGE_SIZE value using sed or something
(d) reload the configuration with config_list -i command

I would like to believe there is a simpler way to do something as basic as
this. What am I missing?

-Karra


More information about the Mailman-Users mailing list