[Mailman-Users] problem after upgrading to 2.1

2003-02-05 Thread Scott R. Every
After upgrading, I am now getting the following error using list_members: Traceback (most recent call last): File "./list_members", line 232, in ? main() File "./list_members", line 207, in main s = formataddr((name, addr)).encode(enc, 'replace') UnicodeError: ASCII decoding error: ordinal

Re: [Mailman-Users] problem after upgrading to 2.1

2003-02-06 Thread Jon Carnes
I suggest that you need to check the configuration of the file (~mailman/bin/check_db). I believe the error indicates that while reading the config.pck file (and dumping out the member names) that it found values that are not Ascii. The list is large enough that you could have had a problem in the

Re: [Mailman-Users] problem after upgrading to 2.1

2003-02-06 Thread Scott R. Every
--On Wednesday, February 5, 2003 10:41 PM -0500 Jon Carnes <[EMAIL PROTECTED]> wrote: I suggest that you need to check the configuration of the file (~mailman/bin/check_db). I believe the error indicates that while this was done for both the original db and the newly imported db created from

Re: [Mailman-Users] problem after upgrading to 2.1

2003-02-06 Thread Jon Carnes
Have you tried a ~mailman/bin/dumpdb on the config.pck for the list. It would dump out the users - multiple times: once for language, once for members, once for passwords, and once for user options. You might even be able to pin-point the problem point. Good Luck - Jon Carnes On Wed, 2003-02-05

Re: [Mailman-Users] problem after upgrading to 2.1

2003-03-30 Thread Scott R. Every
ok, so i think i have found the/a problem email address: [EMAIL PROTECTED] when i try to delete it i get the following: ./remove_members overtons_html "[EMAIL PROTECTED]" No such member: [EMAIL PROTECTED] any ideas how to delete a bogus email like this? thanks in advance. s --On Wednesday, Febru

Re: [Mailman-Users] problem after upgrading to 2.1

2003-03-31 Thread Jon Carnes
I think the easiest way to do this is to use a hex editor on the config.pck file for the list and modify the bogus email address so that it matches something simple. Then delete the simple email address. Good Luck - Jon Carnes On Sun, 2003-03-30 at 21:53, Scott R. Every wrote: > ok, so i think i