diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/aliases.py | 2 | ||||
| -rw-r--r-- | modules/htmlformat.py | 4 | ||||
| -rw-r--r-- | modules/maillist.py | 4 | ||||
| -rw-r--r-- | modules/mm_admin.py | 4 | ||||
| -rw-r--r-- | modules/mm_archive.py | 4 | ||||
| -rw-r--r-- | modules/mm_bouncer.py | 4 | ||||
| -rw-r--r-- | modules/mm_cfg.py.in | 4 | ||||
| -rw-r--r-- | modules/mm_defaults.py | 4 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 4 | ||||
| -rw-r--r-- | modules/mm_deliver.py | 4 | ||||
| -rw-r--r-- | modules/mm_digest.py | 4 | ||||
| -rw-r--r-- | modules/mm_err.py | 4 | ||||
| -rw-r--r-- | modules/mm_html.py | 4 | ||||
| -rw-r--r-- | modules/mm_mailcmd.py | 4 | ||||
| -rw-r--r-- | modules/mm_mbox.py | 4 | ||||
| -rw-r--r-- | modules/mm_message.py | 4 | ||||
| -rw-r--r-- | modules/mm_security.py | 4 | ||||
| -rw-r--r-- | modules/mm_utils.py | 4 | ||||
| -rw-r--r-- | modules/smtplib.py | 2 | ||||
| -rw-r--r-- | modules/versions.py | 4 |
20 files changed, 38 insertions, 38 deletions
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 |
