Ñò
0¬dMc           @   s]   d  Z  d d k Td Z d Z d Z d Z d Z d Z e e e ƒ d Z	 d	 Z
 d	 Z d
 Z d S(   s÷  This is the module which takes your site-specific settings.

From a raw distribution it should be copied to mm_cfg.py.  If you
already have an mm_cfg.py, be careful to add in only the new settings
you want.  The complete set of distributed defaults, with annotation,
are in ./Defaults.  In mm_cfg, override only those you want to
change, after the

  from Defaults import *

line (see below).

Note that these are just default settings - many can be overridden via the
admin and user interfaces on a per-list or per-user basis.

Note also that some of the settings are resolved against the active list
setting by using the value as a format string against the
list-instance-object's dictionary - see the distributed value of
DEFAULT_MSG_FOOTER for an example.iÿÿÿÿ(   t   *t   mailmans   http://%s/cgi-bin/mailman/s   /cgi-bin/mailman/privates   /images/mailman/s   antiparos.zoo.ox.ac.ukt   eni    t   PostfixN(   t   __doc__t   Defaultst   MAILMAN_SITE_LISTt   DEFAULT_URL_PATTERNt   PRIVATE_ARCHIVE_URLt   IMAGE_LOGOSt   DEFAULT_EMAIL_HOSTt   DEFAULT_URL_HOSTt   add_virtualhostt   DEFAULT_SERVER_LANGUAGEt   USE_ENVELOPE_SENDERt   DEFAULT_SEND_REMINDERSt   MTA(    (    (    s"   /var/lib/mailman/Mailman/mm_cfg.pyt   <module>'   s   


