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 <[email protected]> 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 [email protected] and [email protected] 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 =========
