Ben Ostrowsky wrote: >I've created a mailing list called bentest. My bounce messages are going to >[EMAIL PROTECTED], but I don't remember telling this new >mailman server about a host named "snoopy". I did copy the list data over >from snoopy (which is our general email server, but not our mailing list >server). > >Several mailing lists' config.* files contain the string 'snoopy', but >bentest's config.* files do not, so I think I can rule that out. > >What's going on here, and how can I fix it?
One of two things. Assuming DEFAULT_EMAIL_HOST is not 'snoopy.tblc.org' either the host name part of the web_page_url attribute of the bentest list when looked up in the VIRTUAL_HOSTS dictionary (add_virtualhost) returns 'snoopy.tblc.org' or your outgoing MTA is changing the domain for the outside world. -- 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
