[Mailman-Developers] Possible bug in archiving

Matt Davis bigdog@dogpound.vnet.net
Thu, 18 May 2000 14:04:43 -0400 (EDT)


This was discussed a while back in the list..  And this patch that was
posted then should fix it.

--- ListAdmin.py        Thu May 18 14:00:33 2000
+++ ListAdmin.py~       Thu May 18 14:00:06 2000
@@ -140,7 +140,7 @@
         omask = os.umask(002)
         try:
             fp = open(os.path.join(mm_cfg.DATA_DIR, filename), 'w')
-            fp.write(str(msg))
+            fp.write(msg.unixfrom + str(msg))
             fp.close()
         finally:
             os.umask(omask)


On Thu, 18 May 2000, Serge Egelman wrote:

> Hi,
>         I'm running 2.0Beta2 and there seems to be a bug in the
> archiving
> feature.  All messages that require moderator approval are not
> archived.  All messages that go directly to the list are archived
> properly.  Any ideas?
> 
> serge

-- 
Matt Davis - ICQ# 934680
http://dogpound.vnet.net/

                   It's not a bug, it's tradition!