Has anyone configured Mailman to allow ICS / iCalendar attachments?

I've added text/calendar to the pass_mime_types setting in content
filtering, but the ICS attachment was removed.

The full content of pass_mime_types is:

multipart/mixed
multipart/alternative
multipart/related
text/plain
text/html
text/calendar
application/pdf


Here's how the mime attachment was included for the ICS file (I mangled
it a bit to make sure it didn't get parsed) ...

----------
Content- Type: text/calendar; method=REQUEST; name=invite.ics;
charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
<snip>
----------

Any suggestions?

Thanks!

david
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to