Revision 1 as of 2008-05-28 20:27:38

Clear message

3.10. How do I enforce a text/plain posts only policy?

In Privacy Options -> Spam-specific posting filters

Hold posts with header value matching a specified regexp.

    Content-Type: .*octet
    Content-Type: .*oda
    Content-Type: .*audio
    Content-Type: .*image
    Content-Type: .*alternative
    Content-Type: .*digest
    Content-Type: .*mixed
    Content-Type: .*related
    Content-Type: .*rich
    Content-Type: .*html
    Content-Type: .*video

Sample Rejection Message:

  Content-Type: (from message header)
  X-Mailer: (from message header)

  Please configure your email client [1] to send text/plain messages to
  this list. Instead of attachments, you should include any diagnostic
  information as in-line text in the main message body.

  [1] http://www.expita.com/nomime.html

  Details:
  Only messages with a Content-type: of "text/plain" and
  "multipart/signed" are automatically posted to the list. All other
  content-types are held for administrative action.

  If you have any questions about this policy, please send them to
  <yourlist-admin@yourdomain>.

An alternate solution is to use a mime stripping script. FAQ 1.8 explains how to do this.

Last changed on Tue Nov 12 19:31:21 2002 by Mike Noyes Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.