You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If action is -log, ezmlm-manage will reply with the contents of the Log file with the same access restrictions as for the -list action.
Given a list that has enabled list/modcanlist (or calls ezmlm-manage with -l), one of the following two conditions must be true to allow retrieval of the subscriber list with the -list action:
subscription moderation is enabled via list/modsub
remote administration is enable via list/remote
However, you currently must enable list/remote to retrieve the Log file of the list with the -log action; having list/modsub does not work, so it's not true that both actions have "the same access restrictions".
From
ezmlm-manage.1
:Given a list that has enabled
list/modcanlist
(or callsezmlm-manage
with-l
), one of the following two conditions must be true to allow retrieval of the subscriber list with the-list
action:list/modsub
list/remote
However, you currently must enable
list/remote
to retrieve the Log file of the list with the-log
action; havinglist/modsub
does not work, so it's not true that both actions have "the same access restrictions".From
do_list
inezmlm-manage.c
:From
do_log
inezmlm-manage.c
:The text was updated successfully, but these errors were encountered: