--- title: lists.code.netlandish.com docs --- [lists.code.netlandish.com][lists] is the code.netlandish.com mailing list service. [lists]: https://lists.code.netlandish.com **Note:** This document was taken from the [sourcehut documentation][srht]. It's been adapted to fit our setup where appropriate. [srht]: https://man.sr.ht/lists.sr.ht/ # New to mailing lists? We have some resources for you: - [Mailing list etiquette](etiquette.md) If you plan on contributing patches, we also have these guides: - [Using git-send-email for sending and reviewing patches](../git/email.md) - [Using hg-email for sending and retrieving patches](../hg/email.md) # lists.code.netlandish.com manual The following sections document various features of lists.code.netlandish.com. # Posting You may post to a list that you have posting permissions on by writing a plaintext email to `~user/list-name@lists.code.netlandish.com`. If your MTA doesn't support characters like ~ and / in emails, please write to postmaster@your-mta.com asking them to fix the bug, then use `u.username.list-name@lists.code.netlandish.com` instead. # Email controls You may subscribe to any list by emailing `~user/list-name+subscribe@lists.code.netlandish.com`. You may unsubscribe with `+unsubscribe`. You may post new threads to this list by writing to the address with no `+` command. # Dashboard Your [dashboard][lists] shows you recent emails on mailing lists you're subscribed to. You can reply to one by clicking the author's name, or view the thread by clicking the subject. # Profile Your public profile page shows a feed of emails authored by you, as well as a list of mailing lists you administrate. Like the dashboard, emails can be replied to by clicking the authors name and you can view the thread by clicking the subject. # Archive Each list shows a list of archives, sorted by which has seen the most recent activity. In each thread's heading, you can see the number of participants, number of replies, and subject of the initial message. Click the subject to see the full thread. ## Search filters List archives can be searched using the search bar at the top. Filters that can be used include: - `from:` the author of the message. Use `me` to search for messages sent by yourself - `is:patch` only show messages that contain a patch - `In-Reply-To:` show messages that are replies to a given message ID - `message-id:` find message with a given message ID - Other arbitrary mail headers can be used Search terms can be surrounded by double-quotes to return exact matches. # Threads Email threads can become trees as participants reply to different messages. In the simple case of a linear thread, you will see replies written linearly. However, if a thread becomes split, you may see several linear trees of discussion form. To reply to a message, click the author's email address. ## Downloading messages Additionally, messages in the thread can be downloaded in raw form, either individually or as a whole in an mbox format. This is useful for applying submitted patches via `git am`/`hg import` among other uses. Raw individual messages can be found by clicking on "Details" and following the link there. Mbox files can be downloaded by clicking on "Export thread (mbox)" on the sidebar. # List Administration List access controls are available on your list settings, which can be accessed with the "List settings" button on the list archive. The controls are fine-grained enough to support many access scenarios, here are some examples: ## Announcement lists A list that only you can write to is useful for announcements. Remove all user's "post" and "reply" permissions to prevent them from submitting - owners are always able to post. You can optionally leave the "reply" permission enabled to allow people to respond to announcements, but be aware that their responses will be sent out to all subscribers, which is usually undesirable for low-volume announcement lists. ## Write-only security lists If you want a mailing list where people can write to you about security vulnerabilities in your software, you can remove the "browse" permission without removing the "post" or "reply" permissions from the list. This will allow people to send emails to the list, but not view the archives or subscribe.