Re: [Mailman-Users] Tip for finding in the source

2006-03-18 Thread Oliver Schulze L.
Hi Mark, many thanks for the links and explanations, I will be working on it. Regards, Oliver Mark Sapiro wrote: > > Also, before you do anything, look at Mailman 2.1.8 (a1 is currently > available, see > ). > Look at the

Re: [Mailman-Users] Tip for finding in the source

2006-03-18 Thread Mark Sapiro
Oliver Schulze L.wrote: > >- Does msg.get('x-spam-flag') reads the email header or does it > reads a status/property that is from mailman? This is an email.Message.Message method. it returns the value of an X-Spam-Flag: header in the message or None if there is no such header. >- how do I cr

Re: [Mailman-Users] Tip for finding in the source

2006-03-18 Thread Oliver Schulze L.
Hi Mark, one couple of last questions, - Does msg.get('x-spam-flag') reads the email header or does it reads a status/property that is from mailman? - how do I create a new configuration option? Just tell what directory to read ;) I'm planning adding this option: send_bounced_email_to_owner

Re: [Mailman-Users] Tip for finding in the source

2006-03-17 Thread Oliver Schulze L.
Mark Sapiro wrote: > Oliver Schulze L. wrote: > > The moderator didn't block your first message. Content filtering > discarded it because after removing the text/html part, there was > nothing left. > Ohh, I understand. Sorry about the misunderstanfing >> What I need to do is: >> - if the ema

Re: [Mailman-Users] Tip for finding in the source

2006-03-17 Thread Mark Sapiro
Oliver Schulze L. wrote: >(To list moderator: please don't block this email, its an already >started discussion, >I need to provide feedback to Mark, I need to post the patch, thanks) The moderator didn't block your first message. Content filtering discarded it because after removing the text/h

Re: [Mailman-Users] Tip for finding in the source

2006-03-17 Thread Oliver Schulze L.
(To list moderator: please don't block this email, its an already started discussion, I need to provide feedback to Mark, I need to post the patch, thanks) Hi Mark, I think I found were the original email get attached to the notification email. What I need to do is: - if the email have been mar

Re: [Mailman-Users] Tip for finding in the source

2006-03-10 Thread Mark Sapiro
Oliver Schulze L. wrote: >anyone can help me find where in the code or .py file the bounces >are sended to the owner of the list? The actual recognition/parsing of bounces is done by Mailman/Bouncers/BouncerAPI.py with help from individual recognizers in Mailman/Bouncers/. The process is driven

[Mailman-Users] Tip for finding in the source

2006-03-10 Thread Oliver Schulze L.
Hi, anyone can help me find where in the code or .py file the bounces are sended to the owner of the list? Many thanks Oliver -- Oliver Schulze L. <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.o