Differences between revisions 2 and 3
Revision 2 as of 2008-06-09 16:06:13
Size: 2038
Editor: terri
Comment:
Revision 3 as of 2008-06-09 16:06:14
Size: 2212
Editor: terri
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/14352524 #pragma page-filename DOC/versions/4030559
Line 3: Line 3:
From the thread on the mailman-users mailing list at <[[http://mail.python.org/pipermail/mailman-users/2004-July/038200.html]]>:
Line 5: Line 4:
From &lt;[[http://mail.python.org/pipermail/mailman-users/2004-July/038205.html]]&gt;, one option is to make the entire list moderated, so that only posts which are approved by the moderators are accepted by mailman. However, this creates a heavy load on the moderators. From the thread on the mailman-users mailing list at <
[[http://mail.python.org/pipermail/mailman-users/2004-July/038200.html|http://mail.python.org/pipermail/mailman-users/2004-July/038200.html]]>:
Line 7: Line 7:
From &lt;[[http://mail.python.org/pipermail/mailman-users/2004-July/038206.html]]&gt;, another option is to set the maximum allowed message size something really low, such as 15KB. Most viruses are unlikely to be this small, so messages which pass this check are unlikely to be infected, and the moderators can always go in and manually approve the larger messages. From <[[http://mail.python.org/pipermail/mailman-users/2004-July/038205.html|http://mail.python.org/pipermail/mailman-users/2004-July/038205.html]]>, one option is to make the entire list moderated, so that only posts which are approved by the moderators are accepted by mailman. However, this creates a heavy load on the moderators.

From <[[http://mail.python.org/pipermail/mailman-users/2004-July/038206.html|http://mail.python.org/pipermail/mailman-users/2004-July/038206.html]]>
, another option is to set the maximum allowed message size something really low, such as 15KB. Most viruses are unlikely to be this small, so messages which pass this check are unlikely to be infected, and the moderators can always go in and manually approve the larger messages.
Line 15: Line 17:
''Last changed on Fri Nov 24 19:13:38 2006 by'' Mark Sapiro
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Fri Nov 24 19:13:38 2006 by'' Mark Sapiro<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

3.39. How do I protect my mailing lists against viruses?

From the thread on the mailman-users mailing list at < http://mail.python.org/pipermail/mailman-users/2004-July/038200.html>:

From <http://mail.python.org/pipermail/mailman-users/2004-July/038205.html>, one option is to make the entire list moderated, so that only posts which are approved by the moderators are accepted by mailman. However, this creates a heavy load on the moderators.

From <http://mail.python.org/pipermail/mailman-users/2004-July/038206.html>, another option is to set the maximum allowed message size something really low, such as 15KB. Most viruses are unlikely to be this small, so messages which pass this check are unlikely to be infected, and the moderators can always go in and manually approve the larger messages.

You can also choose to strip all types of attachments, save a few specific types which are known to be safe. Look under the "Content Filtering" section for the web administration page for your mailing list. However, this only works for attachments that are in MIME format, and would not catch attachments that are "uuencoded", for example.

One last option is to implement anti-virus scanning software on your mail server, so that these things are caught and dealt with before they ever get the chance of getting to Mailman.

The information at Mailman + postfix + amavisd-new HOWTO (anti-spam) is oriented towards using amavisd and SpamAssassin in an anti-spam configuration, but you can also use amavisd to tie into anti-virus scanning solutions, such as ClamAV. Of course, you can do similar things with other MTAs (e.g., sendmail, exim, etc...) or other scanning solutions.

Last changed on Fri Nov 24 19:13:38 2006 by Mark Sapiro
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/How do I protect my mailing lists against viruses? (last edited 2015-02-22 01:57:48 by JimTittsler)