diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-09-18 19:18:34 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-09-18 19:18:34 -0700 |
commit | d97c21846a809213fdc4fa991c48b6292a779592 (patch) | |
tree | b5cd1dac787b752185b98b236f4247eb0a1f0b87 | |
parent | d5a48ae6a27174e6d9ce925d63b749b77db54582 (diff) | |
download | mailman2-d97c21846a809213fdc4fa991c48b6292a779592.tar.gz mailman2-d97c21846a809213fdc4fa991c48b6292a779592.tar.xz mailman2-d97c21846a809213fdc4fa991c48b6292a779592.zip |
Clean up some documentation wording.
-rwxr-xr-x | Mailman/Defaults.py.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 3bb9bc13..0e376e1c 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -131,12 +131,12 @@ SUBSCRIBE_FORM_SECRET = None # test. SUBSCRIBE_FORM_MIN_TIME = seconds(5) -# Installation wide ban list. This is a list, one entry per line, of email -# addresses and regexp patterns (beginning with ^) which are not allowed to -# subscribe to any lists in the installation. This supplements the individual -# list's ban_list. For example, to ban xxx@aol.com and any @gmail.com address -# beginning with yyy, set -# GLOBAL_BAN_LIST = ['xxx@aol.com', '^yyy.*@gmail.com'] +# Installation wide ban list. This is a list of email addresses and regexp +# patterns (beginning with ^) which are not allowed to subscribe to any lists +# in the installation. This supplements the individual list's ban_list. +# For example, to ban xxx@aol.com and any @gmail.com address beginning with +# yyy, set +# GLOBAL_BAN_LIST = ['xxx@aol.com', '^yyy.*@gmail\.com'] GLOBAL_BAN_LIST = [] # Command that is used to convert text/html parts into plain text. This |