Re: [Mailman-Users] Writing a custom handler

2013-07-03 Thread Mark Sapiro
On 07/03/2013 07:40 AM, Chris Nulk wrote: > > On 7/2/2013 5:23 PM, Mark Sapiro wrote: >> On 07/02/2013 03:09 PM, Chris Nulk wrote: >> >> Not necessary to lowercase sender here as msg.get_senders() always >> returns lowercased addresses unless called with a preserve_case argument >> with a True va

[Mailman-Users] How to create a topic?

2013-07-03 Thread Stephen J. Turnbull
Javad Hoseini-Nopendar writes: > I have created a mailing list named iranr...@iranravi.com, but I have a > problem. I believe a few members of the mailing list don't really like to > receive all the emails of the list. They don't like to take part in > discussions. but they only like to receiv

Re: [Mailman-Users] Confirmation logging

2013-07-03 Thread Stephen J. Turnbull
Kip Warner writes: > Hey Stephen. Thanks for your help. I passed on your comments to DH and > this is what they said: > > The web interface has the same problem as the mail interface -- > the logs rotate and are not available after a certain span of > time. Everythin

Re: [Mailman-Users] Confirmation logging

2013-07-03 Thread Mark Sapiro
On 07/03/2013 04:28 PM, Kip Warner wrote: > > Hey Stephen. Thanks for your help. I passed on your comments to DH and > this is what they said: > > The web interface has the same problem as the mail interface -- > the logs rotate and are not available after a certain span of >

Re: [Mailman-Users] Confirmation logging

2013-07-03 Thread Kip Warner
On Wed, 2013-07-03 at 12:41 +0900, Stephen J. Turnbull wrote: > Each step of a subscription is logged. IP addresses of web requests > are logged, both in logs/subscribe and by the webserver. > > IP addresses of the last remote MTA for a request by mail are logged > by the local MTA. IP address o

[Mailman-Users] How to create a topic?

2013-07-03 Thread Javad Hoseini-Nopendar
Hello I have created a mailing list named iranr...@iranravi.com, but I have a problem. I believe a few members of the mailing list don't really like to receive all the emails of the list. They don't like to take part in discussions. but they only like to receive the newsletters. Now I want to creat

Re: [Mailman-Users] Writing a custom handler

2013-07-03 Thread Chris Nulk
On 7/2/2013 5:23 PM, Mark Sapiro wrote: On 07/02/2013 03:09 PM, Chris Nulk wrote: In the updated code, I did change the populating of the banlist in the Read_GlobalBan_File function. Now, it strips and lowercases the addresses before it checks if the address is in the banlist. Before, it check