On 01/08/2014 09:13 PM, Peter Shute wrote:
> I was looking at the message attached to the user's rejection email, but now 
> that I look at the one attached to the moderator alert email, I can see that 
> there's an html signature that appears to have been treated as a separate 
> attachment of content-type application/unknown. What's the best way to deal 
> with those?


That's not it.

Look at the list's content filtering options. What is happening is that
pass_mime_types is not empty and does not contain the content-type of
the message and filter_action is reject.

This most often happens when the content-type is text/html and that is
not allowed, but it can also happen for example it the message's
content-type is say multipart/related, and pass_mime_types contains
multipart/mixed and multipart/alternative but not multipart and not
multipart/related.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to