[Mailman-Users] Bouncing a user repeatedly.

2006-03-28 Thread P.I.Julius
Hi, I have a little problem with my mailman setup, and I would like to ask you guys for an opinion about it. I have a few lists set up on my mailman, but I just noticed that for one of my lists there is something wired going on. The server keeps bouncing a user which is an unknown user, so I have

Re: [Mailman-Users] permission problem saving attachments to archives

2006-03-28 Thread Mark Sapiro
kristina clair wrote: > >Mar 27 17:52:33 2006 (23421) Uncaught runner exception: [Errno 13] >Permission denied: >'/home/mailman/archives/private/membership/attachments/20060301/cf7df1b6/attachments.lock.server.com.23421.174' > >However the permissions on the main archives directory look ok to me? >

Re: [Mailman-Users] Mailman Windows

2006-03-28 Thread Mark Sapiro
Jason [WeatherServer] wrote: >Now I know in the FAQ there is info on how to setup mailman for windows but >does anyone have it running on windows and does it run ok? I have a test Mailman running under Cygwin/Windows XP, but I wouldn't run it on an open server. Mailman's security module is based

Re: [Mailman-Users] Editing html

2006-03-28 Thread Mark Sapiro
Jewel wrote: > >I wa able to edit listinfo.html but this is once you go into >each list. What about the mail page. Mine for example is: >http://lists.washlaw.edu/mailman/listinfo The listinfo overview page is built by Mailman/Cgi/listinfo.py from data coded in that module. There is no template

[Mailman-Users] Mailman Windows

2006-03-28 Thread Jason [WeatherServer]
Now I know in the FAQ there is info on how to setup mailman for windows but does anyone have it running on windows and does it run ok? -=-=-=-=-=-=-=Ottawa Valley Weather-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 12:20pm - Temp: 24.6°C - Humidity 10% - Wind: N @ 0 km/h Baro: 1025kPa S

Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
Mark Sapiro wrote: > >for part in msg.walk(): >if part.get_content_maintype() == 'text': >del part['content-transfer-encoding'] >part.set_payload(DoReplacements( >part.get_payload(decode=True))) That probably won't work. How abou

[Mailman-Users] permission problem saving attachments to archives

2006-03-28 Thread kristina clair
Hello, I have a list that is producing the following error: Mar 27 17:52:33 2006 (23421) Uncaught runner exception: [Errno 13] Permission denied: '/home/mailman/archives/private/membership/attachments/20060301/cf7df1b6/attachments.lock.server.com.23421.174' However the permissions on the main ar

Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >I've been trying to get personalization working inside the body of the original >email instead of using header and footer. >I did manage to get it working in plain text and html format, by doing some >tweaking in the Decorate.py file. >However, the code I added to get it

[Mailman-Users] Personalization in the original email

2006-03-28 Thread fmpage
Hi, I've been trying to get personalization working inside the body of the original email instead of using header and footer. I did manage to get it working in plain text and html format, by doing some tweaking in the Decorate.py file. However, the code I added to get it working for multipart/alte