Re: Bug in ubuntu package for Mailman

2016-11-17 Thread Christian Ehrhardt
On Thu, Nov 17, 2016 at 5:18 PM, Philip Colmer 
wrote:

> It looks as if https://bugs.launchpad.net/mailman/+bug/1251495 has not
> been applied to the ubuntu package for Mailman. I have checked both
> 1:2.1.16-2ubuntu0.2 and 1:2.1.16-2, and Tagger.py has the bug in it.
> Hand-altering the file to implement the fix does correct the problem.
>

Hi Phillip,
thanks for your report.
The old bug unfortunately doesn't have a lot of information.
Would that be this Diff that is missing?:

@@ -71,7 +73,7 @@
 if hits:
 msgdata['topichits'] = hits.keys()
 change_header('X-Topics', NLTAB.join(hits.keys()),
-  mlist, msg, msgdata, Delete=False)
+  mlist, msg, msgdata, delete=False)

I wasn't sure so I didn't want to flag the bug improperly - but If so
please just add this snippet (or whatever else is the diff that is missing)
to the bug and set it to "new" again.
That should let it enter the normal pipeline to get handled and cleaned up.


-- 
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Bug in ubuntu package for Mailman

2016-11-17 Thread Philip Colmer
Hi

It looks as if https://bugs.launchpad.net/mailman/+bug/1251495 has not been
applied to the ubuntu package for Mailman. I have checked both
1:2.1.16-2ubuntu0.2 and 1:2.1.16-2, and Tagger.py has the bug in it.
Hand-altering the file to implement the fix does correct the problem.

This is a high importance bug that can cause email to "disappear" since
Mailman gets an exception and just puts the email into the shunt directory.

Regards

Philip
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss