summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2003-10-10 04:21:45 +0000
committerbwarsaw2003-10-10 04:21:45 +0000
commitd6ec7faaa18eb1dae3e04d0f2d289332e1fe6581 (patch)
tree2f9b7fc1bb5bc3d5e0b77d4ef51bcd207ea3f656
parent69bbc29924ae6cc04adb3a7eda12f39185a01e6e (diff)
downloadmailman-d6ec7faaa18eb1dae3e04d0f2d289332e1fe6581.tar.gz
mailman-d6ec7faaa18eb1dae3e04d0f2d289332e1fe6581.tar.zst
mailman-d6ec7faaa18eb1dae3e04d0f2d289332e1fe6581.zip
-rw-r--r--Mailman/Defaults.py.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index a9144afa3..de6aeeabd 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -188,6 +188,16 @@ WEB_VLINK_COLOR = '' # If true, forces VLINK=
WEB_HIGHLIGHT_COLOR = '#dddddd' # If true, alternating rows
# in listinfo & admin display
+# The driver script prints out a lot of information when a Mailman bug is
+# encountered. This really helps for development, but it also reveals
+# information about the host system that some administrators are not
+# comfortable with. By setting STEALTH_MODE to On, you disable the printing
+# of this information on the web pages. Set STEALTH_MODE to Off to enable
+# better debugging. This information is still, and always, printed in the
+# error logs.
+STEALTH_MODE = On
+
+
#####
# Archive defaults