[Mailman-Developers] some mime filter notes...

Barry A. Warsaw barry@python.org
Fri Oct 25 21:07:54 2002


>>>>> "CVR" == Chuq Von Rospach <chuqui@plaidworks.com> writes:

    CVR> So on the filtering page of my lists, I'm set this way:

    CVR> filter_content: yes.

    CVR> filter_mime_types: empty

    CVR> pass_mime_types:

    | multipart/alternative
    | multipart/mixed
    | text/plain

    CVR> convert_html_to_plaintext: no

I'm wondering if there are good values for defaults here.  I'm
thinking specifically adding m/a, m/m, t/p to DEFAULT_PASS_MIME_TYPES
in Defaults.py.in.

-Barry