Differences between revisions 1 and 2
Revision 1 as of 2008-05-28 20:27:38
Size: 1550
Editor: terri
Comment:
Revision 2 as of 2008-05-31 01:36:39
Size: 1503
Editor: terri
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/4292616 #pragma page-filename DOC/versions/13303844
Line 26: Line 26:
}}}
Line 28: Line 27:

{{{
Line 33: Line 30:
}}}
Line 35: Line 31:
  [1] http://www.expita.com/nomime.html
Line 36: Line 33:
{{{
  [1] http://www.expita.com/nomime.html
}}}


{{{
Line 46: Line 37:
}}}
Line 48: Line 38:

{{{

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.

MailmanWiki: DOC/How do I enforce a text-plain posts only policy? (last edited 2011-10-22 06:07:27 by msapiro)