I am converting most of our Majordomo lists to Mailman.  After I
converted one list, the list administrator sent the command

     who LISTNAME

to the converted list.  It was not caught as administrivia.  In the
2.1.9 source Utils.py, I see 

ADMINDATA = {
    # admin keyword: (minimum #args, maximum #args)
    ...
    'who':         (0, 0),

Is there a reason why the max #args for "who" is not set to 1 or 2 to
catch these commands?

     who password listname
     who listname
     who listname address=<address>

Is it because the revised code would catch this (and similar) lines:

     Who is it?

Thanks.
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 222, Room D209              Internet: [EMAIL PROTECTED]
Argonne, IL   60439-4828             IBMMAIL:  I1004994

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to