[Mailman-Developers] [Mailman CLI Project] Subscription and Membership related Actions

Abhilash Raj raj.abhilash1 at gmail.com
Fri Jun 6 13:49:56 CEST 2014


Hi Rajeev,
On Fri, 6 Jun 2014 15:54:03 +0530
Rajeev S <rajeevs1992 at gmail.com> wrote:
>  The `list members of a list` feature is currently available as a part of
> the users module, that takes list name as an argument.
> 
> 
>   show user –list list at domain.org
> 
> 
>    This does not print the names of the list owners and moderators who are
> not members of the list by default. They can be added to the list by
> appending the `list.owners` and `list.moderators` to the member list. Is
> there a necessity of a new command under the `list` scope that does the
> same function?
> 
> 
>  show-members list list at domain.org

I think it would be more intuitive to have this command in list scope
rather than user scope. And anyway list scope must have a command to
list all subscribers.

>    1.
> 
>    Subscribe/Unsubscribe users from a list
> 
>  The commands suitably belongs to the user scope
> 
> 
>  subscribe user foo at bar.com –list list at domain.org
> 
> unsubscribe user foo at bar.com –list list at domain.org

Could it be used somehow to subscribe or unsubscribe more than one
user? If it was like 

`subscribe list list at domain.org --user/users user1/user1,user2,user3`.

Or maybe some other way to do it in user scope itself?

-- 
thanks,
Abhilash Raj


More information about the Mailman-Developers mailing list