Mailman lacks support for renaming a list. I need a workaround (lists do need to be renamed).
We can create a new list, copy its config, and subscribe all members of the old list to the new one (using the list_members
and add_members
command line utilities), but that doesn't copy any of the members' properties, such as passwords.
How to do that? The code base for Mailman 2.1.26 (as distributed by Ubuntu) doesn't appear to support it, but it's Python; any third-party attempts or insights on how to do it anyway are welcome.