Ok I was trying to both one has to be empty..........duh some times you just look at something so long you dont get it. Yes that worked. I never ran Mailman before so I am trying to get everything set as I am almost ready to go live finally.
One more thing. If people are on moderation is there some place to set it that they dont get notification of being moderated and their message is just held without them knowing it. One more thing and I think I will be all set is there a feature for members to just turn off emails like if they are going on vacation etc? Mark Sapiro wrote: > David wrote: > > >> I want to allow pics but nothing else. No html emails, exes, zips etc >> I got the list to block everthing but I am not seeing how to allow just >> pics to go thru. >> > > In content filtering, one way to to this is > > filter_content -> yes > > filter_mime_types -> empty > > pass_mime_types -> multipart/mixed > multipart/alternative > message/rfc822 > text/plain > image > > This allows only text/plain parts and image parts from multipart/mixed > messages and parts, multipart/alternative messages and parts and > attached message parts. > > If you also want to allow PGP signed messages, add > > multipart/signed > application/pgp-signature > > to the above pass_mime_types list. > > If you want to restrict image types to say GIF, JPEG and PNG only, > remove image from the list and add > > image/gif > image/jpeg > image/png > > Of course, some evil doer can always send a zip or exe to your list > with MIME type image/jpeg. In Mailman 2.1.6, you can protect against > this to some extent with header_filter_rules (in Privacy > options...->Spam filters as described in the FAQ at > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.051.htp. > This doesn't work in 2.1.5 and earlier because they don't search > sub-part headers for header_filter_rules. > > -- No Smoking Forum - Http://www.nicodemon.info/community Lansing Forum - Http://www.greater-lansing.com/community He's Not My President!!! Blue States Rock~ The truth is not that comfortable....no - Moby~ ------------------------------------------------------ Mailman-Users mailing list [email protected] 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&file=faq01.027.htp
