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
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?
>
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
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
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
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
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
[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
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