Eduardo Núñez wrote: > >Can I fix messages's size for all lists? > >I want that administrators can't modify this.
There are a couple of ways to accomplish this, but they involve patching Mailman code. Without modifying code, there is no way to prevent list admins from changing the limit. You can selectively remove pages from the admin interface by removing them from the ADMIN_CATEGORIES list, but you can't remove 'general' even if you want to, because it is always the default page. So, you would have to modify Mailman/Gui/General.py to remove the max_message_size entry from the page or modify Mailman/Handlers/Hold.py and replace mlist.max_message_size with for example mm_cfg.DEFAULT_MAX_MESSAGE_SIZE. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp