Mark Sapiro <[EMAIL PROTECTED]> probably said: > Try the following tests:
> >>> Utils.get_domain() > (should return 'www.pir.net') > >>> Utils.get_site_email() > (should return '[EMAIL PROTECTED]') > >>> mm_cfg.VIRTUAL_HOSTS > (should return {'www.pir.net': 'list.pir.net'} All return as they should. Even this returns correctly: >>> from Mailman.Utils import get_domain >>> mm_cfg.VIRTUAL_HOSTS.get(get_domain(), get_domain()) 'list.pir.net' Now if I back out my patch and retry sending mail to owners it works just fine. Makes me really puzzled. My best guess is I changed the mm_cfg.py file from when I had the bad entries in, post-upgrade, and afterwards only processes not in the mailman group that couldn't write to Mailman/mm_cfg.pyc were run until I was done testing... but my MTA is in mailman group and runs the wrapper as mailman/malman so that doesn't make much sense. Very odd. Thanks for the debugging help, though. P. -- pir ------------------------------------------------------ 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