Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2021

  1. Add mailman2sympa migration script with my additions

    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 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4b31b18 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. mailman2sympa.sh: add notes for password

    - show notes about `upgrade_sympa_password.pl` run after users import
      (as users password imported as clear text and need to converted to
      hashes).
    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    fd01314 View commit details
    Browse the repository at this point in the history
  2. Changes: update

    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e973af0 View commit details
    Browse the repository at this point in the history
  3. BUGS: update

    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7c18aa2 View commit details
    Browse the repository at this point in the history
  4. README: convert to md

    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2964a66 View commit details
    Browse the repository at this point in the history
  5. TODO: update

    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    aba05fd View commit details
    Browse the repository at this point in the history
  6. awk: drop vim leftovers

    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2981612 View commit details
    Browse the repository at this point in the history
  7. scripts: remove mm2s_info

    - jq does the better job.
    LAKostis committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4cc01df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53e1b0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    008c01f View commit details
    Browse the repository at this point in the history