diff options
| author | klm | 1998-05-04 17:00:32 +0000 |
|---|---|---|
| committer | klm | 1998-05-04 17:00:32 +0000 |
| commit | f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99 (patch) | |
| tree | 114627a43b04c342176ee644af4c4581210dcff9 /modules/mm_defaults.py | |
| parent | a7bb4fee3ae36f6edb86494da19d7c7502c5d678 (diff) | |
| download | mailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.tar.gz mailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.tar.zst mailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.zip | |
Diffstat (limited to 'modules/mm_defaults.py')
| -rw-r--r-- | modules/mm_defaults.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index f7ccd94df..d9850c818 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -8,12 +8,14 @@ this file, to override the distributed defaults with site-specific ones. import os -VERSION = '1.0b2' -__version__ = "$Revision: 495 $" +VERSION = '1.0b3' +__version__ = "$Revision: 510 $" + +# The URL for Mailman sources, etc. - you probably don't want to change this. +MAILMAN_URL = 'http://www.list.org/' # Many site-specific settings # -MAILMAN_URL = 'http://www.python.org/ftp/python/contrib/Network/mailman/' DEFAULT_HOST_NAME = 'OVERRIDE.WITH.YOUR.MX.OR.HOST.NAME' SMTPHOST = 'localhost' SENDMAIL_CMD = '/usr/lib/sendmail -f %s %s' # yours may be different |
