From ce5bf68ad6af4c795af19de682655fadbf46e4c9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 3 Mar 2020 10:22:49 +0100 Subject: [PATCH] Add howto create new mailing lists Signed-off-by: Pierre-Yves Chibon --- create_new_mailing_list.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 create_new_mailing_list.md diff --git a/create_new_mailing_list.md b/create_new_mailing_list.md new file mode 100644 index 0000000..f2e4fea --- /dev/null +++ b/create_new_mailing_list.md @@ -0,0 +1,13 @@ +# Creating a new mailing list + +* Log into mailman01.phx2.fedoraproject.org +* Run the following command: + +```` +sudo -u mailman mailman3 create @lists.fedora(project|hosted).org --owner @fedoraproject.org --notify +```` + +Note that list names should make sense, and not contain the words 'fedora' +or 'list' - the fact that it has to do with Fedora and that it's a list +are both obvious from the domain of the email address. +