> For you hardcore > debugging types, there's a new script called bin/withlist which you > can run like so: > > % cd ~mailman > % python -i bin/withlist mylist > Loading list: mylist (unlocked) > >>> m.members > {'bwarsaw@cnri.reston.va.us': 0} > >>> *Very* nice... I especially like the fact that it inherits all functionality, not just the read-only ones. I've already (AFTER the last bug report) gone ahead and changed certain settings for all lists with it. Future wish feature... Use a -l flag to determine locking, then another argument that is either a command to run, or a filename with commands to run. Then it's a lot easier to make global changes and saves without having to run things in an Expect-like environment. Chris