| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Mailman is now sendmail independant, except that it spits out
sendmail aliases w/ newlist...
|
| | |
|
| |
|
|
|
|
|
|
| |
Removed RCS crud
Removed HOME_DIR and MAILMAN_DIR variables. Users should not need to
modify these anymore, since configure will calculate these correctly
and put them into the generated mm_defaults.py file.
|
| | |
|
| |
|
|
|
|
|
| |
do so.
Added a copy of the GNU GPL.
Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
|
| |
|
|
| |
whatever mail delivery agent is there.
|
| | |
|
| |
|
|
| |
settings.
|
| | |
|
| |
|
|
| |
location.
|
| |
|
|
| |
DEFAULT_HOST_NAME!
|
| | |
|
| |
|
|
|
| |
distributed as an example, and with instructions in the file, but it
never clobbers the sites configured version.
|
| |
|
|
| |
will be used for setting the site-specific values for these defaults.
|
| |
|
|
| |
Increased max_number_recipients default val from 5 to 10.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| | |
|
| | |
|
| | |
|
| |
|