On Thu, Dec 26, 2024 at 1:27 AM Mark Sapiro <mark@msapiro.net> wrote:
On December 25, 2024 2:01:27 PM PST, Odhiambo Washington via Mailman-users <mailman-users@mailman3.org> wrote:
members --role nonmember LISTSPEC | wc -l 13
What do you get if you do
mailman shell -l LISTSPEC ... >>> len(list(m.nonmembers.members))
(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
In [2]:
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]