Nainil C. Chheda wrote > >How do I automatically Reject emails larger than the acceptable size >specified for the list?
You can set General Options -> max_message_size to establish the maximum acceptable size. However, this will result in large messages being held for moderator action. If you want to automatically reject or discard such messages without moderator action, you have to modify the code in Mailman/Handlers/Hold.py or implement a custom handler to do it. See the FAQ at <http://wiki.list.org/x/l4A9> for info on custom handlers. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
