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