[Mailman-Users] Subscription Form

2001-03-17 Thread Bob [EMAIL PROTECTED]
Regarding: > For a few friends i need to realize a subscription form containing a few > additional data: > Name, address, phone number, City, and so on... > This data must be sent by e-mail at the list moderator. > . Can someone which has already realized this function help me? > Thanks. Inter

Re: [Mailman-Users] nightly_gzip does nothing, any tips for debugging python?

2001-03-17 Thread Dan Mick
Python must be built so that 'import gzip' works. That's an option. It may not be enabled on your Python build. Try it: python -i import gzip if you get no error, it should be working. If not, you need to rebuild Python. Andreas Schamanek wrote: > > hi there, > > i am running mailman 2.0.

[Mailman-Users] nightly_gzip does nothing, any tips for debugging python?

2001-03-17 Thread Andreas Schamanek
hi there, i am running mailman 2.0.3 on a linux box with python 1.5.2, nevertheless my cron/nightly_gzip does nothing: > /usr/local/bin/python -S cron/nightly_gzip (no output, no action, nothing in logs/error) > /usr/local/bin/python -S cron/nightly_gzip -v mylist-l (again nothing)

[Mailman-Users] HTML code on info page

2001-03-17 Thread Tomi Snellman
I'm the owner of a Finnish Mailman list and I've translate the standard info page into Finnish as much as possible. Some of the texts however are embedded in codes like . Is there any way of altering these? Please not that I haven't access to the server side of the list. Regards Tomi Snellman

Re: [Mailman-Users] Running config_list on mutliple lists

2001-03-17 Thread Andreas Schamanek
On Fri, 16 Mar 2001, Sarah K. Miller wrote: > I want to use config_list to change a couple of parameters on all of > my lists. I'm not too fond of the idea of having to type the command > individually for each list. Is there any eaiser way to do it? you might want to tell us what operating syst