From 81d4e35bcb83ff58e745e138c8a5e6fe368ea310 Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Tue, 12 Oct 2004 02:44:10 +0000 Subject: add reference to fix_url.py --- INSTALL | 3 +++ Mailman/Defaults.py.in | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index ea83e0cf..63eb0b60 100644 --- a/INSTALL +++ b/INSTALL @@ -435,6 +435,9 @@ http://sf.net/project/showfiles.php?group_id=103 add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) + Note that you will want to run bin/fix_url.py to change the domain + of an existing list. + 5. Customize Mailman diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index bb9d4e07..03da115b 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -146,6 +146,10 @@ def add_virtualhost(urlhost, emailhost=None): # And set the default add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) +# Note that you will want to run bin/fix_url.py to change the domain of an +# existing list. bin/fix_url.py must be run within the bin/withlist script, +# like so: bin/withlist -l -r bin/fix_url.py + ##### -- cgit v1.2.3