From 36e1aad3dab9d56d67d2f31a47f184361064791d Mon Sep 17 00:00:00 2001 From: наб Date: Fri, 17 Jul 2020 21:16:45 +0200 Subject: todo.sr.ht: narrow down who can submit what over e-mail --- todo.sr.ht/index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'todo.sr.ht/index.md') diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index 50d997d..c1e8a99 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -77,15 +77,16 @@ tracker are deleted as well. # Email access -Users can submit new tickets with their registered email -address by sending them to +Anyone with the "submit" permission can submit new tickets by sending them to `~username/tracker-name@todo.sr.ht`, or `u.username.tracker-name@todo.sr.ht` for poorly behaved MTAs. -Users can also add comments to tickets by writing to -`~username/tracker-name/ticket-id@todo.sr.ht`, or by replying to the -notification email. The last line of your email can be one of the following -commands: +Anyone with the "comment" permission can also add comments to tickets +by writing to `~username/tracker-name/ticket-id@todo.sr.ht`, +or by replying to the notification email. + +If you have the "triage" permission, +the last line of your email can be one of the following commands: - `!resolve `: closes the ticket with the given ticket resolution (one of `fixed`, `implemented`, `wont_fix`, `by_design`, `invalid`, -- cgit