diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 53e0ad5c7..2489eb06e 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -26,9 +26,12 @@ this file, to override the distributed defaults with site-specific ones. import os -# The URL for Mailman sources, etc. - you probably don't want to change this. +# This is the Mailman homepage; you should not change it MAILMAN_URL = 'http://www.list.org/' +# The URL to the `Delivered by Mailman' image. +DELIVERED_BY_URL = '/images/mailman.gif' + # Many site-specific settings # DEFAULT_HOST_NAME = 'OVERRIDE.WITH.YOUR.MX.OR.HOST.NAME' |
