Fixing Messages That Arrive as Attachments in Mailman Mailing Lists

Overview

Some email clients (Gmail, Outlook, iPhone Mail) send forwarded messages in a format that may cause Mailman mailing lists to deliver them as attachments instead of inline messages.

This guide explains how to adjust a Mailman list so forwarded emails are delivered normally.


Symptoms

  • A list member forwards an email to the list

  • Everyone receives an email with the forwarded content as an attachment (often message.html or message.rfc822)

  • The list itself appears to be working, but forwards are not displayed inline


Cause

Forwarded messages from some email clients use MIME types that Mailman does not pass through unless explicitly allowed.

By enabling content filtering and allowing the correct MIME types, Mailman can unwrap and deliver the message inline.


How to Fix It (Per List)

Follow these steps for the affected mailing list:

  1. Log in to cPanel

  2. Go to Mailing Lists

  3. Click Manage next to the list

  4. Open Privacy Options

  5. Click the Content Filtering subsection

Update the following settings:

1. Enable content filtering

 
filter_content = Yes

2. Add allowed MIME types

Under pass_mime_types, enter:

 
multipart/mixed multipart/alternative text/plain text/html message/rfc822

3. Disable conversions

Set:

 
collapse_alternatives = No convert_html_to_plaintext = No
  1. Scroll down and click Submit Your Changes


Why This Works

Certain forwarded messages are wrapped using the MIME type message/rfc822.
Allowing this MIME type tells Mailman to accept the forwarded message and unwrap it instead of attaching it.

This change applies only to the specific list — not to the server or other domains.


Optional: Test the List

Ask a member to forward an email again.
If everything is configured correctly, the forwarded content will now appear inline.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setting Up and Managing a Mailing List

Mailing lists allow your parish or organization to communicate easily with groups of people. They...

Setting up an email address

You can create any email address that you would like right in the Site Manager under "Email"...

Access email on the web

You can view your email online by going to:https://yourdomain.org/webmail Be sure to log in with...

Downloading email

You can create any email address that you would like right in the Site Manager under “Email” →...

Copying IMAP messages

The following are instructions for copying saved email from the old server to the new server:1)...