For some reason my whole email content was stripped out. I am guessing some issue with PGP signed mime content. Ouchie
-Chris KQ6UP
I have the same problem here, I haven't been able yet to originate a message to the list due to my pgp signature. I'm trying to send one now without it but my email client is throwing a fit.
On 12/15/20 2:35 PM, Chris Maness via 44Net wrote:
For some reason my whole email content was stripped out. I am guessing some issue with PGP signed mime content. Ouchie
-Chris KQ6UP _________________________________________ 44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net
On 15 Dec 2020, at 20:35, Chris Maness via 44Net 44net@mailman.ampr.org wrote:
For some reason my whole email content was stripped out. I am guessing some issue with PGP signed mime content. Ouchie
Most MIME types are stripped, stick to plain text for maximum compatibility.
Chris
On Tue, 2020-12-15 at 12:35 -0800, Chris Maness via 44Net wrote:
For some reason my whole email content was stripped out. I am guessing some issue with PGP signed mime content. Ouchie
Mailman Content Filter settings for pass_mime_types needs at least the following types:
multipart/mixed multipart/alternative multipart/signed application/pgp-signature application/pkcs7-signature
I highly recommend all of these:
text/plain text/html text/x-log multipart/mixed multipart/alternative multipart/signed application/pgp-signature application/pkcs7-signature message/rfc822 multipart/related image
-Jim P.
The 44Net mailman allows the following:
multipart/alternative multipart/signed text/plain text/html application/pgp-signature application/pkcs7-signature
Everything else is stripped.
Chris
On 15 Dec 2020, at 21:35, Jim Popovitch via 44Net 44net@mailman.ampr.org wrote:
On Tue, 2020-12-15 at 12:35 -0800, Chris Maness via 44Net wrote:
For some reason my whole email content was stripped out. I am guessing some issue with PGP signed mime content. Ouchie
Mailman Content Filter settings for pass_mime_types needs at least the following types:
multipart/mixed multipart/alternative multipart/signed application/pgp-signature application/pkcs7-signature
I highly recommend all of these:
text/plain text/html text/x-log multipart/mixed multipart/alternative multipart/signed application/pgp-signature application/pkcs7-signature message/rfc822 multipart/related image
-Jim P.
44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net
On Tue, 2020-12-15 at 22:24 +0000, G1FEF via 44Net wrote:
The 44Net mailman allows the following:
multipart/alternative multipart/signed text/plain text/html application/pgp-signature application/pkcs7-signature
Everything else is stripped.
Right, that's what's causing the PGP signed email problems. ;)
Try adding these 3 and see if it helps.
multipart/mixed message/rfc822 multipart/related
-Jim P.