I am trying to allow signed messages on a mail list.

I added multipart/signed & application/pgp-signature to pass_mime_types which
stopped signed emails being rejected by mailman.

My problem is that the signature attachment is being stripped from the message.
What should I be doing ?

Thanks in advance.

At the location: /mailman/admin/ListName/contentfilter

I have:
    filter_content      yes

    filter_mime_types   empty

    pass_mime_types     multipart/mixed
                        multipart/alternative
                        text/plain
                        multipart/signed
                        application/pgp-signature
                        message/rfc822

    filter_filename_extensions  exe
                                bat
                                cmd
                                com
                                pif
                                scr
                                vbs
                                cpl

    pass_filename_extensions    empty

    collapse_alternatives       yes

    convert_html_to_plaintext   yes

    filter_action               reject

I am running mailman 2.1.18-1 on CentOS 6.7.

-- 
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT 
Lecturer.
+44 (0) 787 668 0256  http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information: 
http://www.phcomp.co.uk/contact.php
#include <std_disclaimer.h>
------------------------------------------------------
Mailman-Users mailing list [email protected]
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