[Mailman-Developers] Accessing the members of a list

2016-02-23 Thread Aditya Divekar
Hi, This is in regard to postorius. Is there a way by which I can access all the members of a list using its 'list_id' in the list.py file with/without creating a new client? The approach I tried was creating a client in the list.py file for this purpose and calling on the 'members()' function fr

Re: [Mailman-Developers] Accessing the members of a list

2016-02-23 Thread Harshit Bansal
> Hi, > > This is in regard to postorius. Is there a way by which I can access all > the members of a list using its 'list_id' in the list.py file with/without > creating a new client? > > The approach I tried was creating a client in the list.py file for this > purpose and calling on the 'members(