You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/01/10 17:22:16 UTC

[whimsy] 02/12: Some thoughts on auth

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch mod-gui
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit a89a42c520d8818c7dc11287bda531544ab0fe5f
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 9 16:57:46 2019 +0000

    Some thoughts on auth
---
 www/moderation/desk/README | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/www/moderation/desk/README b/www/moderation/desk/README
index 2950859..f60dfbd 100644
--- a/www/moderation/desk/README
+++ b/www/moderation/desk/README
@@ -62,7 +62,16 @@ spam is unfortunately not readily detectable]
 
 Authentication
 ==============
-TBA
+The app needs to know which messages are intended for public lists and which are not.
+
+The deliver script could be passed a parameter to say which messages are public/private.
+e.g. there would be two Whimsy email recipients, e.g. mod-private@ and mod-public@
+These would be added as moderators for private/public lists, similarly to way the subscribers
+private@mbox-vm.apache.org and archiver@mbox-vm.apache.org are used.
+A message marked as private would require membership of the relevant PMC.
+(Private apache.org lists would presumably require ASF membership)
+
+TBC
 
 Filtering
 =========