190 likes | 320 Views
For those engaged in hardcore debugging, there's an invaluable new script called `bin/withlist`. It can be executed easily by navigating to your mailing list directory and running `python -i bin/withlist mylist`. This tool, which maintains full functionality—not just read-only access—enables more straightforward adjustments to list settings. Additionally, a future enhancement is suggested: implementing a `-l` flag for locking and supporting commands or file arguments for global changes without the need for an Expect-like environment.
E N D
> debugging types, there's a new script called bin/withlist which you
*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
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.