summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorviega1998-05-26 03:04:35 +0000
committerviega1998-05-26 03:04:35 +0000
commit2f8aee333c15ef55e81d1702c9c477f688221d10 (patch)
tree365b1fb5706e2434481dde56c5b49ed16f2ede14 /Mailman/Defaults.py.in
parentef2aa7700d411436be32e36478cbda2395652df3 (diff)
downloadmailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.gz
mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.zst
mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.zip
Fixed a typo in the zipcode.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index ab2a35154..62006ae56 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Distributed default settings for significant mailman config variables.
@@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones.
import os
VERSION = '1.0b3'
-__version__ = "$Revision: 545 $"
+__version__ = "$Revision: 547 $"
# The URL for Mailman sources, etc. - you probably don't want to change this.
MAILMAN_URL = 'http://www.list.org/'