On 12/25/24 15:02, Odhiambo Washington via Mailman-users wrote:
(venv) mailman@eu:~$ mailman shell -l LISTSPEC Welcome to the GNU Mailman shell Use commit() to commit changes. Use abort() to discard changes since the last commit. Exit with ctrl+D does an implicit commit() but exit() does not. The variable 'm' is the LISTSPEC mailing list In [1]: len(list(m.nonmembers.members)) Out[1]: 873
Then it appears that your version of mailman/commands/cli_members is broken. Compare it to https://gitlab.com/mailman/mailman/-/raw/master/src/mailman/commands/cli_members.py
-- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/6PJKBYP3KF4NG4AKKIZCUCKIMR7VHOWR/ This message sent to [email protected]
