Re: [Mailman-Users] changing rejected post messages to not include allof the original text

2006-03-18 Thread Mark Sapiro
Elizabeth Lear wrote: > >The SORBS rep said "If you are able to change the configuration of the >mailing lists so that the rejection notices would not contain the >contents of the rejected message, it should be sufficient to cause this >not to happen again." Is there a way that I could change this

[Mailman-Users] changing rejected post messages to not include all of the original text

2006-03-18 Thread Elizabeth Lear
According to SORBS, they are blacklisting my site because spam messages that have been sent to our mailing lists are being tossed back in a bounce that "contains the entire spam, which is unacceptable". This blacklisting is causing the users and listmembers some problems. The SORBS rep said "If y

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] No Mailman web pages appear.

2006-03-18 Thread Mark Sapiro
Andy wrote: > >After installing and running Mailman no Mailman web page is visible (no list >has been created yet, though). >What can be wrong? You can't run Mailman without at least the site list (mailman). mailmanctl won't start. However, this is not your problem as the web interface doesn't re

[Mailman-Users] No Mailman web pages appear.

2006-03-18 Thread Andy
Hi! After installing and running Mailman no Mailman web page is visible (no list has been created yet, though). What can be wrong? a. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users M

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