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 
<m...@msapiro.net<mailto:m...@msapiro.net>> 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 <m...@msapiro.net<mailto:m...@msapiro.net>>        The highway is 
for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- 
mailman-users@python.org<mailto:mailman-users@python.org>
To unsubscribe send an email to 
mailman-users-le...@python.org<mailto:mailman-users-le...@python.org>
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/mailman-users@python.org/
  https://mail.python.org/archives/list/mailman-users@python.org/

--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group

Institutions do not have opinions, merely customs

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
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/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to