This is the mail archive of the
overseers@sourceware.org
mailing list for the Sourceware project.
Re: Stripping multipart/alternative messages and accepting thetext/plain part.
- From: "Carlos O'Donell" <carlos at systemhalted dot org>
- To: Per Bothner <per at bothner dot com>
- Cc: overseers at sourceware dot org
- Date: Mon, 27 Feb 2012 21:57:50 -0500
- Subject: Re: Stripping multipart/alternative messages and accepting thetext/plain part.
- Authentication-results: mr.google.com; spf=pass (google.com: domain of patofiero@gmail.com designates 10.236.170.130 as permitted sender) smtp.mail=patofiero@gmail.com; dkim=pass header.i=patofiero@gmail.com
- References: <CADZpyiwUaRA6Rai2jSMNSLUTs-B6AqG26v8BDUiV0qZLyZFuCQ@mail.gmail.com><4F4C23D5.50300@bothner.com>
On Mon, Feb 27, 2012 at 7:46 PM, Per Bothner <per@bothner.com> wrote:
> On 02/27/2012 12:52 PM, Carlos O'Donell wrote:
>>
>> Dear Overseers,
>>
>> I know that @sourceware.org doesn't support receiving
>> HTML email to the mailing lists. I have read the reasons
>> in the FAQ.
>
> Yeah - the linked-to page [0] gives good reasons for not allowing
> arbitrary HTML in email. ?However. HTML has many benefits [1],
> and if you restricting yourself to a safe-and-sane" subset of HTML [2]
> then I don't think the reasons in [0] are valid [3].
>
> This is similar to blog sites that allow comments in a restricted
> subset of HTML. ?With just a Small Matter of Programming [4], we
> should allow the same.
Though I agree with many of your points,
my goal today is not to tackle such a broad problem.
My goal today is to see if we can enable a volunteer
to contribute to a software project whose mailing
list is hosted on sourceware.org. This particular
volunteer sends multipart/alternative messages which
include both text/html and test/plain parts.
In summary:
===========
Can the mailing list manager, ezmlm-idx, be configured
to accept multipart/alternative message formats and
strip out the text/html parts while allowing through
the text/plain parts?
e.g. Use DIR/mimeremove?
http://www.de.ezmlm.org/faq/FAQ-9.html#mimeremove
This would make posting to the mailing list "Just work"
for mail clients that produce multipart/alternative
messages like those messages product by GMail in rich
text mode.
Cheers,
Carlos.