[Mailman-Developers] Please add multipart/signed to DEFAULT_PASS_MIME_TYPES

2015-11-16 Thread Carlos Alberto Lopez Perez
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

Re: [Mailman-Developers] Please add multipart/signed to DEFAULT_PASS_MIME_TYPES

2015-11-16 Thread Mark Sapiro
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