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 --- Mailman/Defaults.py.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to '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