summaryrefslogtreecommitdiff
path: root/modules/mm_cfg.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Checked-in mm_cfg.py moved to mm_cfg.py.dist, so it never clobbersmailman1998-03-051-34/+0
| | | | | site's customized version. New sites can use mm_cfg.py.dist as an example, conversely.
* Preparing to move mm_cfg.py to mm_cfg.py.dist, so a basline copy ismailman1998-03-051-9/+12
| | | | | distributed as an example, and with instructions in the file, but it never clobbers the sites configured version.
* Moved default settings to mm_defaults, for distribution. mm_cfg.pymailman1998-03-051-112/+13
| | | | will be used for setting the site-specific values for these defaults.
* Spread out the default footer a bit.mailman1998-02-271-3/+4
| | | | Increased max_number_recipients default val from 5 to 10.
* Up version to 1.0b1.1 (from 1.0b1).mailman1998-02-261-12/+93
| | | | | | | | | | | | | | | | | Established entries for default settings for all significant maillist parameters in this file. Other files should import this file and set their parameters from the defaults defined here. This way, mailman installers (ideally) need only go through this file to configure the defaults for all lists, archival, etc. RECTIFY my confusion about the *_URL settings: For john on list.org, "http://%s" % DEFAULT_HOST_NAME is fine even though the default_host_name is an MX address - ie, unqualified domain name - because of the unusual (i think) way his dns is done. However, it does *not* work on sites that don't use the MX address for the web server host name, which is the case at python.org (and most places, i expect).
* Make MAILMAN_OWNER a person, not the system.mailman1998-02-251-1/+1
|
* Belatedly reflecting migration to being central python.org server.mailman1998-02-221-2/+2
|
* Local site configuration.klm1998-02-151-3/+3
|
* Initial revisionklm1998-01-061-0/+48