[Mailman-Developers] Using Exim: Getting bounce mail frozen due to no Message-Id header

2018-11-15 Thread Andrew Hodgson
Hi, using Exim as MTA. Some of the NDRs to the -bounce address are coming in without Message-Id headers and Exim doesn't add one. When the bounce gets pushed via LMTP it gets spat out because of the lack of a Message-Id header and due to the Null return envelope Exim freezes the message. Has

[Mailman-Developers] Django Allauth dependency of HyperKitty and Postorius

2018-11-15 Thread Robin Vanhove
Hello all, I have noticed that HyperKitty and Postorius are both dependent on the allauth app of which they only use the EmailAddress model. It is understandable to use this because the wheel should not be reinvented, but this does make it more difficult to add these to an existing django project

[Mailman-Developers] Re: Using Exim: Getting bounce mail frozen due to no Message-Id header

2018-11-15 Thread Mark Sapiro
On 11/15/18 9:29 AM, Andrew Hodgson wrote: > Hi, > > using Exim as MTA. Some of the NDRs to the -bounce address are coming in > without Message-Id headers and Exim doesn't add one. When the bounce gets > pushed via LMTP it gets spat out because of the lack of a Message-Id header > and due to