diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-08-01 11:54:34 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-08-01 11:54:34 -0700 |
commit | b6c23cf85d664236b4ad4d9252188eff6aa21875 (patch) | |
tree | 7b2b5566cd203f1fce4d79e18d011e92f1c816d2 /Mailman | |
parent | 7d029732195ae5f3feae24939f8956ee0c5a3965 (diff) | |
download | mailman2-b6c23cf85d664236b4ad4d9252188eff6aa21875.tar.gz mailman2-b6c23cf85d664236b4ad4d9252188eff6aa21875.tar.xz mailman2-b6c23cf85d664236b4ad4d9252188eff6aa21875.zip |
Added some notes to the distributed mm_cfg.py.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/mm_cfg.py.dist.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index dd977871..a5a206ac 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -33,6 +33,14 @@ line (see below). Note that these are just default settings; many can be overridden via the administrator and user interfaces on a per-list or per-user basis. +Also note that many of these settings will not be effective until Mailman +is restarted. Thus, you should always restart Mailman after changing this +file. + +Further, settings which relate to a list's host_name and web_page_url only +affect lists created after the change. For existing lists, see the FAQ at +<http://wiki.list.org/x/mIA9>. + """ ############################################### |