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 /cgi | |
| parent | ef2aa7700d411436be32e36478cbda2395652df3 (diff) | |
| download | mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.gz mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.tar.zst mailman-2f8aee333c15ef55e81d1702c9c477f688221d10.zip | |
Fixed a typo in the zipcode.
Diffstat (limited to 'cgi')
| -rwxr-xr-x | cgi/admin | 4 | ||||
| -rwxr-xr-x | cgi/admindb | 4 | ||||
| -rwxr-xr-x | cgi/archives | 2 | ||||
| -rwxr-xr-x | cgi/edithtml | 4 | ||||
| -rwxr-xr-x | cgi/handle_opts | 4 | ||||
| -rwxr-xr-x | cgi/listinfo | 4 | ||||
| -rwxr-xr-x | cgi/options | 4 | ||||
| -rwxr-xr-x | cgi/private | 4 | ||||
| -rwxr-xr-x | cgi/roster | 4 | ||||
| -rwxr-xr-x | cgi/subscribe | 4 |
10 files changed, 19 insertions, 19 deletions
@@ -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') |
