[Mailman-Users] Empty module name again

2004-06-05 Thread Brian Wilson
One of my lists just up and quit on me; looks like the problem described here http://mail.python.org/pipermail/mailman-developers/2004-February/016511.html I run about 20 other lists and the only one affected is the one that is set to work in French. All the others are just fine. On June 1,

Re: [Mailman-Users] Empty module name again

2004-06-05 Thread Tokio Kikuchi
Hi This patch should work. --- ToDigest.py.origSat Jun 5 18:54:11 2004 +++ ToDigest.py Sat Jun 5 18:55:22 2004 @@ -390,6 +390,6 @@ ustr = h.__unicode__() oneline = UEMPTYSTRING.join(ustr.splitlines()) return oneline.encode(cset, 'replace') -except (LookupError,

[Mailman-Users] Upgrade to 2.1.4 failed - user lost - recover via backup unsuccessful - any ideas?

2004-06-05 Thread Alex Dupont
Hello, I'm a bit in a loss here: I was running Mailman 2.1.2 on Debian 3.0 with no problems. Using apt-get... to upgrade Mailman to 2.1.4 produced an error. Well, besides the fact that all my archives got deleted (why would a script (!) do that??), I finally got Mailman back up and running

[Mailman-Users] spambot and -owner address

2004-06-05 Thread djmcke
I know users mail addresses are hidden in the archive but what about *my* (our) addresses? Many Mailman generated webpages have a mailto: link to the list owner. It would be a real drag for me if a spambot harvested that address because I can't really rename the mail address so I'd just have to

Re: [Mailman-Users] Messages held in shunt and retry queue

2004-06-05 Thread Brian York
Their is nothing else that postfix has put in the maillog besides just repeats of that. Brian (i sent this to the list but never got the message. Sorry if its a repeat) On Friday 04 June 2004 18:52, Brad Knowles wrote: At 6:38 PM -0400 2004/06/04, Brian York wrote: maillog: Jun 4

Re: [Mailman-Users] How can I update 2.1.3 -- 2.1.5?

2004-06-05 Thread Barry Warsaw
On Tue, 2004-06-01 at 17:31, Brad Knowles wrote: At 6:45 PM +0100 2004/06/01, Ian A B Eiloart wrote: Ah, I see, so I upgrade by reinstalling. But that isn't clear from the documentation, because as easy as doesn't mean is achieved by. So there's me thinking, OK, so its easy, but how do

Re: [Mailman-Users] Upgrade to 2.1.4 failed - user lost - recover via backup unsuccessful - any ideas?

2004-06-05 Thread Tokio Kikuchi
Hi, Have you done 'bin/update' after moving the backup config.pck file into the newly installed list directory ? Alex Dupont wrote: Hello, I'm a bit in a loss here: I was running Mailman 2.1.2 on Debian 3.0 with no problems. Using apt-get... to upgrade Mailman to 2.1.4 produced an error. Well,

Re: [Mailman-Users] Empty module name again

2004-06-05 Thread Brian Wilson
It seems to have done the trick. Thanks from me and the 100+ members of the affected list! Brian On Sat, 5 Jun 2004, Tokio Kikuchi wrote: Hi This patch should work. --- ToDigest.py.origSat Jun 5 18:54:11 2004 +++ ToDigest.py Sat Jun 5 18:55:22 2004 @@ -390,6 +390,6 @@