Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Tokio Kikuchi
Daniel Buchmann wrote: > The patch solved the problem. Thanks! :) You're welcome. > > Over to something else: > Is there anyone out there that has written a script to flush (discard) > the entire request db for a specified list? > I need it badly.. ;) It's me ag

Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Daniel Buchmann
The patch solved the problem. Thanks! :) Over to something else: Is there anyone out there that has written a script to flush (discard) the entire request db for a specified list? I need it badly.. ;) On Thu, 2003-02-06 at 11:25, Tokio Kikuchi wrote: > Hi, > > Try this patch. It's a coincidence

Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Tokio Kikuchi
Hi, Try this patch. It's a coincidence that I am working on it. Index: checkdbs === RCS file: /cvsroot/mailman/mailman/cron/checkdbs,v retrieving revision 2.17 diff -u -r2.17 checkdbs --- checkdbs28 Oct

[Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Daniel Buchmann
I was the puzzled receiver of these words this morning: Traceback (most recent call last): File "/home/mailman/cron/checkdbs", line 136, in ? main() File "/home/mailman/cron/checkdbs", line 80, in main text += '\n' + pending_requests(mlist) File "/home/mailman/cron/checkdbs", line 12