Hi,
By default, mailman tarballs (at least the 2.x ones) contain a Defaults.py file
with this configuration:
DEFAULT_PASS_MIME_TYPES =
['multipart/mixed','multipart/alternative','text/plain']
So, when someone enables filtering on a mailing list by mime-type, the default
is
to filter all email
On 11/16/15 6:14 PM, Carlos Alberto Lopez Perez wrote:
> Hi,
>
> By default, mailman tarballs (at least the 2.x ones) contain a Defaults.py
> file
> with this configuration:
>
> DEFAULT_PASS_MIME_TYPES =
> ['multipart/mixed','multipart/alternative','text/plain']
...
> Please, change this defaul