# -*- python -*-

#######################################################
#    Here's where we get the distributed defaults.    #

from Defaults import *

#######################################################
# Put YOUR site-specific configuration below.         #
# See Defaults.py for explanations of the values.     #

DEFAULT_EMAIL_HOST = 'www.newt.com'
DEFAULT_URL_HOST = DEFAULT_EMAIL_HOST
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
DEFAULT_SERVER_LANGUAGE = 'en'
IMAGE_LOGOS = '/images/mailman/'

# Note - if you're looking for something that is imported from mm_cfg, but you
# didn't find it above, it's probably in Defaults.py.
