Hi! We have the following problem: We have delegated lists to admins on-campus. One of these lists is 3.000 memebers large. Since we don't want anybody to send HUGE attachments to this list, we have a size limit in place.
Unfortunately idiot-admin-from-hell approved the large mail anyway. You can imagine what happened... Is there a way of defining a HARD limit for the size a list message can have, which cannot be overridden by idiot-admin-from-hell (but only by us, the site admins)? We can of course use Postfix's message_size_limit, but unfortunately this applies to all lists, even to the 3 member list that may pretty damn well use 1MB large attachments... Idea: a limit that is computed dynamically from the number of members multiplicated by the messagesize: if (number_of_members * message_size) > total_limit: reject_mail() else: send_mail() fi -- Ralf Hildebrandt (Im Auftrag des Referat V a) [EMAIL PROTECTED] Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 Official postfix-users mantra: post FULL log information when asking questions, since most of us have no ESP abilities. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
