* On 07 Jan 2015, Moritz Barsnick wrote: > On Wed, Jan 07, 2015 at 15:45:25 +0100, Joel Marchand wrote: > > > > causes mutt to "core dumped" for the > > I can reproduce for group reply with an old version of mine, but not > with latest hg development version.
Joel, thanks for the bug report. Like Moritz, I can't reproduce with Mutt 1.5.23+32,mq+21 (b88a7e357edc) (2014-03-12). I suspect the bug has to do with this line from your mbox: > To: [email protected]: That's an odd address. It's not strictly valid but it should not crash. (A strict parser should turn this into an empty address because the : in the address makes it a group label rather than an "addr-spec", but it's not completely valid because there's no ; at the end.) Current mutt handles this by ignoring the address, which is probably correct strict behavior. -- David Champion • [email protected]
