aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-06-10 22:05:32 +0200
committerRalf Jung <post@ralfj.de>2019-06-10 22:05:32 +0200
commit496e59f4cc7b4db11a26bfc6ad70bc395f1ffce6 (patch)
tree3650e82b4b601c59facb6df124ec3bf83d73f644 /Mailman/Defaults.py.in
parent4348ac442749ad4b68dca81c223d8ba8070e654d (diff)
downloadmailman2-496e59f4cc7b4db11a26bfc6ad70bc395f1ffce6.tar.gz
mailman2-496e59f4cc7b4db11a26bfc6ad70bc395f1ffce6.tar.xz
mailman2-496e59f4cc7b4db11a26bfc6ad70bc395f1ffce6.zip
Mention in the docs that 'en' is used as the default key
Diffstat (limited to 'Mailman/Defaults.py.in')
-rwxr-xr-xMailman/Defaults.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 6f645953..401dadc3 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -138,6 +138,7 @@ SUBSCRIBE_FORM_MIN_TIME = seconds(5)
# CAPTCHAS = {
# 'en': [
# ('What is two times six?', '(12|twelve)'),
+# ('What is this mailing list software called?', '[Mm]ailman'),
# ],
# 'de': [
# ('Was ist 3 mal 6?', '(18|achtzehn)'),
@@ -145,6 +146,8 @@ SUBSCRIBE_FORM_MIN_TIME = seconds(5)
# }
# The regular expression must match the full string, i.e., it is implicitly
# acting as if it had "^" in the beginning and "$" at the end.
+# An 'en' key must be present and is used as fall-back if there are no questions
+# for the currently set language.
CAPTCHAS = None
# Use Google reCAPTCHA to protect the subscription form from spam bots. The