On Tue, 2 Oct 2001 11:00:14 -0700 (PDT) Aaron D Turner <[EMAIL PROTECTED]> wrote:
> It seems all the config.db's (and their .last's) for all my lists > are now corrupt. At least check_db says so. Since there doesn't > seem to be anyway to fix this, perhaps there is a way to extract > the email addresses/passwords for the lists so I can recover? I'd be far more worried about finding out how and why. You have serious data corruption on your hands. Hunt that down first. config.db files are streamed python objects. If you can't load them under python (which you should be able to) then something is Badly Wrong. About your only recourse at that point is trying to run strings against them. -- J C Lawrence ---------(*) Satan, oscillate my metallic sonatas. [EMAIL PROTECTED] He lived as a devil, eh? http://www.kanga.nu/~claw/ Evil is a name of a foeman, as I live. _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
