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 <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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&file=faq01.027.htp