diff options
| author | viega | 1998-05-26 03:04:35 +0000 |
|---|---|---|
| committer | viega | 1998-05-26 03:04:35 +0000 |
| commit | 2f8aee333c15ef55e81d1702c9c477f688221d10 (patch) | |
| tree | 365b1fb5706e2434481dde56c5b49ed16f2ede14 | |
| parent | ef2aa7700d411436be32e36478cbda2395652df3 (diff) | |
| download | mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.gz mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.zst mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.zip | |
68 files changed, 121 insertions, 121 deletions
diff --git a/Mailman/Archiver.py b/Mailman/Archiver.py index 32944a20a..9472e78c6 100644 --- a/Mailman/Archiver.py +++ b/Mailman/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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class for putting new messages in the right place for archival. @@ -21,7 +21,7 @@ Public archives are separated from private ones. An external archival mechanism (eg, pipermail) should be pointed to the right places, to do the archival.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, os, string import mm_utils, mm_mbox, mm_cfg, mm_message diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index ba98659ef..463e6b461 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "Handle delivery bounce messages, doing filtering when list is set for it." -__version__ = "$Revision: 544 $" +__version__ = "$Revision: 547 $" # It's possible to get the mail-list senders address (list-admin) in the # bounce list. You probably don't want to have list mail sent to that diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index ab2a35154..62006ae56 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Distributed default settings for significant mailman config variables. @@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b3' -__version__ = "$Revision: 545 $" +__version__ = "$Revision: 547 $" # The URL for Mailman sources, etc. - you probably don't want to change this. MAILMAN_URL = 'http://www.list.org/' diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 23a7f611f..2b189d689 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class with message delivery routines.""" -__version__ = "$Revision: 546 $" +__version__ = "$Revision: 547 $" import string, os, sys, tempfile diff --git a/Mailman/Digester.py b/Mailman/Digester.py index f85af8c10..aafd90794 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class with list-digest handling methods and settings.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import mm_utils, mm_err, mm_message, mm_cfg import time, os, string, re diff --git a/Mailman/Errors.py b/Mailman/Errors.py index 746c24380..33bd99148 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Shared mailman errors and messages.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" MMUnknownListError = "MMUnknownListError" diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index ec4f6c4c6..dcab91891 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Routines for presentation of list-specific HTML text.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import os diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py index 047612e27..4104f74ef 100644 --- a/Mailman/ListAdmin.py +++ b/Mailman/ListAdmin.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class which handles of administrative requests.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # When an operation can't be completed, and is sent to the list admin for # Handling, we consider that an error condition, and raise MMNeedApproval diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index c8538a8ac..221dd73a7 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process maillist user commands arriving via email.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Try to stay close to majordomo commands, but accept common mistakes. # Not implemented: get / index / which. diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 9a65fe0b9..72304b12a 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "The class representing a mailman maillist. Mixes in many feature classes." -__version__ = "$Revision: 543 $" +__version__ = "$Revision: 547 $" try: import mm_cfg diff --git a/Mailman/Mailbox.py b/Mailman/Mailbox.py index e3d63a853..8eb50c78c 100644 --- a/Mailman/Mailbox.py +++ b/Mailman/Mailbox.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "Extend mailbox.UnixMailbox." -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import mailbox diff --git a/Mailman/Message.py b/Mailman/Message.py index e85af9aff..5b733bd0d 100644 --- a/Mailman/Message.py +++ b/Mailman/Message.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Embody incoming and outgoing messages as objects.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/Mailman/SecurityManager.py b/Mailman/SecurityManager.py index 67b9d40ca..016620d1e 100644 --- a/Mailman/SecurityManager.py +++ b/Mailman/SecurityManager.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Handle passwords and sanitize approved messages.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import crypt, types, string, os diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 26e41d196..43a7507e1 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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Miscellaneous essential routines. @@ -22,7 +22,7 @@ message and address munging, a handy-dandy routine to map a function on all the maillists, the Logging routines, and whatever else doesn't belong elsewhere.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, string, fcntl, os, random, regsub, re diff --git a/Mailman/aliases.py b/Mailman/aliases.py index b56d18d14..525e0cfe2 100644 --- a/Mailman/aliases.py +++ b/Mailman/aliases.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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # This is mailman's interface to the alias database. diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index 68b0fe4fc..587bb1a0a 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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Library for program-based construction of an HTML documents. @@ -20,7 +20,7 @@ Encapsulate HTML formatting directives in classes that act as containers for python and, recursively, for nested HTML formatting objects.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Eventually could abstract down to HtmlItem, which outputs an arbitrary html # object given start / end tags, valid options, and a value. diff --git a/Mailman/mm_cfg.py.dist.in b/Mailman/mm_cfg.py.dist.in index 764924859..b79dc8927 100644 --- a/Mailman/mm_cfg.py.dist.in +++ b/Mailman/mm_cfg.py.dist.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """This is the module which takes your site-specific settings. @@ -35,7 +35,7 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" ####################################################### # Here's where we get the distributed defaults. # diff --git a/Mailman/smtplib.py b/Mailman/smtplib.py index fdb4b3bff..7d914975d 100644 --- a/Mailman/smtplib.py +++ b/Mailman/smtplib.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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # A quick hack. Talk to the SMTP port. diff --git a/Mailman/versions.py b/Mailman/versions.py index 8ff02d1e6..ea9c7d9f6 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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Routines which rectify an old maillist with current maillist structure. @@ -32,7 +32,7 @@ updates the data_version number of the list, and then does a .Save(), so the transformations won't be run again until another version change is detected.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import re, string, types import mm_cfg @@ -13,14 +13,14 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process and produce the list-administration options forms. To run stand-alone for debugging, set env var PATH_INFO to name of list and, optionally, options category.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/admindb b/cgi/admindb index 3401f864d..bd1216958 100755 --- a/cgi/admindb +++ b/cgi/admindb @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Produce and process the pending-approval items for a list.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/archives b/cgi/archives index e13518486..08497df27 100755 --- a/cgi/archives +++ b/cgi/archives @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # This script is being deprecated, in favor hookups for an external archiver. diff --git a/cgi/edithtml b/cgi/edithtml index e3680944c..f721953e8 100755 --- a/cgi/edithtml +++ b/cgi/edithtml @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Script which implements admin editing of the list's html templates.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/handle_opts b/cgi/handle_opts index 63106d426..cdd92e96f 100755 --- a/cgi/handle_opts +++ b/cgi/handle_opts @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process input to user options form.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cgi/listinfo b/cgi/listinfo index 2fb2dfc15..9aa031004 100755 --- a/cgi/listinfo +++ b/cgi/listinfo @@ -13,13 +13,13 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Produce listinfo page, primary web entry-point to maillists. Errors are redirected to logs/errors.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # No lock needed in this script, because we don't change data. diff --git a/cgi/options b/cgi/options index 3fb248a0f..c6c2f3427 100755 --- a/cgi/options +++ b/cgi/options @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Produce user options form, from list options.html template. @@ -21,7 +21,7 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid. (Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance, will work fine with an unobscured ids as well.)""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/private b/cgi/private index 370370a75..a91e4d35a 100755 --- a/cgi/private +++ b/cgi/private @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Provide a password-interface wrapper around a hierarchy of web pages. @@ -26,7 +26,7 @@ subscribers. executables are). """ -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, os, string, re diff --git a/cgi/roster b/cgi/roster index 439e86f0a..54f3510f7 100755 --- a/cgi/roster +++ b/cgi/roster @@ -13,13 +13,13 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Produce subscriber roster, using listinfo form data, roster.html template. Takes listname in PATH_INFO.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # We don't need to lock in this script, because we're never going to change # data. diff --git a/cgi/subscribe b/cgi/subscribe index fa5efd1ff..d8dee86cc 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process listinfo form submission, ie subscriptions or roster requests.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys sys.path.append('/home/mailman/mailman/modules') diff --git a/cron/archive b/cron/archive index 210118247..bcc2a2913 100755 --- a/cron/archive +++ b/cron/archive @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) diff --git a/cron/checkdbs b/cron/checkdbs index f1f08a37e..b65d8b599 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "Invoked by cron, checks for pending list requests and mails the admin if any." -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, os diff --git a/cron/mailpasswds b/cron/mailpasswds index 4ee6a8ca8..5b1ef1e0f 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Send password reminders for all lists to all users. @@ -21,7 +21,7 @@ We accumulate users and their passwords, and use the last list to send a single message to each user with their complete collection of passwords, rather than sending a single message for each password.""" -__version__ = "$Revision: 541 $" +__version__ = "$Revision: 547 $" # This puppy should probably do lots of logging. diff --git a/cron/senddigests b/cron/senddigests index 320c49aad..2281b658c 100755 --- a/cron/senddigests +++ b/cron/senddigests @@ -13,13 +13,13 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Dispatch digests for lists w/pending messages and digest_send_periodic set. Typically it's invoked via cron.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, os diff --git a/cron/upvolumes_monthly b/cron/upvolumes_monthly index 99215f96b..22b595602 100755 --- a/cron/upvolumes_monthly +++ b/cron/upvolumes_monthly @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) diff --git a/cron/upvolumes_yearly b/cron/upvolumes_yearly index fa97d1a04..a2fe7c70e 100755 --- a/cron/upvolumes_yearly +++ b/cron/upvolumes_yearly @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # NOTE: This is being deprecated since mailman has been shifted over to an # external archiver (ie, andrew kuchling's latest version of pipermail.) diff --git a/filters/bowa-strip b/filters/bowa-strip index 0dd527a9a..70f4d57b6 100755 --- a/filters/bowa-strip +++ b/filters/bowa-strip @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import sys, __main__, string diff --git a/mail/deliver b/mail/deliver index a84bb539e..c6d049781 100755 --- a/mail/deliver +++ b/mail/deliver @@ -13,11 +13,11 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Partition a mass delivery into a suitable set of subdeliveries.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Heh, heh, heh, this partition reminds me of the knapsack problem ;-) # Ie, the optimal distribution here is NP Complete. diff --git a/mail/dumb_deliver b/mail/dumb_deliver index c59a74ce1..7e62b4293 100644 --- a/mail/dumb_deliver +++ b/mail/dumb_deliver @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SENDMAIL_CMD = '/usr/sbin/sendmail -f %s %s' import os diff --git a/modules/aliases.py b/modules/aliases.py index b56d18d14..525e0cfe2 100644 --- a/modules/aliases.py +++ b/modules/aliases.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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # This is mailman's interface to the alias database. diff --git a/modules/htmlformat.py b/modules/htmlformat.py index 68b0fe4fc..587bb1a0a 100644 --- a/modules/htmlformat.py +++ b/modules/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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Library for program-based construction of an HTML documents. @@ -20,7 +20,7 @@ Encapsulate HTML formatting directives in classes that act as containers for python and, recursively, for nested HTML formatting objects.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Eventually could abstract down to HtmlItem, which outputs an arbitrary html # object given start / end tags, valid options, and a value. diff --git a/modules/maillist.py b/modules/maillist.py index 9a65fe0b9..72304b12a 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "The class representing a mailman maillist. Mixes in many feature classes." -__version__ = "$Revision: 543 $" +__version__ = "$Revision: 547 $" try: import mm_cfg diff --git a/modules/mm_admin.py b/modules/mm_admin.py index 047612e27..4104f74ef 100644 --- a/modules/mm_admin.py +++ b/modules/mm_admin.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class which handles of administrative requests.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # When an operation can't be completed, and is sent to the list admin for # Handling, we consider that an error condition, and raise MMNeedApproval diff --git a/modules/mm_archive.py b/modules/mm_archive.py index 32944a20a..9472e78c6 100644 --- a/modules/mm_archive.py +++ b/modules/mm_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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class for putting new messages in the right place for archival. @@ -21,7 +21,7 @@ Public archives are separated from private ones. An external archival mechanism (eg, pipermail) should be pointed to the right places, to do the archival.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, os, string import mm_utils, mm_mbox, mm_cfg, mm_message diff --git a/modules/mm_bouncer.py b/modules/mm_bouncer.py index ba98659ef..463e6b461 100644 --- a/modules/mm_bouncer.py +++ b/modules/mm_bouncer.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "Handle delivery bounce messages, doing filtering when list is set for it." -__version__ = "$Revision: 544 $" +__version__ = "$Revision: 547 $" # It's possible to get the mail-list senders address (list-admin) in the # bounce list. You probably don't want to have list mail sent to that diff --git a/modules/mm_cfg.py.in b/modules/mm_cfg.py.in index 764924859..b79dc8927 100644 --- a/modules/mm_cfg.py.in +++ b/modules/mm_cfg.py.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """This is the module which takes your site-specific settings. @@ -35,7 +35,7 @@ setting by using the value as a format string against the list-instance-object's dictionary - see the distributed value of DEFAULT_MSG_FOOTER for an example.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" ####################################################### # Here's where we get the distributed defaults. # diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index ab2a35154..62006ae56 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Distributed default settings for significant mailman config variables. @@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b3' -__version__ = "$Revision: 545 $" +__version__ = "$Revision: 547 $" # The URL for Mailman sources, etc. - you probably don't want to change this. MAILMAN_URL = 'http://www.list.org/' diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index ab2a35154..62006ae56 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Distributed default settings for significant mailman config variables. @@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones. import os VERSION = '1.0b3' -__version__ = "$Revision: 545 $" +__version__ = "$Revision: 547 $" # The URL for Mailman sources, etc. - you probably don't want to change this. MAILMAN_URL = 'http://www.list.org/' diff --git a/modules/mm_deliver.py b/modules/mm_deliver.py index 23a7f611f..2b189d689 100644 --- a/modules/mm_deliver.py +++ b/modules/mm_deliver.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class with message delivery routines.""" -__version__ = "$Revision: 546 $" +__version__ = "$Revision: 547 $" import string, os, sys, tempfile diff --git a/modules/mm_digest.py b/modules/mm_digest.py index f85af8c10..aafd90794 100644 --- a/modules/mm_digest.py +++ b/modules/mm_digest.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Mixin class with list-digest handling methods and settings.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import mm_utils, mm_err, mm_message, mm_cfg import time, os, string, re diff --git a/modules/mm_err.py b/modules/mm_err.py index 746c24380..33bd99148 100644 --- a/modules/mm_err.py +++ b/modules/mm_err.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Shared mailman errors and messages.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" MMUnknownListError = "MMUnknownListError" diff --git a/modules/mm_html.py b/modules/mm_html.py index ec4f6c4c6..dcab91891 100644 --- a/modules/mm_html.py +++ b/modules/mm_html.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Routines for presentation of list-specific HTML text.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import os diff --git a/modules/mm_mailcmd.py b/modules/mm_mailcmd.py index c8538a8ac..221dd73a7 100644 --- a/modules/mm_mailcmd.py +++ b/modules/mm_mailcmd.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process maillist user commands arriving via email.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Try to stay close to majordomo commands, but accept common mistakes. # Not implemented: get / index / which. diff --git a/modules/mm_mbox.py b/modules/mm_mbox.py index e3d63a853..8eb50c78c 100644 --- a/modules/mm_mbox.py +++ b/modules/mm_mbox.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "Extend mailbox.UnixMailbox." -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import mailbox diff --git a/modules/mm_message.py b/modules/mm_message.py index e85af9aff..5b733bd0d 100644 --- a/modules/mm_message.py +++ b/modules/mm_message.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Embody incoming and outgoing messages as objects.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/modules/mm_security.py b/modules/mm_security.py index 67b9d40ca..016620d1e 100644 --- a/modules/mm_security.py +++ b/modules/mm_security.py @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Handle passwords and sanitize approved messages.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import crypt, types, string, os diff --git a/modules/mm_utils.py b/modules/mm_utils.py index 26e41d196..43a7507e1 100644 --- a/modules/mm_utils.py +++ b/modules/mm_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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Miscellaneous essential routines. @@ -22,7 +22,7 @@ message and address munging, a handy-dandy routine to map a function on all the maillists, the Logging routines, and whatever else doesn't belong elsewhere.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys, string, fcntl, os, random, regsub, re diff --git a/modules/smtplib.py b/modules/smtplib.py index fdb4b3bff..7d914975d 100644 --- a/modules/smtplib.py +++ b/modules/smtplib.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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # A quick hack. Talk to the SMTP port. diff --git a/modules/versions.py b/modules/versions.py index 8ff02d1e6..ea9c7d9f6 100644 --- a/modules/versions.py +++ b/modules/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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Routines which rectify an old maillist with current maillist structure. @@ -32,7 +32,7 @@ updates the data_version number of the list, and then does a .Save(), so the transformations won't be run again until another version change is detected.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import re, string, types import mm_cfg diff --git a/scripts/answer_majordomo_mail b/scripts/answer_majordomo_mail index 8a7220e5f..0c0ffc82a 100755 --- a/scripts/answer_majordomo_mail +++ b/scripts/answer_majordomo_mail @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # This is another script that's really just for my use, but # feel free to use it if you know how... diff --git a/scripts/mailcmd b/scripts/mailcmd index 3b767d7b4..4120fb9c7 100755 --- a/scripts/mailcmd +++ b/scripts/mailcmd @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process emailed commands. @@ -22,7 +22,7 @@ of the target mailing list. Errors are redirected to logs/errors.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/scripts/mailowner b/scripts/mailowner index 70a9b0d85..914e3f6fc 100755 --- a/scripts/mailowner +++ b/scripts/mailowner @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Send a message to the maillist owner. @@ -22,7 +22,7 @@ This script gets called by the wrapper. Stdin is the mail message, and argv[1] is the name of the mailing list whose owner(s) to send mail to.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/scripts/owner b/scripts/owner index 70a9b0d85..914e3f6fc 100755 --- a/scripts/owner +++ b/scripts/owner @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Send a message to the maillist owner. @@ -22,7 +22,7 @@ This script gets called by the wrapper. Stdin is the mail message, and argv[1] is the name of the mailing list whose owner(s) to send mail to.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/scripts/post b/scripts/post index 195894c23..964c71a75 100755 --- a/scripts/post +++ b/scripts/post @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Accept posts to a list and handle them properly. @@ -22,7 +22,7 @@ This script is invoked via the mail wrapper. Stdin is the mail message, and argv[1] is the name of the target mailing list.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" # Todo: check size of To: list < 100 # Send back why the post was rejected. diff --git a/scripts/request b/scripts/request index 3b767d7b4..4120fb9c7 100755 --- a/scripts/request +++ b/scripts/request @@ -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 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Process emailed commands. @@ -22,7 +22,7 @@ of the target mailing list. Errors are redirected to logs/errors.""" -__version__ = "$Revision: 539 $" +__version__ = "$Revision: 547 $" import sys diff --git a/src/Makefile b/src/Makefile index d246f2e9c..2ea6a4d7f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. HOME=/home/mailman diff --git a/src/alias-wrapper.c b/src/alias-wrapper.c index 212f04c50..0b0132246 100644 --- a/src/alias-wrapper.c +++ b/src/alias-wrapper.c @@ -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 0211-1307, USA. +** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> diff --git a/src/cgi-wrapper.c b/src/cgi-wrapper.c index 5c6ac9504..37226adcb 100644 --- a/src/cgi-wrapper.c +++ b/src/cgi-wrapper.c @@ -17,7 +17,7 @@ ** ** You should have received a copy of the GNU General Public License ** along with this program; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** ** 10-17-96 : Hal Schechner (hal-j@channel21.com) ** diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c index 3ad0803d4..ea15c409c 100644 --- a/src/mail-wrapper.c +++ b/src/mail-wrapper.c @@ -17,7 +17,7 @@ ** ** You should have received a copy of the GNU General Public License ** along with this program; if not, write to the Free Software -** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211-1307, USA. +** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** ** 10-17-96 : Hal Schechner (hal-j@channel21.com) ** |
