* Ralf Hildebrandt <[EMAIL PROTECTED]>:
> 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.
We "solved" the problem by put
* Ralf Hildebrandt <[EMAIL PROTECTED]>:
> 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
We're still using 2.0.12, will 2.1.x h
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 ca