On Sun, Aug 08, 2004 at 01:28:44PM -0700, Erin Dalzell wrote:

> >I have a mailing list set up at 
> >http://www.thedalzells.org/mailman/listinfo/canuck_hlp_pb. When you 
> >click on the archive link, it trys to take you to 
> >http://s0106000c41832a90.vc.shawcable.net/pipermail/canuck_hlp_pb/. 
> >Where is it getting that host name from?

It comes from your IP address; ie,

[EMAIL PROTECTED]:~>host www.thedalzells.org
www.thedalzells.org has address 24.85.231.47

[EMAIL PROTECTED]:~>host 24.85.231.47
47.231.85.24.in-addr.arpa domain name pointer S0106000c41832a90.vc.shawcable.net.

> >In my mm_cfg.py file I have:
> >##################################################
> ># Put YOUR site-specific settings below this line.
> >MTA = "Postfix"
> >IMAGE_LOGOS = '/icons/'
> >DEFAULT_HOST_NAME = 'thedalzells.org'
> >DEFAULT_URL = 'http://www.thedalzells.org/mailman/'

You should probably add the following:

DEFAULT_URL_HOST = 'www.thedalzells.org';

See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp>. 

George
-- 
[EMAIL PROTECTED]

Attachment: pgpUpyef48vZY.pgp
Description: PGP signature

------------------------------------------------------
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/

Reply via email to