[Mailman-Users] install issues - missing owner??

Mark Sapiro msapiro at value.net
Fri Mar 23 16:45:41 CET 2007


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???
>
>[root at localhost bin]# ./list_lists
>3 matching mailing lists found:
>    Mailman - Mailman site list
>       Test - [no description available]
>      Test1 - [no description available]
>[root at localhost bin]# ./list_members Test1
>washakie at juno.com
>[root at localhost bin]# ./list_members Test
>washakie at juno.com
>[root at localhost bin]# ./list_admins Test
>No such list: Test
>[root at localhost bin]# ./list_admins Test1
>No such list: Test1
>[root at localhost 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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list