Question #695864 on mailman in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/mailman/+question/695864
Status: Open => Answered
Manfred Hampl proposed the following answer:
What the script above does is: create a single password, and then start
the command to go through all lists with this one password.
If you want to have a different password for each list, then you have to
do the password generation inside the script, either by calling some
"random" or "secrets" functions or by opening a shell (e.g. with
subprocess.run) for the "pwgen -sB 15 1" command from inside python.
--
You received this question notification because your team Mailman Coders
is an answer contact for mailman in Ubuntu.
_______________________________________________
Mailman-coders mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-coders.python.org/
Member address: [email protected]