summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-05-04 17:00:32 +0000
committerklm1998-05-04 17:00:32 +0000
commitf0082bedc02dc5ed43dbd316d2e229d9c9a1cb99 (patch)
tree114627a43b04c342176ee644af4c4581210dcff9
parenta7bb4fee3ae36f6edb86494da19d7c7502c5d678 (diff)
downloadmailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.tar.gz
mailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.tar.zst
mailman-f0082bedc02dc5ed43dbd316d2e229d9c9a1cb99.zip
Incremented version to 1.0b3.
Changed mailman URL to point to john's site, and included a comment explaining what it is for.
-rw-r--r--Mailman/Defaults.py.in8
-rw-r--r--modules/mm_defaults.py8
-rw-r--r--modules/mm_defaults.py.in8
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