aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-02-26 14:02:44 -0800
committerMark Sapiro <mark@msapiro.net>2016-02-26 14:02:44 -0800
commit1833e1e51f4994d733c4ef3fca7c6ef7a4fd519e (patch)
tree29a34d980182bca4963a7cb7041f533b4d8be27a /Mailman/Defaults.py.in
parenta31d04a8b2bd1480cf774b00aeb8b1deb6469291 (diff)
downloadmailman2-1833e1e51f4994d733c4ef3fca7c6ef7a4fd519e.tar.gz
mailman2-1833e1e51f4994d733c4ef3fca7c6ef7a4fd519e.tar.xz
mailman2-1833e1e51f4994d733c4ef3fca7c6ef7a4fd519e.zip
Minor documentation clean up.
Diffstat (limited to '')
-rwxr-xr-xMailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 4881bbba..06b3e0ad 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -136,7 +136,7 @@ SUBSCRIBE_FORM_MIN_TIME = seconds(5)
# 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 = ['xxx@aol.com', '^yyy.*@gmail\.com$']
GLOBAL_BAN_LIST = []
# Command that is used to convert text/html parts into plain text. This