-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Mailman 2 relies on an end-of-life Python version and is effectively on life support. We should switch to Mailman 3.
This is a non-trivial change, since the architecture is quite different (a couple of Django web apps talking to a REST API server), and data (list information and archived emails) is stored in a database.
We'd need to be certain that we can reliably back up and restore such a system.
It would also be good to have a plan to keep the archive URLs working. This could go one of two ways:
- Keep the old Pipermail archives around.
- Determine the
Message-IDfor each pipermail URL, and to build a redirect map to equivalent HyperKitty archive URLs (which use a hash of the message ID).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog