diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 8 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 8 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index f7ccd94df..d9850c818 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -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 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 diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index f7ccd94df..d9850c818 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -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 |
