summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaz <paz@schleuder.org>2021-02-21 07:46:16 +0000
committerpaz <paz@schleuder.org>2021-02-21 07:46:16 +0000
commitb3a2b27e8dbf986ab9646827a8734eeeef5f89c5 (patch)
tree51bd68cb69659f08e78d201b081ce6e6a374e3bb
parent4c9865669d3cceb80bf0783aef74cc33ffa3770a (diff)
parent0b0a081fb42f429756af0e044149d7a300343551 (diff)
Merge branch 'master' into 'master'
Update x-subscribe documentation for list-admins See merge request schleuder/schleuder-website!94
-rw-r--r--schleuder/docs/list-admins.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/schleuder/docs/list-admins.md b/schleuder/docs/list-admins.md
index e9b9e25..249727e 100644
--- a/schleuder/docs/list-admins.md
+++ b/schleuder/docs/list-admins.md
@@ -14,8 +14,8 @@ These keywords must be send to `foo-request@hostname`. They are used to get info
**x-list-subscriptions**
: List all subscriptions.
-**x-subscribe:** person@example.org 0x12345678DEADBEEF12345678DEADBEEF12345678
-: Subscribe the given address and assign it the given OpenPGP-fingerprint.
+**x-subscribe:** person@example.org 0x12345678DEADBEEF12345678DEADBEEF12345678 false true
+: Subscribe the given email address and assign it the given OpenPGP fingerprint. The last two arguments can be omitted and will default to "false true": do not give the given email address administration permissions and enable email delivery.
**x-unsubscribe:** person@example.org
: Unsubscribe the given address. It is not possible to unsubscribe the last admin of a list.