Subject: The mailing list for listmasters using Sympa
List archive
[sympa-users] What scenario is necessary to let editors/moderators 'Manage subscribers'
- From: Hanne Moa <address@concealed>
- To: address@concealed
- Subject: [sympa-users] What scenario is necessary to let editors/moderators 'Manage subscribers'
- Date: Thu, 5 Mar 2009 11:49:04 +0100
In version 5.2b, the editors of a specific list were allowd to manage
the subscribers and had 'manage subscribers' in the left menu, under
admin. With 5.4.6 they can no longer do this. Here are the scenarios
used:
add:
title.gettext add performed by list editor/owner do not need authentication
is_owner([listname],[sender]) smtp,md5,smime -> do_it
is_editor([listname],[sender]) smtp,md5,smime -> do_it
is_listmaster([sender]) smtp -> request_auth
is_listmaster([sender]) md5,smime -> do_it
del:
title.gettext by editor/owner without authentication
is_owner([listname],[sender]) smtp,md5,smime -> do_it
is_editor([listname],[sender]) smtp,md5,smime -> do_it
is_listmaster([sender]) smtp -> request_auth
review:
title.gettext only owner/editor (and listmaster)
# only owner's may perform a review command
is_owner([listname],[sender]) smtp,md5,smime -> do_it
is_editor([listname],[sender]) smtp,md5,smime -> do_it
is_listmaster([sender]) smtp,md5,smime -> do_it
true() smtp,md5,smime ->
reject(reason='review_owner')
The owners and listmasters do have that menu!
HM
- [sympa-users] What scenario is necessary to let editors/moderators 'Manage subscribers', Hanne Moa, 03/05/2009
Archive powered by MHonArc 2.6.19+.