Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-05-27 13:24:22
Size: 1443
Editor: terri
Comment:
Revision 4 as of 2008-07-31 13:58:03
Size: 1407
Editor: dunxd
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/4292741 #pragma page-filename DOC/versions/4030548
Line 3: Line 3:
Line 5: Line 6:
> > My only hassle with it so far is we would all prefer plain text messages. Can't use stripmime (see below) because that would affect other users of the Mailman facility who want to retain html. > > My only hassle with it so far is we would all prefer plain text messages. Can't use stripmime (see below) because that would affect other users of the Mailman facility who want to retain html.
Line 7: Line 8:
> You can BLOCK HTML and attachments by going to your Privacy page and finding the line that says: "Hold posts with header value matching a specified regexp." Put the 3 lines below in there. You can BLOCK HTML and attachments by going to your Privacy page and finding the line that says: "Hold posts with header value matching a specified regexp." Put the 3 lines below in there.
Line 9: Line 10:
{{{
Line 10: Line 12:
Content-Type: .*mixed
Content-Type: .*rich
}}}
Line 11: Line 16:
Content-Type: .*mixed Again, this won't strip out the unwanted stuff but holds offending messages for approval.
Line 13: Line 18:
Content-Type: .*rich Create a text message in your word processor or mail client that you can paste into the explanation box when you reject the message telling your poster that his message was rejected because he did not use plain text, and save it. You'll need this over and over.
Line 15: Line 20:
&gt; Again, this won't strip out the unwanted stuff but holds offending messages for approval. (see also FAQ 4.13 called <[[../4.13 How do I prevent MIME attachments-HTML-Viruses being sent to lists|4.13 How do I prevent MIME attachments-HTML-Viruses being sent to lists]]>)
Line 17: Line 22:
&gt; Create a text message in your word processor or mail client that you can paste into the explanation box when you reject the message telling your poster that his message was rejected because he did not use plain text, and save it. You'll need this over and over. ;-) ''Last changed on Wed Sep 8 13:00:48 2004 by'' Brad Knowles<<BR>> Converted from the Mailman FAQ Wizard
Line 19: Line 24:
(see also FAQ 4.13 at &lt;[[http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.013.htp]]&gt;, entitled "How do I prevent MIME attachments/HTML/Viruses being sent to lists")

''Last changed on Wed Sep 8 13:00:48 2004 by'' Brad Knowles
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

3.20. How to I get the list administrator to look at all email with attachments, html etc.

On Sat, 04 May 2002 02:33:39 -0400 Tim Miller wrote:

> > My only hassle with it so far is we would all prefer plain text messages. Can't use stripmime (see below) because that would affect other users of the Mailman facility who want to retain html.

You can BLOCK HTML and attachments by going to your Privacy page and finding the line that says: "Hold posts with header value matching a specified regexp." Put the 3 lines below in there.

Content-Type: .*multipart
Content-Type: .*mixed
Content-Type: .*rich

Again, this won't strip out the unwanted stuff but holds offending messages for approval.

Create a text message in your word processor or mail client that you can paste into the explanation box when you reject the message telling your poster that his message was rejected because he did not use plain text, and save it. You'll need this over and over.

(see also FAQ 4.13 called <4.13 How do I prevent MIME attachments-HTML-Viruses being sent to lists>)

Last changed on Wed Sep 8 13:00:48 2004 by Brad Knowles
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/How to I get the list administrator to look at all email with attachments, html etc. (last edited 2017-04-03 12:31:04 by JimTittsler)