summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-05-24 13:40:59 +0000
committerbwarsaw2002-05-24 13:40:59 +0000
commit1f645cb17e5bf728e11499f49f6f6e7a0c237bd3 (patch)
tree10622c68f81a881aea39967de801e4fb964a8986
parent51927a43061540a880363bee731699c69cfc9187 (diff)
downloadmailman-1f645cb17e5bf728e11499f49f6f6e7a0c237bd3.tar.gz
mailman-1f645cb17e5bf728e11499f49f6f6e7a0c237bd3.tar.zst
mailman-1f645cb17e5bf728e11499f49f6f6e7a0c237bd3.zip
-rw-r--r--Mailman/Defaults.py.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 5979ae645..5484123c1 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -110,11 +110,11 @@ HTML_TO_PLAIN_TEXT_COMMAND = '/usr/bin/lynx -dump %(filename)s'
# DEFAULT_HOST_NAME.
VIRTUAL_HOSTS = {}
-# When set, the listinfo web page overview of lists on the machine will be
+# When set, the listinfo and admin overviews of lists on the machine will be
# confined to only those lists whose web_page_url configuration option host is
# included within the URL by which the page is visited - only those "on the
-# virtual host". If unset, then all lists are included in the overview. The
-# admin page overview always includes all the lists.
+# virtual host". If unset, then all advertised (i.e. public) lists are
+# included in the overview.
VIRTUAL_HOST_OVERVIEW = 1