On 01/05/2014 09:24 AM, Tanstaafl wrote:
> 
> Mark - the only setting that changed on mine is the DEFAULT_URL_PATTERN,
> but I'm guessing I still need to do the full command.
> 
> So, before I do something dumb and blindly run the command and possibly
> mess up my lists (that seem to be working fine), I simply cd to the /bin
> directory, and run:
> 
> bin/withlist -l -a -r fix_url -- [fix_url options]
> 
> ?
> 
> Or do I need to actually specify something for the word 'options'?


[fix_url options] in the above stands for those options (i.e., -u HOST
and/or -v) you might want to specify to fix_url.

Assuming you have only one URL domain and email domain and they are
properly set as DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST, what you need
to run after changing DEFAULT_URL_PATTERN is just

bin/withlist -l -a -r fix_url

or to see what it's doing

bin/withlist -l -a -r fix_url -- -v

(the -- separates the fix_url options from the withlist options).

If you have multiple virtual hosts, it's more complicated. You need to run

bin/withlist -l -r fix_url LISTNAME -u HOSTNAME

where LISTNAME is a list name and HOSTNAME is the URL host for that list
separately for each list.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to