Thanks Mark, Patrick and Dragon. That is also the conclusion that I have arrived at. It is the listname-request list that was throwing us as to why it was appearing.
Now through my testing of that issue I have come up with something else that is a puzzle. I have virtual hosting enabled and setup for 8 different domains in the mm_cfg.py. All lists are working well. For the sake of explanation, let's say there are four list hosting domains: domain1.com, domain2.com, domain3.com and domain4.com. If I send a "lists" request to [EMAIL PROTECTED], I get the results for all advertised lists on domain1.com. If I send a "lists" request to [EMAIL PROTECTED], I get the results for all advertised lists on domain1.com. If I send a "lists" request to [EMAIL PROTECTED], I get the results for all advertised lists on domain1.com. If I send a "lists" request to [EMAIL PROTECTED], I get the results for all advertised lists on domain1.com. My mm_cfg.py is set up as: add_virtualhost(DEFAULT_URL_HOST, 'domain1.com') add_virtualhost(DEFAULT_EMAIL_HOST, 'domain1.com') add_virtualhost(DEFAULT_URL_HOST, 'domain2.com') add_virtualhost(DEFAULT_EMAIL_HOST, 'domain2.com') and so on ... Apparently only giving the results for the first domain in the lineup. Is it supposed to be that way or is there something that I am missing that is making it so that the request is not being fulfilled for the other domains? --Catherine At 01:01 PM 7/14/2006, Mark Sapiro wrote: >Dragon is correct. The code hasn't changed since 2002 and it only >reports 'advertised' lists with the one exception that if listx is >unadvertised, we show it anyway if you sent the command to >listx-request since you already are aware of that list. ------------------------------------------------------ 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&file=faq01.027.htp