[Mailman-Users] Message of large size, only the "owner" of the list may authorize

Fabio Eckhardt fabioeckhardt at universo.univates.br
Thu Sep 4 21:24:32 CEST 2014


Steve,

I've been checking the forum on how to automatically reject messages  size
at this link:

 *https://mail.python.org/pipermail/mailman-users/2007-October/058752.html
<https://mail.python.org/pipermail/mailman-users/2007-October/058752.html>*

The function:

      * if bodylen/1024.0 > mlist.max_message_size:
            raise Errors.RejectMessage, Utils.wrap(
                MessageTooBig(bodylen,
                    mlist.max_message_size).reason_notice())*



Only this class (function) only works for registered mail list, you would
have to do to members not registered on the list?

And finally could be administrator or refer to the list owner's email
rejected ?

some could help me?

Fábio



2014-09-02 12:30 GMT-03:00 Stephen J. Turnbull <stephen at xemacs.org>:

> Fabio Eckhardt writes:
>
>  > ​Is there any easy way to get Mailman messages of large size, only the
>  > "owner" of the list may authorize? And only the smallest message
>  > "moderator" can approve them?
>  >
>  >   I'm really getting tired of dealing with those very large messages
> that
>  > are released by the moderator.​
>
> If you know what the MIME type(s) or filename extension(s) of the
> offending attachments are, you can have Mailman remove them in the
> Content Filtering screen.
>
> If you really want some but not all large messages to pass, I think
> you should get a better moderator, the list owner if necessary.
> Consider: the list owner is going to have to check regularly anyway.
> Unless your list gets an awful lot of spam, checking once a day only
> takes a few minutes, less than "dealing with those very large
> messages" that the moderator should never have released.
>
> Steve
>



-- 

Fábio


More information about the Mailman-Users mailing list