Washakie Wyoming wrote:
>
>I have two test lists setup, and everything seems to be working find
>through the web - so long as I have my selinux enforcing off (that's
>another issue). However, trying to run the bin/ commands I get the
>following output... anythoughts???
>
>[EMAIL PROTECTED] bin]# ./list_lists
>3 matching mailing lists found:
>    Mailman - Mailman site list
>       Test - [no description available]
>      Test1 - [no description available]
>[EMAIL PROTECTED] bin]# ./list_members Test1
>[EMAIL PROTECTED]
>[EMAIL PROTECTED] bin]# ./list_members Test
>[EMAIL PROTECTED]
>[EMAIL PROTECTED] bin]# ./list_admins Test
>No such list: Test
>[EMAIL PROTECTED] bin]# ./list_admins Test1
>No such list: Test1
>[EMAIL PROTECTED] bin]# ./list_owners Test
>Traceback (most recent call last):
>  File "./list_owners", line 120, in ?
>    main()
>  File "./list_owners", line 91, in main
>    mlist = MailList(listname, lock=0)
>  File "/usr/lib/mailman/Mailman/MailList.py", line 130, in __init__
>    self.Load()
>  File "/usr/lib/mailman/Mailman/MailList.py", line 616, in Load
>    raise Errors.MMUnknownListError
>Mailman.Errors.MMUnknownListError


This is a bug in list_admins and list_owners. list_lists shows you the
list's real_name attribute aka the pretty name, but the actual list
name is all lower case. These scripts should lower case the provided
name as does list_members. They will work if you use 'test' and
'test1' as the names.

Thanks for the report.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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