Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Michael Berkowski
Hi Brad, We had begun to run SpamAssassin directly with Postfix, but since that server is really only used to manage our many Mailman lists, we found it more convenient from an admin standpoint just to use the spamd.py and spamassassin.py handlers for now. There are no other email addresses acti

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Brad Knowles
At 10:35 AM -0800 2006-01-04, Mark Sapiro wrote: > OWNER_PIPELINE will directly take care of messages to -owner addresses. > Messages to the -admin and -bounces (admin is a synonym for bounces) > address will not be filtered, but if they are unrecognized and > forwarded to the owner, they will

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Michael Berkowski
i; mailman-users@python.org > Subject: RE: [Mailman-Users] Spamassassin/Mailman - filter messages tolist- > owners > > Michael Berkowski wrote: > > > >Will messages discarded from OWNER_PIPELINE appear in any log as those > >discarded from GLOBAL_PIPELINE appear in vette?

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Mark Sapiro
Michael Berkowski wrote: > >Will messages discarded from OWNER_PIPELINE appear in any log as those >discarded from GLOBAL_PIPELINE appear in vette? Yes. They are processed by IncomingRunner just like normal posts. Only the pipeline is different. Anything that results in a discarded message will be

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Michael Berkowski
Thanks for the response, Mark. I set this up and threw a few dozen messages at it with a VB test spamming macro. It works perfectly. Will messages discarded from OWNER_PIPELINE appear in any log as those discarded from GLOBAL_PIPELINE appear in vette? Thanks again, Michael --- MINITEX Library

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Christopher X. Candreva
On Wed, 4 Jan 2006, Mark Sapiro wrote: > Messages to the -request address will not be filtered, but spam to this > address is normally just returned to the sender with an error message, > not forwarded to an owner/moderator. Except spam often has a forged sender address, so sending an error to th

Re: [Mailman-Users] Spamassassin/Mailman - filter messages tolist-owners

2006-01-04 Thread Mark Sapiro
Michael Berkowski wrote: >I have recently implemented SpamAssassin with Mailman on >our server, using the spamd.py and spamassassin.py handlers described here: >http://www.jamesh.id.au/articles/mailman-spamassassin/ >The spamd/spamassassin handlers are called with GLOBAL_PIPELINE.insert(1, >'SpamA

[Mailman-Users] Spamassassin/Mailman - filter messages to list-owners

2006-01-04 Thread Michael Berkowski
Greetings All, I have just joined this list and I hope that I am not cluttering it up with an easy or common question. I have spent quite a bit of time searching Google, the list archive, and FAQ without success for the answer. I work for a library organization which runs ~100 different lists f

[Mailman-Users] spamassassin + mailman

2003-03-08 Thread Jonas Meurer
Hello, I have installed mailman from debian/testing (2.0.13-2) and spamassassin. Now I got this SpamAssassin.py, copied it to /usr/lib/mailman/Mailman/Handlers, and added this to Mailman/Handlers/HandlersAPI.py: LIST_PIPELINE = ['SpamDetect', ->+'SpamAssassin',