Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Louis Headley
Thanks again for your help Mark Louis - Original Message - From: "Mark Sapiro" <[EMAIL PROTECTED]> To: "Louis Headley" <[EMAIL PROTECTED]>; "Oliver Schulze L." <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 10:57 AM Subject: R

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Mark Sapiro
Louis Headley wrote: >The problem that i have is that my mailman in free from my webhost >(hostway.com) and it is an old version. I think that it is 2.0 or 2.1. I >could not do what Mark suggested in his first email because my version was >too old and didnt have that functionality. i have since

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Louis Headley
uot;Mark Sapiro" <[EMAIL PROTECTED]> To: "Oliver Schulze L." <[EMAIL PROTECTED]>; "Louis Headley" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 2:20 AM Subject: Re: [Mailman-Users] spamming of my list > Oliver Schulze L. wrote: >> >>Th

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Oliver Schulze L.
Hi Mark, I'm using SpamAssassin from mimedefang. I think I can include such header from my milter filter. Many thanks for the details Oliver Mark Sapiro wrote: > Oliver Schulze L. wrote: > >> The problem with this is that SpamAssassin does not provide a >> header like: >> x-spam-flag: yes >>

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Barry Finkel
Louis Headley wrote: >> I have started to receive spam to my list. While my members are not >>recieving them (all posts must be approved), is there a way to discard >>all requests at once? At the moment, I must go thru the list one by >>one. THere as many as 40 per week. How can i stop people from

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Mark Sapiro
Oliver Schulze L. wrote: > >The problem with this is that SpamAssassin does not provide a >header like: >x-spam-flag: yes >instead, it provides a header like: >x-spam-score: 5.2 I don't know about your Spamassassin, but in mine, I have these defaults: #X-Spam-Flag: YES add_header spam Flag _YESN

Re: [Mailman-Users] spamming of my list

2006-06-19 Thread Oliver Schulze L.
I'm having the same problem. Maybe a solution can be to use the KNOW_SPAMERS[] variable as Mark suggested, something like: KNOWN_SPAMMERS = [('subject', '^.*spam'), ('x-spam-flag', 'yes')] The problem with this is that SpamAssassin does not provide a header like: x-spam-flag: yes instead, it pr

Re: [Mailman-Users] spamming of my list

2006-04-10 Thread Mark Sapiro
Louis Headley wrote: >I have started to receive spam to my list. While my members are not recieving >them (all posts must be approved), is there a way to discard all requests at >once? Mailman 2.1.5 and up have a "Discard all messages marked defer" checkbox on the admindb page. There is a bin

[Mailman-Users] spamming of my list

2006-04-10 Thread Louis Headley
I have started to receive spam to my list. While my members are not recieving them (all posts must be approved), is there a way to discard all requests at once? At the moment, I must go thru the list one by one. THere as many as 40 per week. How can i stop people from spam my list? Help? ---