Re: [Mailman-Users] specifying the hostname

2003-09-06 Thread Klavs Klavsen
On fre, 2003-09-05 at 00:31, Jonathan Vanasco wrote: > I can't seem to find this anywhere in the Defaults.py mm_cfg.py or in > the archives: > > I'd like to specify the hostname somewhere. The hostname for the > machine is not the current http address -- so all the links that > mailman creates

Re: [Mailman-Users] specifying the hostname

2003-09-05 Thread Jonathan Vanasco
try this: /usr/local/mailman/bin/withlist -l -r fix_url LISTNAME --urlhost=URL replace LISTNAME and URL with what you need i *think* that will work. seems to solve some of my issues so far. I think it all has to do with web_host_url in Utils.py -- which seems to be the basis for mlist.Link

[Mailman-Users] specifying the hostname

2003-09-04 Thread Jonathan Vanasco
I can't seem to find this anywhere in the Defaults.py mm_cfg.py or in the archives: I'd like to specify the hostname somewhere. The hostname for the machine is not the current http address -- so all the links that mailman creates are incorrect Is there any way to do that? ---