lint authored by anarcat's avatar anarcat
...@@ -82,7 +82,8 @@ To export a list public key you can do the following: ...@@ -82,7 +82,8 @@ To export a list public key you can do the following:
### Subscriptions management ### Subscriptions management
##### CLI daemon #### CLI daemon
Subscription are managed with the subscriptions command. Subscription are managed with the subscriptions command.
To subscribe a new user to a list do: To subscribe a new user to a list do:
...@@ -97,7 +98,7 @@ To designate (or undesignate) a list admin: ...@@ -97,7 +98,7 @@ To designate (or undesignate) a list admin:
sudo -u torschleuder schleuder-cli subscriptions set secret-team@lists.torproject.org person@torproject.org admin true sudo -u torschleuder schleuder-cli subscriptions set secret-team@lists.torproject.org person@torproject.org admin true
##### Email commands #### Email commands
Lists can also be administered via email commands sent to `listname-request@lists.torproject.org` (list name followed by `-request`). Available commands are described in the [Schleuder documentation for list-admins](https://schleuder.org/schleuder/docs/list-admins.html). Lists can also be administered via email commands sent to `listname-request@lists.torproject.org` (list name followed by `-request`). Available commands are described in the [Schleuder documentation for list-admins](https://schleuder.org/schleuder/docs/list-admins.html).
...@@ -111,6 +112,7 @@ x-add-key ...@@ -111,6 +112,7 @@ x-add-key
``` ```
You should receive a confirmation email similar to the following that the key was successfully added: You should receive a confirmation email similar to the following that the key was successfully added:
``` ```
This key was newly added: This key was newly added:
0x1234567890ABCDEF1234567890ABCDEF12345678 user@domain.tld 1970-01-01 [expires: 2080-01-01] 0x1234567890ABCDEF1234567890ABCDEF12345678 user@domain.tld 1970-01-01 [expires: 2080-01-01]
... ...
......