[Mailman-Users] Re: Question about content filtering in message body

2023-05-25 Thread Scott High
Lewis Sent: Thursday, May 25, 2023 5:00:40 AM To: mailman-users@python.org Subject: [Mailman-Users] Re: Question about content filtering in message body One popular approach for text filtering is to create a list of "bad words" or inappropriate terms and check if any of those wo

[Mailman-Users] Re: Question about content filtering in message body

2023-05-25 Thread Ethan Lewis
One popular approach for text filtering is to create a list of "bad words" or inappropriate terms and check if any of those words appear in the message body. Here's a high-level overview of how you can implement this: Define a list of inappropriate words or phrases that you want to filter. This

[Mailman-Users] Re: Question about content filtering in message body

2023-05-18 Thread Mark Sapiro
On 5/18/23 08:44, Scott High wrote: I'm looking for a way to content filter the text of the message body (i.e. blacklist bad words, etc) to a list. I've looked at Content Filtering, but that appears to be associated with message type, not message text? And Topics filters appears to just be

[Mailman-Users] Re: Question about content filtering in message body

2023-05-18 Thread Carl Zwanzig
On 5/18/2023 9:45 AM, Odhiambo Washington wrote: rspamd or spamassassin, not clamav! Ah, yes. Not enough coffee in my yet. z! -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to

[Mailman-Users] Re: Question about content filtering in message body

2023-05-18 Thread Odhiambo Washington
On Thu, May 18, 2023 at 7:18 PM Carl Zwanzig wrote: > On 5/18/2023 8:44 AM, Scott High wrote: > > I'm looking for a way to content filter the text of the message body > (i.e. blacklist bad words, etc) to a list. I've looked at Content > Filtering, but that appears to be associated with message

[Mailman-Users] Re: Question about content filtering in message body

2023-05-18 Thread Carl Zwanzig
On 5/18/2023 8:44 AM, Scott High wrote: I'm looking for a way to content filter the text of the message body (i.e. blacklist bad words, etc) to a list. I've looked at Content Filtering, but that appears to be associated with message type, not message text? And Topics filters appears to just be

Re: [Mailman-Users] a question about content-filtering

2008-03-14 Thread Mark Sapiro
liste yoneticisi wrote: Actually I just want a vissible message for deleted/filtered attachments. Actually, given the current architecture of content filtering, this turns out to be not at all easy to do in any reasonable way. About the best that could be done without too much difficulty is

Re: [Mailman-Users] a question about content-filtering

2008-03-10 Thread liste yoneticisi
On Fri, 7 Mar 2008, Mark Sapiro wrote: Brad Knowles wrote: On 3/7/08, Mark Sapiro quoted liste yoneticisi [EMAIL PROTECTED]: Is there a patch that giving information for filtered extension. I mean i am filtering *.mpg for example. If someone sends an attachment with mpg extension, e-mail

[Mailman-Users] a question about content-filtering

2008-03-07 Thread liste yoneticisi
Hi; Is there a patch that giving information for filtered extension. I mean i am filtering *.mpg for example. If someone sends an attachment with mpg extension, e-mail is delivered without attachment and without any information about filtering. But if sender doesn't know about it, (or if not

Re: [Mailman-Users] a question about content-filtering

2008-03-07 Thread Mark Sapiro
liste yoneticisi [EMAIL PROTECTED] Date: Fri, 7 Mar 2008 14:54:17 +0200 (WET) To: Mailman Users ML mailman-users@python.org Hi; Is there a patch that giving information for filtered extension. I mean i am filtering *.mpg for example. If someone sends an attachment with mpg extension,

Re: [Mailman-Users] a question about content-filtering

2008-03-07 Thread Brad Knowles
On 3/7/08, Mark Sapiro quoted liste yoneticisi [EMAIL PROTECTED]: Is there a patch that giving information for filtered extension. I mean i am filtering *.mpg for example. If someone sends an attachment with mpg extension, e-mail is delivered without attachment and without any information

Re: [Mailman-Users] a question about content-filtering

2008-03-07 Thread Mark Sapiro
Brad Knowles wrote: On 3/7/08, Mark Sapiro quoted liste yoneticisi [EMAIL PROTECTED]: Is there a patch that giving information for filtered extension. I mean i am filtering *.mpg for example. If someone sends an attachment with mpg extension, e-mail is delivered without attachment and

[Mailman-Users] a question about content-filtering

2007-10-04 Thread liste yoneticisi
I configured the list and default values accourding to the following values. I filled the filter_filename_extensions and pass_filename_extensions parameters for filtering attachments. the values are listed below: filter_filename_extensions = exe bat cmd com pif scr vbs cpl

Re: [Mailman-Users] a question about content-filtering

2007-10-04 Thread Mark Sapiro
liste yoneticisi wrote: pass_filename_extensions = doc xls xml xlw ppt pps pdf php gz gif jpg jpeg bmp png htm html txt rtf rar zip But i have a problem, if someone sends a document with file name qwe.JPG mailman doesn't send the attachment. I couldn't add the Capital letter extensions. Mailman