How to list all nonmembers from a list?
Hey there, I wanted to list all nonmembers from a list, I just can't find an easy way to do it.
For listing members of a list it is quite clear: mailman members $mylist
Is there a similar way for nonmembers!? Actually I'm pretty sure, that one can do it with the shell and I found some documentation on that. But I'm kind of a noob in these things and already tried a little around, but can't get anything to work: dump_members(mlist.nonmembers.members) from https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/model/docs/...
Help qould be highly appreciated, thanks in advance! Jens.
On 3/28/23 01:28, Jens Günther wrote:
Hey there, I wanted to list all nonmembers from a list, I just can't find an easy way to do it.
For listing members of a list it is quite clear: mailman members $mylist
Is there a similar way for nonmembers!?
mailman members --role nonmember $mylist
See
mailman members --help
for documentation of all the options.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Jens Günther
-
Mark Sapiro