Dan Mashal wrote:

>Is there any way to change only one at a time (i.e. only the
>web_page_url) value while using the withlist/fix_url script?


No, it is designed to do both.


>For example I have the list using xxx.com but the list is hosted on
>mailman.yyy.com. 
>
> 
>
>How would I have a url host of mailman.yyy.com with the list using a
>hostname of xxx.com?


Properly configure your add_virtualhost directives in mm_cfg.py. E.g.

add_virtual_host(mailman.yyy.com, xxx.com)

Then when you run

bin/withlist -l -r fix_url <listname> -u mailman.yyy.com

it will set the host in web_page_url to mailman.yyy.com and host_name
to xxx.com.

If this is not possible, you can set web_page_url with fix_url and then
manually change host_name via the admin web interface, or you can set
web_page_url directly via config_list with an input file like for
example,

web_page_url = 'http://mailman.yyy.com/mailman/'

or you could do a similar thing with interactive withlist.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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&amp;file=faq01.027.htp

Reply via email to