Re: [Mailman-Users] Very simple content filtering

2010-11-11 Thread BBands
On Thu, Nov 11, 2010 at 8:37 AM, Mark Sapiro wrote: > See the FAQ at . Ah, the FAQ to the rescue, much to my embarrassment. Thanks for a wonderful tool. John -- Mailman-Users mailing list Mailman-Users@python.org h

Re: [Mailman-Users] Very simple content filtering

2010-11-11 Thread BBands
On Wed, Nov 10, 2010 at 4:58 PM, Mark Sapiro wrote: > If you want to filter only based on attachment file name extension, set Thanks Mark, that's what I came too as well. Maybe I am barking up the wrong tree? I thought that my problem was my filtering settings, but maybe not. Messages transmitte

[Mailman-Users] Very simple content filtering

2010-11-10 Thread BBands
Hi, We are using Mailman 2.1.9. I'd like to be able to strip potentially dangerous attachments, exe, bat, scr and the like, while leaving virtually everything else about the message intact so that readers see the messages as the composers intended them, often in html with inline graphics and so fo

[Mailman-Users] Taboo file types

2004-03-19 Thread BBands
Dear Listers, I am migrating from Majordomo where I used the following config entry to keep the most noxious attachments off the list. taboo_body = <<'END' /^content-type:.*(exe|zip|vbs|scr|bat|pif)/i END What is the best way to restrict attachments like these in Mailman? Ple