On Wed, Jan 2, 2019, at 10:45 PM, Alan So wrote:
Thanks for the advice. It works.
Actually I am looking for ways to remove non-members since it seems that we cannot do so through the mailman client. Any pointer to related documentation? The closest one seems to be https://mailman.readthedocs.io/en/latest/src/mailman/commands/docs/members.h... but it only talk about adding members.
You can remove non-members using Mailman Client, it is less documented though.
https://mailmanclient.readthedocs.io/en/latest/src/mailmanclient/docs/apiref...
MailingList.remove_role('nonmember', 'email_address@example.com')
This will remove the nonmember you want.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)