Re: [Mailman-Users] how to create master default setting?

2005-05-07 Thread Jim Tittsler
On May 8, 2005, at 10:43, James wrote: > Is there a way to create default settings (privacy options, bounce > processing etc) that would be copied to all newly added mailing lists? Copy the settings you wish to customize from Mailman/Defaults.py to your Mailman/mm_cfg.py file and make the chan

[Mailman-Users] how to create master default setting?

2005-05-07 Thread James
Is there a way to create default settings (privacy options, bounce processing etc) that would be copied to all newly added mailing lists? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Jim Tittsler
On May 8, 2005, at 06:16, Daya Baran wrote: > If you edit confirm.py - you get this message "Bug In Mailman" You must have made a mistake editing the script so that it was no longer a valid Python program. > I had to reinstall mailman If you had just been making changes to the one file, you c

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread Heather Madrone
At 4:41 PM -0700 5/7/05, James wrote: >Hrrm... what do I do now? > >ps aux | grep qrunner >root 665 0.0 0.0 1536 452 pts/0S+ 16:39 0:00 grep qrunner As user mailman, run "mailmanctl start." -- Heather Madrone ([EMAIL PROTECTED]) http://www.madrone.com Le hasard favorise l'e

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread James
I've cp /usr/lib/mailman/scripts/mailman /etc/init.d/. No errors. I do have one problem with cron that I can't figure out. When I try to ls -la the path in the error message below I don't see the "gate_news.lock" ls -la /var/lib/mailman/locks/ total 8 drwxrwxr-x+ 2 list list 57 May 7 17:01 . drw

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread Larry Hansford
Did you copy the /home/mailman/scripts/mailman to /etc/rc.d/init.d/, and then do "chkconfig --add mailman"? Did you do a "/etc/rc.d/init.d/mailman start"? Did you get any errors when you did the start? At 07:41 PM 5/7/2005, James wrote: Hrrm... what do I do now? ps aux | grep qrunner root

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread James
Jeez. Do I feel stupid. Mailman didn't work becuase I didn't start it. Phew. :-) Thank you all for your help! James -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread James
Hrrm... what do I do now? ps aux | grep qrunner root 665 0.0 0.0 1536 452 pts/0S+ 16:39 0:00 grep qrunner On 5/7/05, Scot Hacker <[EMAIL PROTECTED]> wrote: you sure the Mailman threads are actually runnning? If you run > > ps aux | grep qrunner > > in a shell, you should

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread James
I can't understand these two logs. No mail makes it trough and this is the only relelvant thing that I can see in the MTA logs. The second log is a cron error. I've search the FAQ, read it, and I still don't know how to troubleshoot this. May 7 16:30:02 mail postfix/pickup[531]: 620D21002E8A: uid

Re: [Mailman-Users] No mail delivered

2005-05-07 Thread Scot Hacker
James wrote: >Thanks to Dan' suggestions I've fixed the perm error. > >I have a different MTA problem now. When I try to subscribe to the >list, or send an email to the list I get...nothing. No email makes it >trough the list, and I also get no subscription conformation from the >list. > > > Ar

Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Daya Baran
If you edit confirm.py - you get this message "Bug In Mailman" I had to reinstall mailman I would like to change the following: 1) header and footer 2) remove "Recieve digests? Yes or No 3) prefered language 4) Cancel my subscription Thank you On 5/7/05, Jim Tittsler <[EMAIL PROTECTED]> wrote

[Mailman-Users] No mail delivered

2005-05-07 Thread James
Thanks to Dan' suggestions I've fixed the perm error. I have a different MTA problem now. When I try to subscribe to the list, or send an email to the list I get...nothing. No email makes it trough the list, and I also get no subscription conformation from the list. Python 2.3.5, Mailman 2.1.5,

Re: [Mailman-Users] Mail going to qfiles/shunt

2005-05-07 Thread John W. Baxter
On 5/7/05 4:45 AM, "Brad Knowles" <[EMAIL PROTECTED]> wrote: > Mailman 2.1.5 required Python 2.3, but in theory this was > supposed to be fixed in Mailman 2.1.6, easing the restriction back > down to Python 2.1. Which would imply that Barry's new email module is good back at least to Python 2.1.

[Mailman-Users] RuntimeError: command failed: /usr/sbin/postalias

2005-05-07 Thread James
I can access Mailman webpages just fine; however, after I fill in the new list info and hit submit I get an error message ("Bug in Mailman version 2.1.5 We're sorry, we hit a bug!.") Also, it seems that no emails can be sent or received trough the list. I've tried to add in mm_cfg.py the following

Re: [Mailman-Users] UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in position 5: ordinal not in range(128)

2005-05-07 Thread Ralf Hildebrandt
> I get the error: > > UnicodeEncodeError: 'ascii' codec can't encode character u'\xd6' in > position 5: ordinal not in range(128) > > in mailmans logs/errors, but how do I find out which list / which mail > causes it? > > Apr 14 09:21:52 2005 (7409) Traceback (most recent call last): > File "

Re: [Mailman-Users] Mail going to qfiles/shunt

2005-05-07 Thread Larry Hansford
At 07:45 AM 5/7/2005, Brad Knowles wrote: At 11:49 PM -0400 2005-05-06, Larry Hansford wrote: I got it working. I upgraded from Python 2.2.3 to Python 2.3.5 and reinstalled Mailman, and it began working. Mailman 2.1.5 required Python 2.3, but in theory this was supposed to be fixed in M

Re: [Mailman-Users] Mail going to qfiles/shunt

2005-05-07 Thread Brad Knowles
At 11:49 PM -0400 2005-05-06, Larry Hansford wrote: > I got it working. I upgraded from Python 2.2.3 to Python 2.3.5 > and reinstalled Mailman, and it began working. Mailman 2.1.5 required Python 2.3, but in theory this was supposed to be fixed in Mailman 2.1.6, easing the restriction

Re: [Mailman-Users] ezmlm to mailman

2005-05-07 Thread cbaegert
Hi, thank you for your answer. > > "Pickle de l'état des archives > > vers /usr/local/mailman/archives/private/testliste/pipermail.pck" > > I think that should be the last thing it writes In fact, it's the only thing it writes... > , as it saves the > state of the archives in the pickle. (Doe

Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Jim Tittsler
On May 6, 2005, at 16:49, Daya Baran wrote: > How do you edit the confirm page > http://www.gruuve.com/mailman/confirm/mailman/ > 434fcc341a09120e76d0b41ba564a676ee90f523 Change Mailman/Cgi/confirm.py (and any of the message files for languages of interest). -- Jim Tittsler http://www.O

Re: [Mailman-Users] ezmlm to mailman

2005-05-07 Thread Jim Tittsler
On May 6, 2005, at 01:55, [EMAIL PROTECTED] wrote: > i made a mbox file with all the messages of the list, then launched > "./bin/arch testliste". > > It doesn't work : instead, I see this message (in french): > > "Pickle de l'état des archives > vers /usr/local/mailman/archives/private/testliste/

Re: [Mailman-Users] How to retrieve entire subscriber list

2005-05-07 Thread Jim Tittsler
On May 6, 2005, at 00:29, Ron K. Jeffries wrote: > I REALLY need and easy way to grab the entire > subscriber list. I am admin of this list > and currently only use the web interface.

Re: [Mailman-Users] Custom Subscribe emails

2005-05-07 Thread Jim Tittsler
On May 4, 2005, at 03:36, James Beeghley wrote: > I am setting up Mainman to be used as a communication mechanism for > my school district. I was wondering if it is possible to modify the > confirming emails which are sent to potential subscribers. You can modify the template 'verify.txt', si

Re: [Mailman-Users] lost messages

2005-05-07 Thread Jim Tittsler
On May 4, 2005, at 06:13, Tomasz Grobelny wrote: > days ago postfix configuration has changed so that all messages > from mailman > were rejected (554 relaying denied). This lasted for a few days > before I > fixed the configuration. Assuming that anyone posted to this > mailinglist when > p

Re: [Mailman-Users] How to put extra spaces in Topic name field

2005-05-07 Thread Jim Tittsler
On May 3, 2005, at 00:07, Jeff Peterson wrote: > In the Topic Name field, I have tried adding extra spaces, but the > extra > spaces are not displayed. The leading spaces are preserved in the list object, but since they are being displayed in a table cell, they don't appear in the GUI. > I h

Re: [Mailman-Users] Query

2005-05-07 Thread Jim Tittsler
On May 7, 2005, at 03:36, Anshuman Prusty wrote: > In the test server at gospelcom.net, I am testing the subscriptions > for the newsletter and receiving the following error messages > > -- > -- > > Warning: fsockopen(): u

Re: [Mailman-Users] Mailman htdig problem

2005-05-07 Thread Jim Tittsler
On May 3, 2005, at 06:07, Chris Serenil wrote: > I have just installed Mailman 2.1.15 with the htdig > patch 444884 and 444879. The search fails when I have > a list name with a dot in it. (Example > fa.dl-testlist). I will get these errors when doing a > search. If there is no dot it works fine.

Re: [Mailman-Users] Fix defacement

2005-05-07 Thread Jim Tittsler
On May 3, 2005, at 04:21, Tony Bibbs wrote: > I had my mailman site defaced. The > /path/to/mailman/archives/public//index.html > pages have all been replaced by crap. > > How do I recover those pages? You can regenerate them using the 'arch' tool supplied with Mailman: bin/arch --wipe mylist