-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mailman2sympa migration script with my additions #16
base: master
Are you sure you want to change the base?
Conversation
mailman2sympa 0.7, Konstantin Lepikhov - Nov 2020 + rewrote configuration parsing (use python unpickle) + import list info (if exists) + don't import if list host_name doesn't match + handle unicode names for users/subscribers
@LAKostis , thank you for adding migration from Mailman! There are a few points not very essential:
|
- show notes about `upgrade_sympa_password.pl` run after users import (as users password imported as clear text and need to converted to hashes).
- jq does the better job.
done! |
@LAKostis you made this PR quite a while ago(2021), but I see you have also made some additional updates since then(2023). This important tool is still missing from the sympa-contrib repo and I would like to be able to point people at it. Is this still ok to merge as is? Anything that needs to change? BTW the older 0.6 version is still listed with tgz on the older sympa website here but it's not mentioned anywhere I could find on sympa.community. |
@taggart Yes, It's been a while since this MR was offered and I have an updated version already with additions from other people. I can revisit this MR or someone can put a link to my repo instead. I don't have any mailman installations now, so maybe just merge it here will be the best option. |
mailman2sympa 0.7, Konstantin Lepikhov - Nov 2020