Add guide for archiving mailing lists

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-04-15 11:16:31 +02:00
parent 89542286ca
commit cfb2862a2b
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
= How to archive mailing list
[NOTE]
====
You need to be mailman admin to be able to follow this guide.
====
. Go to the link:https://lists.fedoraproject.org/admin/lists/[mailman site]
on the top right corner select `Sign In`
+
Do not login through the username and password fields, login using the
third party `Fedora` link to assume fas permissions
+
. Find the mailing list you want to archive and click on it
. Set settings -> list identity -> to have [ARCHIVED] at the end of the display name
. Save changes
. Set settings -> message acceptance -> reject with notification (you need to do this twice)
. Save changes
. Set settings -> subscription policy -> confirm then moderate
. Save changes

View file

@ -190,6 +190,7 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
In this section is list of guides for common tasks that are done in Fedora Infrastructure. In this section is list of guides for common tasks that are done in Fedora Infrastructure.
* xref:howtos:access_rabbitmq_ui.adoc[How to access the rabbitmq administrative UI] * xref:howtos:access_rabbitmq_ui.adoc[How to access the rabbitmq administrative UI]
* xref:howtos:archive_list.adoc[How to Archive mailing list]
* xref:howtos:archive-old-fedora.adoc[How to Archive Old Fedora Releases] * xref:howtos:archive-old-fedora.adoc[How to Archive Old Fedora Releases]
* xref:howtos:add_a_package_to_infra_tag.adoc[How to add a package to an infra tag] * xref:howtos:add_a_package_to_infra_tag.adoc[How to add a package to an infra tag]
* xref:howtos:add_external_hardware_to_vpn.adoc[Add external servers to vpn] * xref:howtos:add_external_hardware_to_vpn.adoc[Add external servers to vpn]