[xmail] Re: mailman python script

2005-03-31 Thread Jeffrey Laramie
> > 2. The script doesn't append entries to the log file, but instead writes > > over the first line each time. > > You'll have to add an "a" to the open-mode of the log file (or add a seek > to the end). I fixed this, a problem with the log timestamp, and added logging for a successful script ex

[xmail] Re: mailman python script

2005-03-30 Thread Jeffrey Laramie
> > 1. If the sender uses capitalization in the list name, XMail correctly > > recognizes it and executes the correct command alias but the script > > doesn't match the name to the correct list. > > You might want to use a convetion for file names, and than use lower() to > convert email addresses:

[xmail] Re: mailman python script

2005-03-30 Thread Davide Libenzi
On Tue, 29 Mar 2005, Jeffrey Laramie wrote: > Hello All, > > I need some help updating the python script that intergrates XMail with the > mailman list manager. Unfortunately I didn't write the script, and since my > programming skills are quite limited and don't include python, my attempts to