[Mailman-Users] Problem in gateway_to_mail processing

Mark Sapiro msapiro at value.net
Sun Aug 21 21:05:40 CEST 2005


Martin Wolske wrote:
>
>I've followed through the code to see where, in Site.py, it checks for 
>lists in the mm_cfg.py default directory.  The lists are all in the same 
>directory tree.  They all show up in the list_lists listing.  Why would 
>it be that Utils.list_names might be listing only a subset of our 
>lists?

Both cron/gate_news and bin/list_lists use the Utils.list_names()
method to obtain the set of list names. I doubt that the results would
not be the same in each case.

I'm grasping at straws here, but you might try changing

    for listname in Utils.list_names():

in process_lists in gate_news to something like

    names = Utils.list_names()
    for listname in names:

and maybe adding some more debug logging.

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