My copy of that script was downloaded today…it’s an old version of mailman, though 2.1.12. updating’s on my to-do list, but that is a long list :-(
On Jun 28, 2021, at 3:21 PM, Mark Sapiro <[email protected]<mailto:[email protected]>> wrote: On 6/28/21 2:56 PM, Bruce Johnson wrote: Entering the list name in all lower case got it to work, which is odd since the script looks like it was supposed to do that. elif opt in ('-l', '--list'): arg = arg.lower() if not Utils.list_exists(arg): usage(1, _('Non-existent list: %(arg)s')) lists.append(arg) The `arg = arg.lower()` line was added to https://www.msapiro.net/scripts/non_members on 2021/04/12. Perhaps the version you are actually running is older than that. -- Mark Sapiro <[email protected]<mailto:[email protected]>> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected]<mailto:[email protected]> To unsubscribe send an email to [email protected]<mailto:[email protected]> https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/ -- Bruce Johnson University of Arizona College of Pharmacy Information Technology Group Institutions do not have opinions, merely customs ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
