[Mailman-Developers] New beta release needed (+ little patch)

Bernhard Reiter bernhard@intevation.de
Wed, 21 Jun 2000 12:28:16 +0200


--6b3yLyRKT1M6kiA0
Content-Type: multipart/mixed; boundary="wj9ZLJVQDRFjGSdK"


--wj9ZLJVQDRFjGSdK
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

It looks like a new mailman beta or even pre beta release is badly=20
needed. I had to make to many little adjustments to 2.0b2.
(Also see my mail to mailman-users in April.)

So please release a bug-fix version. I see people going for the CVS
version. This creates a lot of work for people who just want to run
mailman in a stable way.

Here is another little patch so that error messages for external
archivers do not get lost. (You have to other chance to get that
information.)

Regards,
	Bernhard

--=20
Professional Service around Free Software                (intevation.net) =
=20
The FreeGIS Project				            (freegis.org)
Association for a Free Informational Infrastructure            (ffii.org)

--wj9ZLJVQDRFjGSdK
Content-Type: text/plain; charset=us-ascii
Content-Description: Patch to log error messages from external archivers
Content-Disposition: attachment; filename="2.0beta2.local4.diff"
Content-Transfer-Encoding: quoted-printable

--- Mailman/Archiver/Archiver.py.org	Tue Jun 20 21:30:00 2000
+++ Mailman/Archiver/Archiver.py	Tue Jun 20 21:38:45 2000
@@ -180,8 +180,10 @@
         status =3D extarch.close()
         if status:
             self.LogMsg('error',
-                        'external archiver non-zero exit status: %d\n' %
-                        (status & 0xff00) >> 8)
+                        'external archiver non-zero exit status: %d\n'=20
+			'\t while piping mail into:\n'
+			'\t\"%s\"' %
+                        ((status & 0xff00) >> 8,cmd) )
=20
     #
     # archiving in real time  this is called from list.post(msg)

--wj9ZLJVQDRFjGSdK--

--6b3yLyRKT1M6kiA0
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (SunOS)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjlQmL0ACgkQh9ag3dpKERb7pQCfd+KEvtcnTLwSCfgH8Ddp+2Wd
qrAAoNfWpsES3z6WbbrOl834+Ki9ihfo
=iwGE
-----END PGP SIGNATURE-----

--6b3yLyRKT1M6kiA0--