summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Defaults.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 2489eb06e..f830aa35d 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -29,7 +29,8 @@ import os
# This is the Mailman homepage; you should not change it
MAILMAN_URL = 'http://www.list.org/'
-# The URL to the `Delivered by Mailman' image.
+# The URL to the `Delivered by Mailman' image. This will be inserted verbatim
+# in an href. Set to 0 to disable using an img tag.
DELIVERED_BY_URL = '/images/mailman.gif'
# Many site-specific settings #