summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkikuchi2005-08-27 01:54:05 +0000
committertkikuchi2005-08-27 01:54:05 +0000
commit2a6084d03b96f87af153b663cf3dd4776e7e37fb (patch)
tree51351436e2be471f3d48ed13239d436091001864
parent7a8566796782dd099451b012d3d6e3f63257bf99 (diff)
downloadmailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.gz
mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.zst
mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.zip
-rw-r--r--ACKNOWLEDGMENTS2
-rw-r--r--BUGS2
-rw-r--r--FAQ2
-rw-r--r--INSTALL2
-rw-r--r--Mailman/Archiver/Archiver.py2
-rw-r--r--Mailman/Archiver/HyperArch.py2
-rw-r--r--Mailman/Archiver/HyperDatabase.py2
-rw-r--r--Mailman/Archiver/Makefile.in2
-rw-r--r--Mailman/Archiver/__init__.py2
-rw-r--r--Mailman/Autoresponder.py2
-rw-r--r--Mailman/BDBMemberAdaptor.py2
-rw-r--r--Mailman/Bouncer.py2
-rw-r--r--Mailman/Bouncers/BouncerAPI.py2
-rw-r--r--Mailman/Bouncers/Caiwireless.py2
-rw-r--r--Mailman/Bouncers/Compuserve.py2
-rw-r--r--Mailman/Bouncers/DSN.py2
-rw-r--r--Mailman/Bouncers/Exchange.py2
-rw-r--r--Mailman/Bouncers/Exim.py2
-rw-r--r--Mailman/Bouncers/GroupWise.py2
-rw-r--r--Mailman/Bouncers/LLNL.py2
-rw-r--r--Mailman/Bouncers/Makefile.in2
-rw-r--r--Mailman/Bouncers/Microsoft.py2
-rw-r--r--Mailman/Bouncers/Netscape.py2
-rw-r--r--Mailman/Bouncers/Postfix.py2
-rw-r--r--Mailman/Bouncers/Qmail.py2
-rw-r--r--Mailman/Bouncers/SMTP32.py2
-rw-r--r--Mailman/Bouncers/SimpleMatch.py2
-rw-r--r--Mailman/Bouncers/SimpleWarning.py2
-rw-r--r--Mailman/Bouncers/Sina.py2
-rw-r--r--Mailman/Bouncers/Yahoo.py2
-rw-r--r--Mailman/Bouncers/Yale.py2
-rw-r--r--Mailman/Bouncers/__init__.py2
-rw-r--r--Mailman/Cgi/Auth.py2
-rw-r--r--Mailman/Cgi/Makefile.in2
-rw-r--r--Mailman/Cgi/__init__.py2
-rw-r--r--Mailman/Cgi/admin.py2
-rw-r--r--Mailman/Cgi/admindb.py2
-rw-r--r--Mailman/Cgi/confirm.py2
-rw-r--r--Mailman/Cgi/create.py2
-rw-r--r--Mailman/Cgi/edithtml.py2
-rw-r--r--Mailman/Cgi/listinfo.py2
-rw-r--r--Mailman/Cgi/options.py2
-rw-r--r--Mailman/Cgi/private.py2
-rw-r--r--Mailman/Cgi/rmlist.py2
-rw-r--r--Mailman/Cgi/roster.py2
-rw-r--r--Mailman/Cgi/subscribe.py2
-rw-r--r--Mailman/Commands/Makefile.in2
-rw-r--r--Mailman/Commands/__init__.py2
-rw-r--r--Mailman/Commands/cmd_confirm.py2
-rw-r--r--Mailman/Commands/cmd_echo.py2
-rw-r--r--Mailman/Commands/cmd_end.py2
-rw-r--r--Mailman/Commands/cmd_help.py2
-rw-r--r--Mailman/Commands/cmd_info.py2
-rw-r--r--Mailman/Commands/cmd_join.py2
-rw-r--r--Mailman/Commands/cmd_leave.py2
-rw-r--r--Mailman/Commands/cmd_lists.py2
-rw-r--r--Mailman/Commands/cmd_password.py2
-rw-r--r--Mailman/Commands/cmd_remove.py2
-rw-r--r--Mailman/Commands/cmd_set.py2
-rw-r--r--Mailman/Commands/cmd_stop.py2
-rw-r--r--Mailman/Commands/cmd_subscribe.py2
-rw-r--r--Mailman/Commands/cmd_unsubscribe.py2
-rw-r--r--Mailman/Commands/cmd_who.py2
-rw-r--r--Mailman/Defaults.py.in2
-rw-r--r--Mailman/Deliverer.py2
-rw-r--r--Mailman/Digester.py2
-rw-r--r--Mailman/Errors.py2
-rw-r--r--Mailman/GatewayManager.py2
-rw-r--r--Mailman/Gui/Archive.py2
-rw-r--r--Mailman/Gui/Autoresponse.py2
-rw-r--r--Mailman/Gui/Bounce.py2
-rw-r--r--Mailman/Gui/ContentFilter.py2
-rw-r--r--Mailman/Gui/Digest.py2
-rw-r--r--Mailman/Gui/GUIBase.py2
-rw-r--r--Mailman/Gui/General.py2
-rw-r--r--Mailman/Gui/Language.py2
-rw-r--r--Mailman/Gui/Makefile.in2
-rw-r--r--Mailman/Gui/Membership.py2
-rw-r--r--Mailman/Gui/NonDigest.py2
-rw-r--r--Mailman/Gui/Passwords.py2
-rw-r--r--Mailman/Gui/Privacy.py2
-rw-r--r--Mailman/Gui/Topics.py2
-rw-r--r--Mailman/Gui/Usenet.py2
-rw-r--r--Mailman/Gui/__init__.py2
-rw-r--r--Mailman/HTMLFormatter.py2
-rw-r--r--Mailman/Handlers/Acknowledge.py2
-rw-r--r--Mailman/Handlers/AfterDelivery.py2
-rw-r--r--Mailman/Handlers/Approve.py2
-rw-r--r--Mailman/Handlers/AvoidDuplicates.py2
-rw-r--r--Mailman/Handlers/CalcRecips.py2
-rw-r--r--Mailman/Handlers/Cleanse.py2
-rw-r--r--Mailman/Handlers/CookHeaders.py2
-rw-r--r--Mailman/Handlers/Decorate.py2
-rw-r--r--Mailman/Handlers/Emergency.py2
-rw-r--r--Mailman/Handlers/FileRecips.py2
-rw-r--r--Mailman/Handlers/Hold.py2
-rw-r--r--Mailman/Handlers/Makefile.in2
-rw-r--r--Mailman/Handlers/MimeDel.py2
-rw-r--r--Mailman/Handlers/Moderate.py2
-rw-r--r--Mailman/Handlers/OwnerRecips.py2
-rw-r--r--Mailman/Handlers/Replybot.py2
-rw-r--r--Mailman/Handlers/SMTPDirect.py2
-rw-r--r--Mailman/Handlers/Scrubber.py2
-rw-r--r--Mailman/Handlers/Sendmail.py2
-rw-r--r--Mailman/Handlers/SpamDetect.py2
-rw-r--r--Mailman/Handlers/Tagger.py2
-rw-r--r--Mailman/Handlers/ToArchive.py2
-rw-r--r--Mailman/Handlers/ToDigest.py2
-rw-r--r--Mailman/Handlers/ToOutgoing.py2
-rw-r--r--Mailman/Handlers/ToUsenet.py2
-rw-r--r--Mailman/Handlers/__init__.py2
-rw-r--r--Mailman/ListAdmin.py2
-rw-r--r--Mailman/LockFile.py2
-rw-r--r--Mailman/Logging/Logger.py2
-rw-r--r--Mailman/Logging/Makefile.in2
-rw-r--r--Mailman/Logging/MultiLogger.py2
-rw-r--r--Mailman/Logging/StampedLogger.py2
-rw-r--r--Mailman/Logging/Syslog.py2
-rw-r--r--Mailman/Logging/Utils.py2
-rw-r--r--Mailman/Logging/__init__.py2
-rw-r--r--Mailman/MTA/Makefile.in2
-rw-r--r--Mailman/MTA/Manual.py2
-rw-r--r--Mailman/MTA/Postfix.py2
-rw-r--r--Mailman/MTA/Utils.py2
-rw-r--r--Mailman/MTA/__init__.py2
-rw-r--r--Mailman/MailList.py2
-rw-r--r--Mailman/Mailbox.py2
-rw-r--r--Mailman/Makefile.in2
-rw-r--r--Mailman/MemberAdaptor.py2
-rw-r--r--Mailman/Message.py2
-rw-r--r--Mailman/OldStyleMemberships.py2
-rw-r--r--Mailman/Pending.py2
-rw-r--r--Mailman/Post.py2
-rw-r--r--Mailman/Queue/ArchRunner.py2
-rw-r--r--Mailman/Queue/BounceRunner.py2
-rw-r--r--Mailman/Queue/CommandRunner.py2
-rw-r--r--Mailman/Queue/IncomingRunner.py2
-rw-r--r--Mailman/Queue/MaildirRunner.py2
-rw-r--r--Mailman/Queue/Makefile.in2
-rw-r--r--Mailman/Queue/NewsRunner.py2
-rw-r--r--Mailman/Queue/OutgoingRunner.py2
-rw-r--r--Mailman/Queue/RetryRunner.py2
-rw-r--r--Mailman/Queue/Runner.py2
-rw-r--r--Mailman/Queue/Switchboard.py2
-rw-r--r--Mailman/Queue/VirginRunner.py2
-rw-r--r--Mailman/Queue/__init__.py2
-rw-r--r--Mailman/Queue/sbcache.py2
-rw-r--r--Mailman/SafeDict.py2
-rw-r--r--Mailman/SecurityManager.py2
-rw-r--r--Mailman/Site.py2
-rw-r--r--Mailman/TopicMgr.py2
-rw-r--r--Mailman/UserDesc.py2
-rw-r--r--Mailman/Utils.py2
-rw-r--r--Mailman/Version.py2
-rw-r--r--Mailman/__init__.py2
-rw-r--r--Mailman/htmlformat.py2
-rw-r--r--Mailman/i18n.py2
-rw-r--r--Mailman/mm_cfg.py.dist.in2
-rw-r--r--Mailman/versions.py2
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-I18N.en2
-rw-r--r--README.BSD2
-rw-r--r--README.CONTRIB2
-rw-r--r--README.LINUX2
-rw-r--r--README.MACOSX2
-rw-r--r--README.NETSCAPE2
-rw-r--r--README.POSTFIX2
-rw-r--r--README.QMAIL2
-rw-r--r--README.SENDMAIL2
-rw-r--r--README.USERAGENT2
-rw-r--r--TODO4
-rw-r--r--UPGRADING2
-rwxr-xr-xadmin/bin/Release.py2
-rwxr-xr-xadmin/bin/mm2do2
-rw-r--r--admin/www/mailman.html2
-rw-r--r--bin/Makefile.in2
-rwxr-xr-xbin/add_members2
-rw-r--r--bin/arch2
-rw-r--r--bin/b4b5-archfix2
-rw-r--r--bin/change_pw2
-rwxr-xr-xbin/check_db2
-rwxr-xr-xbin/check_perms2
-rw-r--r--bin/cleanarch2
-rwxr-xr-xbin/clone_member2
-rw-r--r--bin/config_list2
-rw-r--r--bin/convert.py2
-rw-r--r--bin/discard2
-rw-r--r--bin/dumpdb2
-rwxr-xr-xbin/find_member2
-rw-r--r--bin/fix_url.py2
-rw-r--r--bin/genaliases2
-rw-r--r--bin/inject2
-rw-r--r--bin/list_admins2
-rw-r--r--bin/list_lists2
-rwxr-xr-xbin/list_members2
-rw-r--r--bin/list_owners2
-rw-r--r--bin/mailmanctl2
-rwxr-xr-xbin/mmsitepass2
-rwxr-xr-xbin/newlist2
-rw-r--r--bin/qrunner2
-rwxr-xr-xbin/remove_members2
-rwxr-xr-xbin/rmlist2
-rwxr-xr-xbin/sync_members2
-rwxr-xr-xbin/transcheck2
-rw-r--r--bin/unshunt2
-rwxr-xr-xbin/update2
-rw-r--r--bin/version2
-rw-r--r--bin/withlist2
-rw-r--r--configure.in4
-rw-r--r--contrib/auto2
-rw-r--r--contrib/check_perms_grsecurity.py2
-rw-r--r--contrib/rotatelogs.py2
-rw-r--r--cron/Makefile.in2
-rw-r--r--cron/bumpdigests2
-rwxr-xr-xcron/checkdbs2
-rw-r--r--cron/disabled2
-rwxr-xr-xcron/gate_news2
-rwxr-xr-xcron/mailpasswds2
-rw-r--r--cron/nightly_gzip2
-rwxr-xr-xcron/senddigests2
-rw-r--r--gnu-COPYING-GPL11
-rw-r--r--messages/Makefile.in2
-rw-r--r--messages/hu/FAQ.hu2
-rw-r--r--messages/hu/INSTALL.hu2
-rw-r--r--messages/hu/README.BSD.hu2
-rw-r--r--messages/hu/README.CONTRIB.hu2
-rw-r--r--messages/hu/README.LINUX.hu2
-rw-r--r--messages/hu/README.MACOSX.hu2
-rw-r--r--messages/hu/README.NETSCAPE.hu2
-rw-r--r--messages/hu/README.POSTFIX.hu2
-rw-r--r--messages/hu/README.QMAIL.hu2
-rw-r--r--messages/hu/README.SENDMAIL.hu2
-rw-r--r--messages/hu/README.USERAGENT.hu2
-rw-r--r--messages/hu/README.hu2
-rw-r--r--messages/hu/UPGRADING.hu2
-rw-r--r--messages/ja/INSTALL2
-rw-r--r--messages/ja/README2
-rw-r--r--messages/ja/UPGRADING2
-rw-r--r--messages/ja/doc/Defaults.py.in2
-rw-r--r--misc/Makefile.in2
-rw-r--r--misc/mailman.in2
-rw-r--r--misc/paths.py.in2
-rw-r--r--misc/sitelist.cfg2
-rw-r--r--scripts/Makefile.in2
-rw-r--r--scripts/bounces2
-rwxr-xr-xscripts/confirm2
-rw-r--r--scripts/driver2
-rwxr-xr-xscripts/join2
-rwxr-xr-xscripts/leave2
-rwxr-xr-xscripts/owner2
-rwxr-xr-xscripts/post2
-rwxr-xr-xscripts/request2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/cgi-wrapper.c2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/mail-wrapper.c2
-rw-r--r--src/vsnprintf.c2
-rw-r--r--templates/Makefile.in2
-rw-r--r--tests/EmailBase.py2
-rw-r--r--tests/Makefile.in2
-rw-r--r--tests/TestBase.py2
-rw-r--r--tests/bounces/Makefile.in2
-rw-r--r--tests/msgs/Makefile.in2
-rwxr-xr-xtests/onebounce.py2
-rw-r--r--tests/test_bounces.py2
-rw-r--r--tests/test_handlers.py2
-rw-r--r--tests/test_lockfile.py2
-rw-r--r--tests/test_membership.py2
-rw-r--r--tests/test_message.py2
-rw-r--r--tests/test_runners.py2
-rw-r--r--tests/test_safedict.py2
-rw-r--r--tests/test_security_mgr.py2
-rw-r--r--tests/testall.py2
276 files changed, 283 insertions, 282 deletions
diff --git a/ACKNOWLEDGMENTS b/ACKNOWLEDGMENTS
index 45994a918..d5cdf3e83 100644
--- a/ACKNOWLEDGMENTS
+++ b/ACKNOWLEDGMENTS
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
The following folks are or have been core developers of Mailman (in reverse
alphabetical order):
diff --git a/BUGS b/BUGS
index 7a22d4c25..58b0df36d 100644
--- a/BUGS
+++ b/BUGS
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
The Mailman project is being managed on SourceForge at
diff --git a/FAQ b/FAQ
index 291977b9c..cf510638b 100644
--- a/FAQ
+++ b/FAQ
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Note: We're migrating the FAQ to an on-line interactive system called
"FAQ Wizard". To see the Mailman FAQ Wizard in action, go to
diff --git a/INSTALL b/INSTALL
index fd03db53f..6f580abb2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
This file contains installation instructions for GNU Mailman, which is
configured using the standard GNU autoconf software. You first need
diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py
index 8c41f0f85..c8e208518 100644
--- a/Mailman/Archiver/Archiver.py
+++ b/Mailman/Archiver/Archiver.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Mixin class for putting new messages in the right place for archival.
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 328e0dcc6..61725b2e3 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""HyperArch: Pipermail archiving for Mailman
diff --git a/Mailman/Archiver/HyperDatabase.py b/Mailman/Archiver/HyperDatabase.py
index ab41b8247..286717403 100644
--- a/Mailman/Archiver/HyperDatabase.py
+++ b/Mailman/Archiver/HyperDatabase.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# site modules
diff --git a/Mailman/Archiver/Makefile.in b/Mailman/Archiver/Makefile.in
index 37825d0c5..65e46cbf4 100644
--- a/Mailman/Archiver/Makefile.in
+++ b/Mailman/Archiver/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Archiver/__init__.py b/Mailman/Archiver/__init__.py
index 65ad7be7d..6a4aac30a 100644
--- a/Mailman/Archiver/__init__.py
+++ b/Mailman/Archiver/__init__.py
@@ -12,6 +12,6 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Archiver import *
diff --git a/Mailman/Autoresponder.py b/Mailman/Autoresponder.py
index c568ec06b..aa29e733c 100644
--- a/Mailman/Autoresponder.py
+++ b/Mailman/Autoresponder.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the autoresponder.
"""
diff --git a/Mailman/BDBMemberAdaptor.py b/Mailman/BDBMemberAdaptor.py
index 589be626d..75424aba2 100644
--- a/Mailman/BDBMemberAdaptor.py
+++ b/Mailman/BDBMemberAdaptor.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""A MemberAdaptor based on the Berkeley database wrapper for Python.
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py
index 196d6fa33..360e1ff06 100644
--- a/Mailman/Bouncer.py
+++ b/Mailman/Bouncer.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Handle delivery bounces.
"""
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py
index e89941459..e99d00ae7 100644
--- a/Mailman/Bouncers/BouncerAPI.py
+++ b/Mailman/Bouncers/BouncerAPI.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Contains all the common functionality for msg bounce scanning API.
diff --git a/Mailman/Bouncers/Caiwireless.py b/Mailman/Bouncers/Caiwireless.py
index 0e3e71fc4..e2909122c 100644
--- a/Mailman/Bouncers/Caiwireless.py
+++ b/Mailman/Bouncers/Caiwireless.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Parse mystery style generated by MTA at caiwireless.net."""
diff --git a/Mailman/Bouncers/Compuserve.py b/Mailman/Bouncers/Compuserve.py
index 516c22372..89085d2c3 100644
--- a/Mailman/Bouncers/Compuserve.py
+++ b/Mailman/Bouncers/Compuserve.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Compuserve has its own weird format for bounces."""
diff --git a/Mailman/Bouncers/DSN.py b/Mailman/Bouncers/DSN.py
index 666281c60..d87899c40 100644
--- a/Mailman/Bouncers/DSN.py
+++ b/Mailman/Bouncers/DSN.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Parse RFC 3464 (i.e. DSN) bounce formats.
diff --git a/Mailman/Bouncers/Exchange.py b/Mailman/Bouncers/Exchange.py
index 1f73aeb18..2f6eeda09 100644
--- a/Mailman/Bouncers/Exchange.py
+++ b/Mailman/Bouncers/Exchange.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Recognizes (some) Microsoft Exchange formats."""
diff --git a/Mailman/Bouncers/Exim.py b/Mailman/Bouncers/Exim.py
index 1f03df2d2..ce677385c 100644
--- a/Mailman/Bouncers/Exim.py
+++ b/Mailman/Bouncers/Exim.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Parse bounce messages generated by Exim.
diff --git a/Mailman/Bouncers/GroupWise.py b/Mailman/Bouncers/GroupWise.py
index 8bde44052..7ef312562 100644
--- a/Mailman/Bouncers/GroupWise.py
+++ b/Mailman/Bouncers/GroupWise.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""This appears to be the format for Novell GroupWise and NTMail
diff --git a/Mailman/Bouncers/LLNL.py b/Mailman/Bouncers/LLNL.py
index faadb0b9f..97c56e222 100644
--- a/Mailman/Bouncers/LLNL.py
+++ b/Mailman/Bouncers/LLNL.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""LLNL's custom Sendmail bounce message."""
diff --git a/Mailman/Bouncers/Makefile.in b/Mailman/Bouncers/Makefile.in
index 405941078..8865a9f2f 100644
--- a/Mailman/Bouncers/Makefile.in
+++ b/Mailman/Bouncers/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Bouncers/Microsoft.py b/Mailman/Bouncers/Microsoft.py
index f14268a97..d8a90b248 100644
--- a/Mailman/Bouncers/Microsoft.py
+++ b/Mailman/Bouncers/Microsoft.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Microsoft's `SMTPSVC' nears I kin tell."""
diff --git a/Mailman/Bouncers/Netscape.py b/Mailman/Bouncers/Netscape.py
index 21aea7c57..f59746024 100644
--- a/Mailman/Bouncers/Netscape.py
+++ b/Mailman/Bouncers/Netscape.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Netscape Messaging Server bounce formats.
diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py
index 447e326c8..0231434fe 100644
--- a/Mailman/Bouncers/Postfix.py
+++ b/Mailman/Bouncers/Postfix.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Parse bounce messages generated by Postfix.
diff --git a/Mailman/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py
index d6a3e3c3d..f6019ce87 100644
--- a/Mailman/Bouncers/Qmail.py
+++ b/Mailman/Bouncers/Qmail.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Parse bounce messages generated by qmail.
diff --git a/Mailman/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py
index 629824617..7f9e73478 100644
--- a/Mailman/Bouncers/SMTP32.py
+++ b/Mailman/Bouncers/SMTP32.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Something which claims
X-Mailer: <SMTP32 vXXXXXX>
diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py
index 9cb0832b9..c39248b53 100644
--- a/Mailman/Bouncers/SimpleMatch.py
+++ b/Mailman/Bouncers/SimpleMatch.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Recognizes simple heuristically delimited bounces."""
diff --git a/Mailman/Bouncers/SimpleWarning.py b/Mailman/Bouncers/SimpleWarning.py
index bc5155158..eefd46a5a 100644
--- a/Mailman/Bouncers/SimpleWarning.py
+++ b/Mailman/Bouncers/SimpleWarning.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Recognizes simple heuristically delimited warnings."""
diff --git a/Mailman/Bouncers/Sina.py b/Mailman/Bouncers/Sina.py
index 2cc2e69bc..3e39ffacb 100644
--- a/Mailman/Bouncers/Sina.py
+++ b/Mailman/Bouncers/Sina.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""sina.com bounces"""
diff --git a/Mailman/Bouncers/Yahoo.py b/Mailman/Bouncers/Yahoo.py
index fd952915c..b3edf4fa7 100644
--- a/Mailman/Bouncers/Yahoo.py
+++ b/Mailman/Bouncers/Yahoo.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Yahoo! has its own weird format for bounces."""
diff --git a/Mailman/Bouncers/Yale.py b/Mailman/Bouncers/Yale.py
index 6afc4d974..6b4aa3ee1 100644
--- a/Mailman/Bouncers/Yale.py
+++ b/Mailman/Bouncers/Yale.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Yale's mail server is pretty dumb.
diff --git a/Mailman/Bouncers/__init__.py b/Mailman/Bouncers/__init__.py
index 2cbbabb1d..f569e43f4 100644
--- a/Mailman/Bouncers/__init__.py
+++ b/Mailman/Bouncers/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/Cgi/Auth.py b/Mailman/Cgi/Auth.py
index 586406631..8c66c4d36 100644
--- a/Mailman/Cgi/Auth.py
+++ b/Mailman/Cgi/Auth.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Common routines for logging in and logging out of the list administrator
and list moderator interface.
diff --git a/Mailman/Cgi/Makefile.in b/Mailman/Cgi/Makefile.in
index ee7cb8bd7..47929e92a 100644
--- a/Mailman/Cgi/Makefile.in
+++ b/Mailman/Cgi/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Cgi/__init__.py b/Mailman/Cgi/__init__.py
index 2cbbabb1d..f569e43f4 100644
--- a/Mailman/Cgi/__init__.py
+++ b/Mailman/Cgi/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py
index 949689c2b..94ed8bda1 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Process and produce the list-administration options forms.
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py
index 05532f03c..1af5b2581 100644
--- a/Mailman/Cgi/admindb.py
+++ b/Mailman/Cgi/admindb.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Produce and process the pending-approval items for a list."""
diff --git a/Mailman/Cgi/confirm.py b/Mailman/Cgi/confirm.py
index 23a92740e..096596cc5 100644
--- a/Mailman/Cgi/confirm.py
+++ b/Mailman/Cgi/confirm.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Confirm a pending action via URL."""
diff --git a/Mailman/Cgi/create.py b/Mailman/Cgi/create.py
index 79df14a5f..90e849ba4 100644
--- a/Mailman/Cgi/create.py
+++ b/Mailman/Cgi/create.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Create mailing lists through the web."""
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py
index cd235162e..d52fda1fc 100644
--- a/Mailman/Cgi/edithtml.py
+++ b/Mailman/Cgi/edithtml.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Script which implements admin editing of the list's html templates."""
diff --git a/Mailman/Cgi/listinfo.py b/Mailman/Cgi/listinfo.py
index fb9154aec..10e0c41e9 100644
--- a/Mailman/Cgi/listinfo.py
+++ b/Mailman/Cgi/listinfo.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Produce listinfo page, primary web entry-point to mailing lists.
"""
diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py
index 2f9e9afaa..09f629874 100644
--- a/Mailman/Cgi/options.py
+++ b/Mailman/Cgi/options.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Produce and handle the member options."""
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py
index 5fa5398ed..790d351c6 100644
--- a/Mailman/Cgi/private.py
+++ b/Mailman/Cgi/private.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Provide a password-interface wrapper around private archives.
"""
diff --git a/Mailman/Cgi/rmlist.py b/Mailman/Cgi/rmlist.py
index fab57edd5..4628f5fd3 100644
--- a/Mailman/Cgi/rmlist.py
+++ b/Mailman/Cgi/rmlist.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Remove/delete mailing lists through the web."""
diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py
index 2dc0c98d3..a67e51002 100644
--- a/Mailman/Cgi/roster.py
+++ b/Mailman/Cgi/roster.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Produce subscriber roster, using listinfo form data, roster.html template.
diff --git a/Mailman/Cgi/subscribe.py b/Mailman/Cgi/subscribe.py
index 8ae9564fe..3661dcde5 100644
--- a/Mailman/Cgi/subscribe.py
+++ b/Mailman/Cgi/subscribe.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Process subscription or roster requests from listinfo form."""
diff --git a/Mailman/Commands/Makefile.in b/Mailman/Commands/Makefile.in
index a695adbac..645d78b9f 100644
--- a/Mailman/Commands/Makefile.in
+++ b/Mailman/Commands/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Commands/__init__.py b/Mailman/Commands/__init__.py
index ac6d23919..b248fe49d 100644
--- a/Mailman/Commands/__init__.py
+++ b/Mailman/Commands/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/Commands/cmd_confirm.py b/Mailman/Commands/cmd_confirm.py
index e66c52b5e..e0e7b1c19 100644
--- a/Mailman/Commands/cmd_confirm.py
+++ b/Mailman/Commands/cmd_confirm.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
confirm <confirmation-string>
diff --git a/Mailman/Commands/cmd_echo.py b/Mailman/Commands/cmd_echo.py
index 1f8b59791..206e444ad 100644
--- a/Mailman/Commands/cmd_echo.py
+++ b/Mailman/Commands/cmd_echo.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
echo [args]
diff --git a/Mailman/Commands/cmd_end.py b/Mailman/Commands/cmd_end.py
index aeec79366..c01fa8168 100644
--- a/Mailman/Commands/cmd_end.py
+++ b/Mailman/Commands/cmd_end.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
end
diff --git a/Mailman/Commands/cmd_help.py b/Mailman/Commands/cmd_help.py
index e2d865e83..5920f7820 100644
--- a/Mailman/Commands/cmd_help.py
+++ b/Mailman/Commands/cmd_help.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
help
diff --git a/Mailman/Commands/cmd_info.py b/Mailman/Commands/cmd_info.py
index 1c28da70e..177a8ee03 100644
--- a/Mailman/Commands/cmd_info.py
+++ b/Mailman/Commands/cmd_info.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
info
diff --git a/Mailman/Commands/cmd_join.py b/Mailman/Commands/cmd_join.py
index 4daccc1a9..a8939fca0 100644
--- a/Mailman/Commands/cmd_join.py
+++ b/Mailman/Commands/cmd_join.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""The `join' command is synonymous with `subscribe'.
"""
diff --git a/Mailman/Commands/cmd_leave.py b/Mailman/Commands/cmd_leave.py
index ed5ccc7b5..01a04ce6d 100644
--- a/Mailman/Commands/cmd_leave.py
+++ b/Mailman/Commands/cmd_leave.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""The `leave' command is synonymous with `unsubscribe'.
"""
diff --git a/Mailman/Commands/cmd_lists.py b/Mailman/Commands/cmd_lists.py
index 81b60e604..ff5dd355a 100644
--- a/Mailman/Commands/cmd_lists.py
+++ b/Mailman/Commands/cmd_lists.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
lists
diff --git a/Mailman/Commands/cmd_password.py b/Mailman/Commands/cmd_password.py
index c2347be9a..4d0a8e3e0 100644
--- a/Mailman/Commands/cmd_password.py
+++ b/Mailman/Commands/cmd_password.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
password [<oldpassword> <newpassword>] [address=<address>]
diff --git a/Mailman/Commands/cmd_remove.py b/Mailman/Commands/cmd_remove.py
index 55be1f3ed..3989b0c7a 100644
--- a/Mailman/Commands/cmd_remove.py
+++ b/Mailman/Commands/cmd_remove.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""The `remove' command is synonymous with `unsubscribe'.
"""
diff --git a/Mailman/Commands/cmd_set.py b/Mailman/Commands/cmd_set.py
index c3eaa9a64..b29095e6f 100644
--- a/Mailman/Commands/cmd_set.py
+++ b/Mailman/Commands/cmd_set.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from email.Utils import parseaddr, formatdate
diff --git a/Mailman/Commands/cmd_stop.py b/Mailman/Commands/cmd_stop.py
index defcf64d7..79d2414ad 100644
--- a/Mailman/Commands/cmd_stop.py
+++ b/Mailman/Commands/cmd_stop.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""stop is synonymous with the end command.
"""
diff --git a/Mailman/Commands/cmd_subscribe.py b/Mailman/Commands/cmd_subscribe.py
index 1a5048d69..ee4b75a65 100644
--- a/Mailman/Commands/cmd_subscribe.py
+++ b/Mailman/Commands/cmd_subscribe.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
subscribe [password] [digest|nodigest] [address=<address>]
diff --git a/Mailman/Commands/cmd_unsubscribe.py b/Mailman/Commands/cmd_unsubscribe.py
index c574a80f9..76a864fe0 100644
--- a/Mailman/Commands/cmd_unsubscribe.py
+++ b/Mailman/Commands/cmd_unsubscribe.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
unsubscribe [password] [address=<address>]
diff --git a/Mailman/Commands/cmd_who.py b/Mailman/Commands/cmd_who.py
index 62505b3d6..e36ca3b6c 100644
--- a/Mailman/Commands/cmd_who.py
+++ b/Mailman/Commands/cmd_who.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Remove this when base minimal compatibility is Python 2.2
from __future__ import nested_scopes
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index de6aeeabd..7cf454a9b 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Distributed default settings for significant Mailman config variables.
"""
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py
index be5ddfe97..5624473ed 100644
--- a/Mailman/Deliverer.py
+++ b/Mailman/Deliverer.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Mixin class with message delivery routines."""
diff --git a/Mailman/Digester.py b/Mailman/Digester.py
index 94b3dfd57..2d27b8442 100644
--- a/Mailman/Digester.py
+++ b/Mailman/Digester.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Mixin class with list-digest handling methods and settings."""
diff --git a/Mailman/Errors.py b/Mailman/Errors.py
index a23297297..96e34f1cb 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Shared mailman errors and messages."""
diff --git a/Mailman/GatewayManager.py b/Mailman/GatewayManager.py
index fa338cd41..094f0c76d 100644
--- a/Mailman/GatewayManager.py
+++ b/Mailman/GatewayManager.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Mixin class for configuring Usenet gateway.
diff --git a/Mailman/Gui/Archive.py b/Mailman/Gui/Archive.py
index 59c2fd10a..4afe8c7c4 100644
--- a/Mailman/Gui/Archive.py
+++ b/Mailman/Gui/Archive.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Mailman import mm_cfg
from Mailman.i18n import _
diff --git a/Mailman/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py
index 3c8a71e06..0b334778d 100644
--- a/Mailman/Gui/Autoresponse.py
+++ b/Mailman/Gui/Autoresponse.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Administrative GUI for the autoresponder."""
diff --git a/Mailman/Gui/Bounce.py b/Mailman/Gui/Bounce.py
index 4986cf28c..8fb5bbc98 100644
--- a/Mailman/Gui/Bounce.py
+++ b/Mailman/Gui/Bounce.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Mailman import mm_cfg
from Mailman.i18n import _
diff --git a/Mailman/Gui/ContentFilter.py b/Mailman/Gui/ContentFilter.py
index cb7ed95c4..0fadf8f3e 100644
--- a/Mailman/Gui/ContentFilter.py
+++ b/Mailman/Gui/ContentFilter.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""GUI component managing the content filtering options.
"""
diff --git a/Mailman/Gui/Digest.py b/Mailman/Gui/Digest.py
index 7eb486c74..f7722019c 100644
--- a/Mailman/Gui/Digest.py
+++ b/Mailman/Gui/Digest.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Administrative GUI for digest deliveries."""
diff --git a/Mailman/Gui/GUIBase.py b/Mailman/Gui/GUIBase.py
index 7062235e3..149038926 100644
--- a/Mailman/Gui/GUIBase.py
+++ b/Mailman/Gui/GUIBase.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Base class for all web GUI components."""
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index a33d1004f..f9fb6deca 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the general options.
"""
diff --git a/Mailman/Gui/Language.py b/Mailman/Gui/Language.py
index bfa5185f6..e9400fca3 100644
--- a/Mailman/Gui/Language.py
+++ b/Mailman/Gui/Language.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the language options.
"""
diff --git a/Mailman/Gui/Makefile.in b/Mailman/Gui/Makefile.in
index 28ee9590d..000441efb 100644
--- a/Mailman/Gui/Makefile.in
+++ b/Mailman/Gui/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Gui/Membership.py b/Mailman/Gui/Membership.py
index 1d5a95734..7e1bf3246 100644
--- a/Mailman/Gui/Membership.py
+++ b/Mailman/Gui/Membership.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the membership pseudo-options.
"""
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py
index b66c5c4fa..05ed7361b 100644
--- a/Mailman/Gui/NonDigest.py
+++ b/Mailman/Gui/NonDigest.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""GUI component for managing the non-digest delivery options.
"""
diff --git a/Mailman/Gui/Passwords.py b/Mailman/Gui/Passwords.py
index a3cf6b8e4..8ea9bcf75 100644
--- a/Mailman/Gui/Passwords.py
+++ b/Mailman/Gui/Passwords.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the password pseudo-options.
"""
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py
index 8f3001def..85d5db58c 100644
--- a/Mailman/Gui/Privacy.py
+++ b/Mailman/Gui/Privacy.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MailList mixin class managing the privacy options.
"""
diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py
index 310d876fe..494c76517 100644
--- a/Mailman/Gui/Topics.py
+++ b/Mailman/Gui/Topics.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import re
diff --git a/Mailman/Gui/Usenet.py b/Mailman/Gui/Usenet.py
index 37641065c..9cfbd6f19 100644
--- a/Mailman/Gui/Usenet.py
+++ b/Mailman/Gui/Usenet.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Mailman import mm_cfg
from Mailman.i18n import _
diff --git a/Mailman/Gui/__init__.py b/Mailman/Gui/__init__.py
index 1e79b34a2..5bf28bcc8 100644
--- a/Mailman/Gui/__init__.py
+++ b/Mailman/Gui/__init__.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
from Archive import Archive
from Autoresponse import Autoresponse
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 57527de9f..e6afda9b5 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Routines for presentation of list-specific HTML text."""
diff --git a/Mailman/Handlers/Acknowledge.py b/Mailman/Handlers/Acknowledge.py
index 103448e1b..d27ba3739 100644
--- a/Mailman/Handlers/Acknowledge.py
+++ b/Mailman/Handlers/Acknowledge.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Send an acknowledgement of the successful post to the sender.
diff --git a/Mailman/Handlers/AfterDelivery.py b/Mailman/Handlers/AfterDelivery.py
index b6bb96c2a..64bdb1f23 100644
--- a/Mailman/Handlers/AfterDelivery.py
+++ b/Mailman/Handlers/AfterDelivery.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Perform some bookkeeping after a successful post.
diff --git a/Mailman/Handlers/Approve.py b/Mailman/Handlers/Approve.py
index d339a9b10..c3db183b0 100644
--- a/Mailman/Handlers/Approve.py
+++ b/Mailman/Handlers/Approve.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Determine whether the message is approved for delivery.
diff --git a/Mailman/Handlers/AvoidDuplicates.py b/Mailman/Handlers/AvoidDuplicates.py
index b388a3d8f..09677206e 100644
--- a/Mailman/Handlers/AvoidDuplicates.py
+++ b/Mailman/Handlers/AvoidDuplicates.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""If the user wishes it, do not send duplicates of the same message.
diff --git a/Mailman/Handlers/CalcRecips.py b/Mailman/Handlers/CalcRecips.py
index 1b2a600be..e065ad686 100644
--- a/Mailman/Handlers/CalcRecips.py
+++ b/Mailman/Handlers/CalcRecips.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Calculate the regular (i.e. non-digest) recipients of the message.
diff --git a/Mailman/Handlers/Cleanse.py b/Mailman/Handlers/Cleanse.py
index b2c631fa4..059652568 100644
--- a/Mailman/Handlers/Cleanse.py
+++ b/Mailman/Handlers/Cleanse.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Cleanse certain headers from all messages."""
diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py
index 2ec1f3f77..43bb2ea38 100644
--- a/Mailman/Handlers/CookHeaders.py
+++ b/Mailman/Handlers/CookHeaders.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Cook a message's Subject header.
"""
diff --git a/Mailman/Handlers/Decorate.py b/Mailman/Handlers/Decorate.py
index 9d9fb2a54..b515edb84 100644
--- a/Mailman/Handlers/Decorate.py
+++ b/Mailman/Handlers/Decorate.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Decorate a message by sticking the header and footer around it.
"""
diff --git a/Mailman/Handlers/Emergency.py b/Mailman/Handlers/Emergency.py
index 1833c9f74..3f738ee36 100644
--- a/Mailman/Handlers/Emergency.py
+++ b/Mailman/Handlers/Emergency.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Put an emergency hold on all messages otherwise approved.
diff --git a/Mailman/Handlers/FileRecips.py b/Mailman/Handlers/FileRecips.py
index 4ca4582e4..fc3f890a4 100644
--- a/Mailman/Handlers/FileRecips.py
+++ b/Mailman/Handlers/FileRecips.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Get the normal delivery recipients from a Sendmail style :include: file.
"""
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py
index c3a6d6f87..f0c02fbc9 100644
--- a/Mailman/Handlers/Hold.py
+++ b/Mailman/Handlers/Hold.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Determine whether this message should be held for approval.
diff --git a/Mailman/Handlers/Makefile.in b/Mailman/Handlers/Makefile.in
index b625c1e5e..71e5576ca 100644
--- a/Mailman/Handlers/Makefile.in
+++ b/Mailman/Handlers/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Handlers/MimeDel.py b/Mailman/Handlers/MimeDel.py
index 3bcdaffae..9c21f11d8 100644
--- a/Mailman/Handlers/MimeDel.py
+++ b/Mailman/Handlers/MimeDel.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""MIME-stripping filter for Mailman.
diff --git a/Mailman/Handlers/Moderate.py b/Mailman/Handlers/Moderate.py
index 61e6cafcc..eec4b72c7 100644
--- a/Mailman/Handlers/Moderate.py
+++ b/Mailman/Handlers/Moderate.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Posting moderation filter.
"""
diff --git a/Mailman/Handlers/OwnerRecips.py b/Mailman/Handlers/OwnerRecips.py
index c0a54f3da..88dccfa89 100644
--- a/Mailman/Handlers/OwnerRecips.py
+++ b/Mailman/Handlers/OwnerRecips.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Calculate the list owner recipients (includes moderators).
"""
diff --git a/Mailman/Handlers/Replybot.py b/Mailman/Handlers/Replybot.py
index 30fbb512a..6cd74ca88 100644
--- a/Mailman/Handlers/Replybot.py
+++ b/Mailman/Handlers/Replybot.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Handler for auto-responses.
"""
diff --git a/Mailman/Handlers/SMTPDirect.py b/Mailman/Handlers/SMTPDirect.py
index acaa77e22..854511e21 100644
--- a/Mailman/Handlers/SMTPDirect.py
+++ b/Mailman/Handlers/SMTPDirect.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Local SMTP direct drop-off.
diff --git a/Mailman/Handlers/Scrubber.py b/Mailman/Handlers/Scrubber.py
index 7bc5f510d..d4af9f059 100644
--- a/Mailman/Handlers/Scrubber.py
+++ b/Mailman/Handlers/Scrubber.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Cleanse a message for archiving.
"""
diff --git a/Mailman/Handlers/Sendmail.py b/Mailman/Handlers/Sendmail.py
index 8bd88697f..a75f74234 100644
--- a/Mailman/Handlers/Sendmail.py
+++ b/Mailman/Handlers/Sendmail.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Deliver a message via command-line drop-off.
diff --git a/Mailman/Handlers/SpamDetect.py b/Mailman/Handlers/SpamDetect.py
index 7597b9e93..6a67f3410 100644
--- a/Mailman/Handlers/SpamDetect.py
+++ b/Mailman/Handlers/SpamDetect.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Do more detailed spam detection.
diff --git a/Mailman/Handlers/Tagger.py b/Mailman/Handlers/Tagger.py
index 46a03f675..65ead7f6a 100644
--- a/Mailman/Handlers/Tagger.py
+++ b/Mailman/Handlers/Tagger.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Extract topics from the original mail message.
"""
diff --git a/Mailman/Handlers/ToArchive.py b/Mailman/Handlers/ToArchive.py
index dc19f9639..cdee793fa 100644
--- a/Mailman/Handlers/ToArchive.py
+++ b/Mailman/Handlers/ToArchive.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Add the message to the archives."""
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py
index 5d354473c..1fc8928b2 100644
--- a/Mailman/Handlers/ToDigest.py
+++ b/Mailman/Handlers/ToDigest.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Add the message to the list's current digest and possibly send it.
"""
diff --git a/Mailman/Handlers/ToOutgoing.py b/Mailman/Handlers/ToOutgoing.py
index 4732b9845..7273c41b2 100644
--- a/Mailman/Handlers/ToOutgoing.py
+++ b/Mailman/Handlers/ToOutgoing.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Re-queue the message to the outgoing queue.
diff --git a/Mailman/Handlers/ToUsenet.py b/Mailman/Handlers/ToUsenet.py
index 2d6755b79..805d7f11d 100644
--- a/Mailman/Handlers/ToUsenet.py
+++ b/Mailman/Handlers/ToUsenet.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Move the message to the mail->news queue."""
diff --git a/Mailman/Handlers/__init__.py b/Mailman/Handlers/__init__.py
index 2cbbabb1d..f569e43f4 100644
--- a/Mailman/Handlers/__init__.py
+++ b/Mailman/Handlers/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py
index 18ef945ab..282b2823b 100644
--- a/Mailman/ListAdmin.py
+++ b/Mailman/ListAdmin.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Mixin class for MailList which handles administrative requests.
diff --git a/Mailman/LockFile.py b/Mailman/LockFile.py
index d6c41e658..9b5b05f0c 100644
--- a/Mailman/LockFile.py
+++ b/Mailman/LockFile.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Portable, NFS-safe file locking with timeouts.
diff --git a/Mailman/Logging/Logger.py b/Mailman/Logging/Logger.py
index 0cb7c6afb..8a416b3f6 100644
--- a/Mailman/Logging/Logger.py
+++ b/Mailman/Logging/Logger.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""File-based logger, writes to named category files in mm_cfg.LOG_DIR."""
diff --git a/Mailman/Logging/Makefile.in b/Mailman/Logging/Makefile.in
index 481b7b2f5..e185775fc 100644
--- a/Mailman/Logging/Makefile.in
+++ b/Mailman/Logging/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Logging/MultiLogger.py b/Mailman/Logging/MultiLogger.py
index 3ff11d275..7d9435e90 100644
--- a/Mailman/Logging/MultiLogger.py
+++ b/Mailman/Logging/MultiLogger.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""A mutiple sink logger. Any message written goes to all sub-loggers."""
diff --git a/Mailman/Logging/StampedLogger.py b/Mailman/Logging/StampedLogger.py
index 370f1af89..ca313c537 100644
--- a/Mailman/Logging/StampedLogger.py
+++ b/Mailman/Logging/StampedLogger.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import os
import time
diff --git a/Mailman/Logging/Syslog.py b/Mailman/Logging/Syslog.py
index 3e8d557d6..b680d7f9f 100644
--- a/Mailman/Logging/Syslog.py
+++ b/Mailman/Logging/Syslog.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Central logging class for the Mailman system.
diff --git a/Mailman/Logging/Utils.py b/Mailman/Logging/Utils.py
index ef119fb09..46bf487af 100644
--- a/Mailman/Logging/Utils.py
+++ b/Mailman/Logging/Utils.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import sys
import traceback
diff --git a/Mailman/Logging/__init__.py b/Mailman/Logging/__init__.py
index 2cbbabb1d..f569e43f4 100644
--- a/Mailman/Logging/__init__.py
+++ b/Mailman/Logging/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/MTA/Makefile.in b/Mailman/MTA/Makefile.in
index 57a733f36..03388060d 100644
--- a/Mailman/MTA/Makefile.in
+++ b/Mailman/MTA/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py
index db4161e0c..dd73f43cf 100644
--- a/Mailman/MTA/Manual.py
+++ b/Mailman/MTA/Manual.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Creation/deletion hooks for manual /etc/aliases files."""
diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py
index 929ed1b5d..b2d433e4f 100644
--- a/Mailman/MTA/Postfix.py
+++ b/Mailman/MTA/Postfix.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Creation/deletion hooks for the Postfix MTA.
"""
diff --git a/Mailman/MTA/Utils.py b/Mailman/MTA/Utils.py
index f55a1ed3d..14562de66 100644
--- a/Mailman/MTA/Utils.py
+++ b/Mailman/MTA/Utils.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Utilities for list creation/deletion hooks."""
diff --git a/Mailman/MTA/__init__.py b/Mailman/MTA/__init__.py
index 55cd58261..51962525c 100644
--- a/Mailman/MTA/__init__.py
+++ b/Mailman/MTA/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 3b9f47b08..fb85584d8 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""The class representing a Mailman mailing list.
diff --git a/Mailman/Mailbox.py b/Mailman/Mailbox.py
index 931c5429b..03a138403 100644
--- a/Mailman/Mailbox.py
+++ b/Mailman/Mailbox.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Extend mailbox.UnixMailbox.
"""
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in
index 7295b2bbd..93c7efdfe 100644
--- a/Mailman/Makefile.in
+++ b/Mailman/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/MemberAdaptor.py b/Mailman/MemberAdaptor.py
index edcb659cd..bcaf1ace0 100644
--- a/Mailman/MemberAdaptor.py
+++ b/Mailman/MemberAdaptor.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""This is an interface to list-specific membership information.
diff --git a/Mailman/Message.py b/Mailman/Message.py
index e8dd59539..1058c64e0 100644
--- a/Mailman/Message.py
+++ b/Mailman/Message.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Standard Mailman message object.
diff --git a/Mailman/OldStyleMemberships.py b/Mailman/OldStyleMemberships.py
index 44adc9bff..3222c2ae7 100644
--- a/Mailman/OldStyleMemberships.py
+++ b/Mailman/OldStyleMemberships.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Old style Mailman membership adaptor.
diff --git a/Mailman/Pending.py b/Mailman/Pending.py
index 82a067cf6..5ae520cb9 100644
--- a/Mailman/Pending.py
+++ b/Mailman/Pending.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
""" Track pending confirmation of subscriptions.
diff --git a/Mailman/Post.py b/Mailman/Post.py
index a184f1cf7..5b7af77cf 100644
--- a/Mailman/Post.py
+++ b/Mailman/Post.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import sys
diff --git a/Mailman/Queue/ArchRunner.py b/Mailman/Queue/ArchRunner.py
index 140973326..cbb49736b 100644
--- a/Mailman/Queue/ArchRunner.py
+++ b/Mailman/Queue/ArchRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Outgoing queue runner."""
diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py
index b416d19aa..02c06e680 100644
--- a/Mailman/Queue/BounceRunner.py
+++ b/Mailman/Queue/BounceRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Bounce queue runner."""
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py
index 524ea5754..8967e2f65 100644
--- a/Mailman/Queue/CommandRunner.py
+++ b/Mailman/Queue/CommandRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""-request robot command queue runner."""
diff --git a/Mailman/Queue/IncomingRunner.py b/Mailman/Queue/IncomingRunner.py
index e85cc764c..71d939197 100644
--- a/Mailman/Queue/IncomingRunner.py
+++ b/Mailman/Queue/IncomingRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Incoming queue runner."""
diff --git a/Mailman/Queue/MaildirRunner.py b/Mailman/Queue/MaildirRunner.py
index e14ab339e..39971ae2a 100644
--- a/Mailman/Queue/MaildirRunner.py
+++ b/Mailman/Queue/MaildirRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Maildir pre-queue runner.
diff --git a/Mailman/Queue/Makefile.in b/Mailman/Queue/Makefile.in
index 1d1922d86..179f3d97b 100644
--- a/Mailman/Queue/Makefile.in
+++ b/Mailman/Queue/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/Mailman/Queue/NewsRunner.py b/Mailman/Queue/NewsRunner.py
index 2b40a3ca7..cdfd5fead 100644
--- a/Mailman/Queue/NewsRunner.py
+++ b/Mailman/Queue/NewsRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""NNTP queue runner."""
diff --git a/Mailman/Queue/OutgoingRunner.py b/Mailman/Queue/OutgoingRunner.py
index 0ff18df62..13dc2014a 100644
--- a/Mailman/Queue/OutgoingRunner.py
+++ b/Mailman/Queue/OutgoingRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Outgoing queue runner."""
diff --git a/Mailman/Queue/RetryRunner.py b/Mailman/Queue/RetryRunner.py
index d19838485..66244253c 100644
--- a/Mailman/Queue/RetryRunner.py
+++ b/Mailman/Queue/RetryRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import time
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index 8b5bddcb5..d46ec8a1e 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Generic queue runner class.
"""
diff --git a/Mailman/Queue/Switchboard.py b/Mailman/Queue/Switchboard.py
index 6093623e3..bf0d8d409 100644
--- a/Mailman/Queue/Switchboard.py
+++ b/Mailman/Queue/Switchboard.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Reading and writing message objects and message metadata.
"""
diff --git a/Mailman/Queue/VirginRunner.py b/Mailman/Queue/VirginRunner.py
index 720ecd253..7d09ef8e9 100644
--- a/Mailman/Queue/VirginRunner.py
+++ b/Mailman/Queue/VirginRunner.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Virgin message queue runner.
diff --git a/Mailman/Queue/__init__.py b/Mailman/Queue/__init__.py
index cdf932575..7fef22451 100644
--- a/Mailman/Queue/__init__.py
+++ b/Mailman/Queue/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/Queue/sbcache.py b/Mailman/Queue/sbcache.py
index 9b918fc5e..dee1bca7f 100644
--- a/Mailman/Queue/sbcache.py
+++ b/Mailman/Queue/sbcache.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""A factory of Switchboards with caching."""
diff --git a/Mailman/SafeDict.py b/Mailman/SafeDict.py
index 37b5198a7..12cf03f57 100644
--- a/Mailman/SafeDict.py
+++ b/Mailman/SafeDict.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""A `safe' dictionary for string interpolation."""
diff --git a/Mailman/SecurityManager.py b/Mailman/SecurityManager.py
index af8e6b071..9454ce610 100644
--- a/Mailman/SecurityManager.py
+++ b/Mailman/SecurityManager.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Handle passwords and sanitize approved messages."""
diff --git a/Mailman/Site.py b/Mailman/Site.py
index d4360d2c1..33e1fdefe 100644
--- a/Mailman/Site.py
+++ b/Mailman/Site.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Provide some customization for site-wide behavior.
diff --git a/Mailman/TopicMgr.py b/Mailman/TopicMgr.py
index 09c10d9b4..27f113fb6 100644
--- a/Mailman/TopicMgr.py
+++ b/Mailman/TopicMgr.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""This class mixes in topic feature configuration for mailing lists.
"""
diff --git a/Mailman/UserDesc.py b/Mailman/UserDesc.py
index aa06639fc..118cf4da3 100644
--- a/Mailman/UserDesc.py
+++ b/Mailman/UserDesc.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""User description class/structure, for ApprovedAddMember and friends."""
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 443bccdac..0e550c13f 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Miscellaneous essential routines.
diff --git a/Mailman/Version.py b/Mailman/Version.py
index ac6a0c2bd..86e300f03 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Mailman version
VERSION = "2.2a0"
diff --git a/Mailman/__init__.py b/Mailman/__init__.py
index 2cbbabb1d..f569e43f4 100644
--- a/Mailman/__init__.py
+++ b/Mailman/__init__.py
@@ -12,4 +12,4 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py
index f41c0b43a..7e21b43d3 100644
--- a/Mailman/htmlformat.py
+++ b/Mailman/htmlformat.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Library for program-based construction of an HTML documents.
diff --git a/Mailman/i18n.py b/Mailman/i18n.py
index c58534384..c102b68cb 100644
--- a/Mailman/i18n.py
+++ b/Mailman/i18n.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import sys
import time
diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in
index c11ac7552..dd977871b 100644
--- a/Mailman/mm_cfg.py.dist.in
+++ b/Mailman/mm_cfg.py.dist.in
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""This module contains your site-specific settings.
diff --git a/Mailman/versions.py b/Mailman/versions.py
index 7aa9d9e8e..594a783fe 100644
--- a/Mailman/versions.py
+++ b/Mailman/versions.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Routines which rectify an old mailing list with current structure.
diff --git a/Makefile.in b/Makefile.in
index d370be767..40e04f56e 100644
--- a/Makefile.in
+++ b/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/NEWS b/NEWS
index b1e602f90..e977094ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Here is a history of user visible changes to Mailman.
diff --git a/README b/README
index 57e4652ad..80dffce4c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
INTRODUCTION
diff --git a/README-I18N.en b/README-I18N.en
index 228bb9a46..ade319bd8 100644
--- a/README-I18N.en
+++ b/README-I18N.en
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
INTERNATIONALIZATION
diff --git a/README.BSD b/README.BSD
index f5b6a0eb0..6a128c3cc 100644
--- a/README.BSD
+++ b/README.BSD
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
BSD ISSUES
diff --git a/README.CONTRIB b/README.CONTRIB
index b15d57cb2..c378f3bce 100644
--- a/README.CONTRIB
+++ b/README.CONTRIB
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Encrypted mailing lists
diff --git a/README.LINUX b/README.LINUX
index eb4107852..55dfff8bb 100644
--- a/README.LINUX
+++ b/README.LINUX
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
GNU/LINUX ISSUES
diff --git a/README.MACOSX b/README.MACOSX
index 272d15fff..f78598899 100644
--- a/README.MACOSX
+++ b/README.MACOSX
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
MacOSX ISSUES
diff --git a/README.NETSCAPE b/README.NETSCAPE
index 0f879b74e..9828127fc 100644
--- a/README.NETSCAPE
+++ b/README.NETSCAPE
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
NETSCAPE ISSUES
diff --git a/README.POSTFIX b/README.POSTFIX
index 4f0f9eb55..e4f184c0e 100644
--- a/README.POSTFIX
+++ b/README.POSTFIX
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
GENERAL SETUP INFORMATION
diff --git a/README.QMAIL b/README.QMAIL
index e7a800fc4..72ab96e31 100644
--- a/README.QMAIL
+++ b/README.QMAIL
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
QMAIL ISSUES
diff --git a/README.SENDMAIL b/README.SENDMAIL
index 8b24e38d7..6edef10cc 100644
--- a/README.SENDMAIL
+++ b/README.SENDMAIL
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
SECURITY NOTE
diff --git a/README.USERAGENT b/README.USERAGENT
index 497e66df0..af5718ecb 100644
--- a/README.USERAGENT
+++ b/README.USERAGENT
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
INTRODUCTION
diff --git a/TODO b/TODO
index f1eafa5a5..917ae48e4 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
The Mailman Wishlist
-(Last Update: $Date: 2003-03-13 05:53:50 +0000 (Thu, 13 Mar 2003) $)
+(Last Update: $Date: 2005-08-27 02:54:05 +0100 (Sat, 27 Aug 2005) $)
Here's the wish list for future versions of Mailman. Many new
features have been added to Mailman 2.1, and it is currently
diff --git a/UPGRADING b/UPGRADING
index 8ce91236b..6ceb16577 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
A NOTE ABOUT MODERATION
diff --git a/admin/bin/Release.py b/admin/bin/Release.py
index e9a4afd8d..6f84c5b3a 100755
--- a/admin/bin/Release.py
+++ b/admin/bin/Release.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Manage releases of Mailman.
diff --git a/admin/bin/mm2do b/admin/bin/mm2do
index 661a25f4b..e6b7a5341 100755
--- a/admin/bin/mm2do
+++ b/admin/bin/mm2do
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Generate the todo.ht file from the plain-text TODO file."""
diff --git a/admin/www/mailman.html b/admin/www/mailman.html
index bc8b1e168..f85581462 100644
--- a/admin/www/mailman.html
+++ b/admin/www/mailman.html
@@ -133,7 +133,7 @@ send other questions to
<A HREF="mailto:gnu@gnu.org"><EM>gnu@gnu.org</EM></A>.
<P>
Copyright (C) 1999,2000 Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<P>
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.<P>
diff --git a/bin/Makefile.in b/bin/Makefile.in
index 091c2cc15..15c3a810d 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/bin/add_members b/bin/add_members
index 1e50b9419..fdc3f02b8 100755
--- a/bin/add_members
+++ b/bin/add_members
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# argv[1] should be the name of the list.
# argv[2] should be the list of non-digested users.
diff --git a/bin/arch b/bin/arch
index 1752b8939..9abef3e41 100644
--- a/bin/arch
+++ b/bin/arch
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Rebuild a list's archive.
diff --git a/bin/b4b5-archfix b/bin/b4b5-archfix
index 0ae66c9d7..1bdaedac5 100644
--- a/bin/b4b5-archfix
+++ b/bin/b4b5-archfix
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fix the MM2.1b4 archives.
diff --git a/bin/change_pw b/bin/change_pw
index 0e365e087..1426420b0 100644
--- a/bin/change_pw
+++ b/bin/change_pw
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Change a list's password.
diff --git a/bin/check_db b/bin/check_db
index c869b1949..b1157bc7d 100755
--- a/bin/check_db
+++ b/bin/check_db
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Check a list's config database file for integrity.
diff --git a/bin/check_perms b/bin/check_perms
index 4f976b06a..f281ba44c 100755
--- a/bin/check_perms
+++ b/bin/check_perms
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Check the permissions for the Mailman installation.
diff --git a/bin/cleanarch b/bin/cleanarch
index 8553ba771..6bc780d21 100644
--- a/bin/cleanarch
+++ b/bin/cleanarch
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Clean up an .mbox archive file.
diff --git a/bin/clone_member b/bin/clone_member
index 5861aff56..1f2a03aca 100755
--- a/bin/clone_member
+++ b/bin/clone_member
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Clone a member address.
diff --git a/bin/config_list b/bin/config_list
index 9675e1422..15a349fdf 100644
--- a/bin/config_list
+++ b/bin/config_list
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Configure a list from a text file description.
diff --git a/bin/convert.py b/bin/convert.py
index 24951b5ec..b0d6a0539 100644
--- a/bin/convert.py
+++ b/bin/convert.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Convert a list's interpolation strings from %-strings to $-strings.
diff --git a/bin/discard b/bin/discard
index 62325e5d3..c30198441 100644
--- a/bin/discard
+++ b/bin/discard
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Discard held messages.
diff --git a/bin/dumpdb b/bin/dumpdb
index ec31cb0fd..2b06ec6ae 100644
--- a/bin/dumpdb
+++ b/bin/dumpdb
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Dump the contents of any Mailman `database' file.
diff --git a/bin/find_member b/bin/find_member
index 3d440de58..0c5d8711d 100755
--- a/bin/find_member
+++ b/bin/find_member
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Find all lists that a member's address is on.
diff --git a/bin/fix_url.py b/bin/fix_url.py
index 582a0e766..2d8dda583 100644
--- a/bin/fix_url.py
+++ b/bin/fix_url.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Reset a list's web_page_url attribute to the default setting.
diff --git a/bin/genaliases b/bin/genaliases
index bda43ef50..18b67efe2 100644
--- a/bin/genaliases
+++ b/bin/genaliases
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Regenerate Mailman specific aliases from scratch.
diff --git a/bin/inject b/bin/inject
index 50deba6a4..cc79f6310 100644
--- a/bin/inject
+++ b/bin/inject
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Inject a message from a file into Mailman's incoming queue.
diff --git a/bin/list_admins b/bin/list_admins
index 0c4e4ffe4..c628a42dc 100644
--- a/bin/list_admins
+++ b/bin/list_admins
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""List all the owners of a mailing list.
diff --git a/bin/list_lists b/bin/list_lists
index 4dd6b55c7..870759b99 100644
--- a/bin/list_lists
+++ b/bin/list_lists
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""List all mailing lists.
diff --git a/bin/list_members b/bin/list_members
index 33eb8db26..cb5740817 100755
--- a/bin/list_members
+++ b/bin/list_members
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""List all the members of a mailing list.
diff --git a/bin/list_owners b/bin/list_owners
index baacf27ac..5b050450d 100644
--- a/bin/list_owners
+++ b/bin/list_owners
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""List the owners of a mailing list, or all mailing lists.
diff --git a/bin/mailmanctl b/bin/mailmanctl
index 4ebeb8362..630c7c347 100644
--- a/bin/mailmanctl
+++ b/bin/mailmanctl
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Primary start-up and shutdown script for Mailman's qrunner daemon.
diff --git a/bin/mmsitepass b/bin/mmsitepass
index 8ae8bc72a..0bb6e77e6 100755
--- a/bin/mmsitepass
+++ b/bin/mmsitepass
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Set the site password, prompting from the terminal.
diff --git a/bin/newlist b/bin/newlist
index 503783d9d..a86aa709b 100755
--- a/bin/newlist
+++ b/bin/newlist
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Create a new, unpopulated mailing list.
diff --git a/bin/qrunner b/bin/qrunner
index bb2f62d32..4162c722f 100644
--- a/bin/qrunner
+++ b/bin/qrunner
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Run one or more qrunners, once or repeatedly.
diff --git a/bin/remove_members b/bin/remove_members
index b8f92f5e9..af5e487e4 100755
--- a/bin/remove_members
+++ b/bin/remove_members
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
"""Remove members from a list.
diff --git a/bin/rmlist b/bin/rmlist
index 2a7cd9693..fbaf30641 100755
--- a/bin/rmlist
+++ b/bin/rmlist
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Remove the components of a mailing list with impunity - beware!
diff --git a/bin/sync_members b/bin/sync_members
index 0fefd07a9..4a21624c1 100755
--- a/bin/sync_members
+++ b/bin/sync_members
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Synchronize a mailing list's membership with a flat file.
diff --git a/bin/transcheck b/bin/transcheck
index 78d1b6d19..73910e771 100755
--- a/bin/transcheck
+++ b/bin/transcheck
@@ -13,7 +13,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 02111-1307, USA.
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""
Check a given Mailman translation, making sure that variables and
diff --git a/bin/unshunt b/bin/unshunt
index cd8a538e5..8b6755878 100644
--- a/bin/unshunt
+++ b/bin/unshunt
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Move a message from the shunt queue to the original queue.
diff --git a/bin/update b/bin/update
index f718e6930..5a6b5325b 100755
--- a/bin/update
+++ b/bin/update
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Perform all necessary upgrades.
diff --git a/bin/version b/bin/version
index 6e10e8697..72c50b890 100644
--- a/bin/version
+++ b/bin/version
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Print the Mailman version.
"""
diff --git a/bin/withlist b/bin/withlist
index 345ff39d9..e717a8609 100644
--- a/bin/withlist
+++ b/bin/withlist
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""General framework for interacting with a mailing list object.
diff --git a/configure.in b/configure.in
index 3385011b3..466e3d042 100644
--- a/configure.in
+++ b/configure.in
@@ -12,10 +12,10 @@
#
# 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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 6515 $)
+AC_REVISION($Revision: 7463 $)
AC_PREREQ(2.0)
AC_INIT(src/common.h)
diff --git a/contrib/auto b/contrib/auto
index 6ac7eba0d..eaa8ab461 100644
--- a/contrib/auto
+++ b/contrib/auto
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Automatically send a message to a mailing list.
"""
diff --git a/contrib/check_perms_grsecurity.py b/contrib/check_perms_grsecurity.py
index 9a4ee9972..3abe55d47 100644
--- a/contrib/check_perms_grsecurity.py
+++ b/contrib/check_perms_grsecurity.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Fixes for running Mailman under the `secure-linux' patch or grsecurity.
diff --git a/contrib/rotatelogs.py b/contrib/rotatelogs.py
index b88cb802e..eb6826353 100644
--- a/contrib/rotatelogs.py
+++ b/contrib/rotatelogs.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Check the error logs and send any which have information in them.
diff --git a/cron/Makefile.in b/cron/Makefile.in
index 9365a6d86..afb033705 100644
--- a/cron/Makefile.in
+++ b/cron/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/cron/bumpdigests b/cron/bumpdigests
index 3636fc6ec..57cc45e1e 100644
--- a/cron/bumpdigests
+++ b/cron/bumpdigests
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Increment the digest volume number and reset the digest number to one.
diff --git a/cron/checkdbs b/cron/checkdbs
index 39b12095a..5f1b9b3c3 100755
--- a/cron/checkdbs
+++ b/cron/checkdbs
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Check for pending admin requests and mail the list owners if necessary.
diff --git a/cron/disabled b/cron/disabled
index 75972e55c..9dd4da838 100644
--- a/cron/disabled
+++ b/cron/disabled
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Process disabled members, recommended once per day.
diff --git a/cron/gate_news b/cron/gate_news
index 19ccb2c68..a84731f3f 100755
--- a/cron/gate_news
+++ b/cron/gate_news
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Poll the NNTP servers for messages to be gatewayed to mailing lists.
diff --git a/cron/mailpasswds b/cron/mailpasswds
index 86f49d18e..c2563e690 100755
--- a/cron/mailpasswds
+++ b/cron/mailpasswds
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Send password reminders for all lists to all users.
diff --git a/cron/nightly_gzip b/cron/nightly_gzip
index 61b641848..0a0f4e332 100644
--- a/cron/nightly_gzip
+++ b/cron/nightly_gzip
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
"""Re-generate the Pipermail gzip'd archive flat files.
diff --git a/cron/senddigests b/cron/senddigests
index 5f03606b6..d3f2781bc 100755
--- a/cron/senddigests
+++ b/cron/senddigests
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Dispatch digests for lists w/pending messages and digest_send_periodic set.
diff --git a/gnu-COPYING-GPL b/gnu-COPYING-GPL
index a43ea2126..3912109b5 100644
--- a/gnu-COPYING-GPL
+++ b/gnu-COPYING-GPL
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 675 Mass Ave, Cambridge, MA 02139, USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -279,7 +279,7 @@ POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
- Appendix: How to Apply These Terms to Your New Programs
+ How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
- Copyright (C) 19yy <name of author>
+ Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -305,14 +305,15 @@ the "copyright" line and a pointer to where the full notice is found.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
- Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/messages/Makefile.in b/messages/Makefile.in
index b90ff5e1b..95370693e 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/messages/hu/FAQ.hu b/messages/hu/FAQ.hu
index cf4183e5a..7430f1d22 100644
--- a/messages/hu/FAQ.hu
+++ b/messages/hu/FAQ.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Megjegyzés: A Mailman GYIK (angolul a FAQ) már on-line is elérhetõ a
"FAQ Wizard" rendszer segítségével, a
diff --git a/messages/hu/INSTALL.hu b/messages/hu/INSTALL.hu
index 521ff9193..7f49f085a 100644
--- a/messages/hu/INSTALL.hu
+++ b/messages/hu/INSTALL.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2004 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Ebben az állományban a GNU Mailman telepítéséhez találunk útmutatót,
amely a GNU szabványos autoconf programjával történik. Legelõször a
diff --git a/messages/hu/README.BSD.hu b/messages/hu/README.BSD.hu
index 3bce8d649..6ff26c6d7 100644
--- a/messages/hu/README.BSD.hu
+++ b/messages/hu/README.BSD.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
BSD TANÁCSOK
diff --git a/messages/hu/README.CONTRIB.hu b/messages/hu/README.CONTRIB.hu
index fcfc90a1a..0b53cdc12 100644
--- a/messages/hu/README.CONTRIB.hu
+++ b/messages/hu/README.CONTRIB.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001,2002,2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Titkosított levelezõlisták
diff --git a/messages/hu/README.LINUX.hu b/messages/hu/README.LINUX.hu
index 757861800..9646a6cee 100644
--- a/messages/hu/README.LINUX.hu
+++ b/messages/hu/README.LINUX.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
GNU/LINUX TUDNIVALÓK
diff --git a/messages/hu/README.MACOSX.hu b/messages/hu/README.MACOSX.hu
index 321c3197c..3b9420c7c 100644
--- a/messages/hu/README.MACOSX.hu
+++ b/messages/hu/README.MACOSX.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2002-2004 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
MacOSX TUDNIVALÓK
diff --git a/messages/hu/README.NETSCAPE.hu b/messages/hu/README.NETSCAPE.hu
index c87f7db2c..efcda422e 100644
--- a/messages/hu/README.NETSCAPE.hu
+++ b/messages/hu/README.NETSCAPE.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
NETSCAPE PROBLÉMA
diff --git a/messages/hu/README.POSTFIX.hu b/messages/hu/README.POSTFIX.hu
index 2f5e17828..f2a36c3f0 100644
--- a/messages/hu/README.POSTFIX.hu
+++ b/messages/hu/README.POSTFIX.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
ÁLTALÁNOS BEÁLLÍTÁSOK
diff --git a/messages/hu/README.QMAIL.hu b/messages/hu/README.QMAIL.hu
index eddb9074b..9963961d1 100644
--- a/messages/hu/README.QMAIL.hu
+++ b/messages/hu/README.QMAIL.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
QMAIL TANÁCSOK
diff --git a/messages/hu/README.SENDMAIL.hu b/messages/hu/README.SENDMAIL.hu
index 58c42b8ae..24928fd17 100644
--- a/messages/hu/README.SENDMAIL.hu
+++ b/messages/hu/README.SENDMAIL.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
BIZTONSÁGI FIGYELMEZTETÉSEK
diff --git a/messages/hu/README.USERAGENT.hu b/messages/hu/README.USERAGENT.hu
index d0e69abaf..d92dd1233 100644
--- a/messages/hu/README.USERAGENT.hu
+++ b/messages/hu/README.USERAGENT.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
BEVEZETÉS
diff --git a/messages/hu/README.hu b/messages/hu/README.hu
index 1c82e0ef1..4638b78ea 100644
--- a/messages/hu/README.hu
+++ b/messages/hu/README.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2004 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
BEVEZETÉS
diff --git a/messages/hu/UPGRADING.hu b/messages/hu/UPGRADING.hu
index 2678352e2..1a070a27f 100644
--- a/messages/hu/UPGRADING.hu
+++ b/messages/hu/UPGRADING.hu
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
MEGJEGYZÉS A MODERÁLÁSHOZ
diff --git a/messages/ja/INSTALL b/messages/ja/INSTALL
index 6300e7c51..390871d79 100644
--- a/messages/ja/INSTALL
+++ b/messages/ja/INSTALL
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
¤³¤ì¤Ï Mailman 2.1 ¤Î INSTALL ¤òµÆÃÏ¡÷¹âÃÎÂ礬ÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡¥
¸íÌõ¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¤Î¤Ç¡¤É¬¤º¸¶ËܡʱÑʸ¡Ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡¥
diff --git a/messages/ja/README b/messages/ja/README
index dad5410fd..f605ca3b2 100644
--- a/messages/ja/README
+++ b/messages/ja/README
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
¤³¤ì¤Ï Mailman 2.1 ¤Î README ¤òµÆÃÏ¡÷¹âÃÎÂ礬ÏÂÌõ¤·¤¿¤â¤Î¤Ç¤¹¡¥
¸íÌõ¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¤Î¤Ç¡¤É¬¤º¸¶ËܡʱÑʸ¡Ë¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡¥
diff --git a/messages/ja/UPGRADING b/messages/ja/UPGRADING
index 31c00e891..cd06e1581 100644
--- a/messages/ja/UPGRADING
+++ b/messages/ja/UPGRADING
@@ -1,6 +1,6 @@
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
»Ê²ñÉÕ¤­¥ê¥¹¥È (Moderation) ¤Ë´Ø¤¹¤ë¥Î¡¼¥È
diff --git a/messages/ja/doc/Defaults.py.in b/messages/ja/doc/Defaults.py.in
index f23fc3d30..ef9c36434 100644
--- a/messages/ja/doc/Defaults.py.in
+++ b/messages/ja/doc/Defaults.py.in
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# [ÌõÃí] ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï, Mailman 2.1.3 ÇÛÉÛʪ¤Ë´Þ¤Þ¤ì¤ë
# Mailman/Defaults.py.in ¤Î¥³¥á¥ó¥ÈÉôʬ¤òÆüËܸì (¶¦Ä̸ì) ¤ËËÝÌõ¤·¤¿
diff --git a/misc/Makefile.in b/misc/Makefile.in
index c557fe56f..30979a0bc 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/misc/mailman.in b/misc/mailman.in
index 48284662f..2f5fbc7aa 100644
--- a/misc/mailman.in
+++ b/misc/mailman.in
@@ -16,7 +16,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Copy this file to /etc/init.d/ (or /etc/rc.d/init.d/ depending on
# your system) and activate it as such:
diff --git a/misc/paths.py.in b/misc/paths.py.in
index 18451ac87..52309254e 100644
--- a/misc/paths.py.in
+++ b/misc/paths.py.in
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# This file becomes paths.py which is installed in may directories. By
# importing this module, sys.path gets `hacked' so that the $prefix/Mailman
diff --git a/misc/sitelist.cfg b/misc/sitelist.cfg
index 511180a03..c8ebfc1d5 100644
--- a/misc/sitelist.cfg
+++ b/misc/sitelist.cfg
@@ -3,7 +3,7 @@
## Mailman - The GNU Mailing List Management System
## Copyright (C) 2003 Free Software Foundation, Inc.
-## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
## General options
#
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 7cedea83d..49b82ec0e 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/scripts/bounces b/scripts/bounces
index b93c6d600..67de045ae 100644
--- a/scripts/bounces
+++ b/scripts/bounces
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Process VERP'd bounces.
diff --git a/scripts/confirm b/scripts/confirm
index 653940aeb..f95634f48 100755
--- a/scripts/confirm
+++ b/scripts/confirm
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Simple confirm via VERP-ish sender.
diff --git a/scripts/driver b/scripts/driver
index 44c1a9b36..8949e44e3 100644
--- a/scripts/driver
+++ b/scripts/driver
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# This better succeed. If this fails, Python is royally screwed so we might
# as well let the Web server give us a fatal and obtrusive error.
diff --git a/scripts/join b/scripts/join
index 77ca506b7..4e76010cb 100755
--- a/scripts/join
+++ b/scripts/join
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Simple join-a-list email address.
diff --git a/scripts/leave b/scripts/leave
index d7419e1ab..a95c26a63 100755
--- a/scripts/leave
+++ b/scripts/leave
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Simple leave-a-list email address.
diff --git a/scripts/owner b/scripts/owner
index 947c74c93..e03030eea 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Send a message to the mailing list owner.
diff --git a/scripts/post b/scripts/post
index 5dde06397..12ff0381b 100755
--- a/scripts/post
+++ b/scripts/post
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Accept posts to a list and handle them properly.
diff --git a/scripts/request b/scripts/request
index a55577f0a..12600a2b2 100755
--- a/scripts/request
+++ b/scripts/request
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Process emailed commands.
diff --git a/src/Makefile.in b/src/Makefile.in
index 95f577057..7145cd98a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/src/cgi-wrapper.c b/src/cgi-wrapper.c
index 351d4e1ed..29d9ec5a1 100644
--- a/src/cgi-wrapper.c
+++ b/src/cgi-wrapper.c
@@ -15,7 +15,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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/src/common.c b/src/common.c
index cde8064cb..d18a0c60a 100644
--- a/src/common.c
+++ b/src/common.c
@@ -14,7 +14,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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "common.h"
diff --git a/src/common.h b/src/common.h
index c0ce0a050..451a15617 100644
--- a/src/common.h
+++ b/src/common.h
@@ -14,7 +14,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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <stdlib.h>
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index 2d63a9804..f268d5a5e 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -15,7 +15,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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "common.h"
diff --git a/src/vsnprintf.c b/src/vsnprintf.c
index 80ce2ebb1..48eb58782 100644
--- a/src/vsnprintf.c
+++ b/src/vsnprintf.c
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, write to the
* Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*
****************************************************************
*/
diff --git a/templates/Makefile.in b/templates/Makefile.in
index da32b6233..df24b8ba7 100644
--- a/templates/Makefile.in
+++ b/templates/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/tests/EmailBase.py b/tests/EmailBase.py
index 1fe246429..d83ccbcf4 100644
--- a/tests/EmailBase.py
+++ b/tests/EmailBase.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Base class for tests that email things.
"""
diff --git a/tests/Makefile.in b/tests/Makefile.in
index c4a03a05a..26d6e3166 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/tests/TestBase.py b/tests/TestBase.py
index fca806b7a..d503e420c 100644
--- a/tests/TestBase.py
+++ b/tests/TestBase.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Test base class which handles creating and deleting a test list.
"""
diff --git a/tests/bounces/Makefile.in b/tests/bounces/Makefile.in
index 1aaa9ff96..579809755 100644
--- a/tests/bounces/Makefile.in
+++ b/tests/bounces/Makefile.in
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public Licenseo
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/tests/msgs/Makefile.in b/tests/msgs/Makefile.in
index b1afe2508..736d721f1 100644
--- a/tests/msgs/Makefile.in
+++ b/tests/msgs/Makefile.in
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public Licenseo
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
diff --git a/tests/onebounce.py b/tests/onebounce.py
index 24467342e..2b05807cc 100755
--- a/tests/onebounce.py
+++ b/tests/onebounce.py
@@ -14,7 +14,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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Test the bounce detection for files containing bounces.
diff --git a/tests/test_bounces.py b/tests/test_bounces.py
index 2cb417e30..2ad1cd8fb 100644
--- a/tests/test_bounces.py
+++ b/tests/test_bounces.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Test the bounce detection modules."""
diff --git a/tests/test_handlers.py b/tests/test_handlers.py
index 46153e72b..66c583f7a 100644
--- a/tests/test_handlers.py
+++ b/tests/test_handlers.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for the various Mailman/Handlers/*.py modules.
"""
diff --git a/tests/test_lockfile.py b/tests/test_lockfile.py
index 7f300c6b8..832e745f9 100644
--- a/tests/test_lockfile.py
+++ b/tests/test_lockfile.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for the LockFile class.
"""
diff --git a/tests/test_membership.py b/tests/test_membership.py
index ae408fe30..8ffda18b8 100644
--- a/tests/test_membership.py
+++ b/tests/test_membership.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for OldStyleMemberships.
"""
diff --git a/tests/test_message.py b/tests/test_message.py
index 7a104f05c..da6f8a087 100644
--- a/tests/test_message.py
+++ b/tests/test_message.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for the various Message class methods.
"""
diff --git a/tests/test_runners.py b/tests/test_runners.py
index 6363ac66b..c0baf02ba 100644
--- a/tests/test_runners.py
+++ b/tests/test_runners.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for the various Mailman/Queue/*Runner.py modules
"""
diff --git a/tests/test_safedict.py b/tests/test_safedict.py
index ac340918f..27d6adb3b 100644
--- a/tests/test_safedict.py
+++ b/tests/test_safedict.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for the SafeDict.py module
"""
diff --git a/tests/test_security_mgr.py b/tests/test_security_mgr.py
index bfe902a1b..c63f0876b 100644
--- a/tests/test_security_mgr.py
+++ b/tests/test_security_mgr.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""Unit tests for Mailman/SecurityManager.py
"""
diff --git a/tests/testall.py b/tests/testall.py
index 8630222da..1afbfe5d3 100644
--- a/tests/testall.py
+++ b/tests/testall.py
@@ -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 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"""PyUnit-based test harness for Mailman."""