[Mailman-Developers] Bug still in current CVS

Dan Mick Dan.Mick@west.sun.com
Wed, 21 Jun 2000 14:48:33 -0700


I had to fix this bug, which was reported in May, before I could use the current
CVS:

dmick@we-24-30-117-227> diff ListAdmin.py.orig ListAdmin.py
182c182
<             enqueue = HandlerAPI.DeliverToList(self, msg, newdata=msgdata)
---
>             enqueue = HandlerAPI.DeliverToList(self, msg, msgdata)

Could someone with putback access clean this up, please?