After much experimentation, I've discovered that the best I can do seems to be a situation in which the list mailto addresses and URLs are correct if I create a list with bin/newlist, but will be wrong if created through the web interface.
I have the following settings: DEFAULT_EMAIL_HOST = 'caerllewys.net' DEFAULT_URL_HOST = 'www.caerllewys.net' DEFAULT_URL_PATTERN = 'http://%s/mailman/' add_virtualhost('caerllewys.net','www.caerllewys.net') VIRTUAL_HOST_OVERVIEW = 0 If I create a list with newlist, I get... ----- To post to this list, send your email to: [EMAIL PROTECTED] General information about the mailing list is at: http://www.caerllewys.net/mailman/listinfo/test ----- ...etc, and all the addresses and URLs in the headers are likewise correct... ----- List-Post: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://www.caerllewys.net/mailman/listinfo/test>, <mailto:[EMAIL PROTECTED]> ----- However, if I create my list through the web interface, I get instead something like this... ----- To post to this list, send your email to: [EMAIL PROTECTED] General information about the mailing list is at: http://caerllewys.net/mailman/listinfo/test2 ----- ...and the headers look like this... ----- List-Post: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://caerllewys.net/mailman/listinfo/test2>, <mailto:[EMAIL PROTECTED]> ----- Can anyone: (1) offer a theory as to why this disparity should be present? (2) offer any suggestions for how to fix it? -- .********* Fight Back! It may not be just YOUR life at risk. *********. : phil stracchino : unix ronin : renaissance man : mystic zen biker geek : : [EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED] : : 2000 CBR929RR, 1991 VFR750F3 (foully murdered), 1986 VF500F (sold) : : Linux Now! ...Because friends don't let friends use Microsoft. : ------------------------------------------------------ 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
