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

Bernhard Reiter bernhard at intevation.de
Wed Jun 21 12:28:16 CEST 2000


It looks like a new mailman beta or even pre beta release is badly 
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

-- 
Professional Service around Free Software                (intevation.net)  
The FreeGIS Project				            (freegis.org)
Association for a Free Informational Infrastructure            (ffii.org)
-------------- next part --------------
--- 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 = 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' 
+			'\t while piping mail into:\n'
+			'\t\"%s\"' %
+                        ((status & 0xff00) >> 8,cmd) )
 
     #
     # archiving in real time  this is called from list.post(msg)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 244 bytes
Desc: not available
Url : http://mail.python.org/pipermail/mailman-users/attachments/20000621/9f1377d4/attachment.pgp 


More information about the Mailman-Users mailing list