On Thu, Oct 01 2020 at 11:13, Thomas Gleixner wrote: > Yes, it's ugly and I haven't figured out a proper way to deal with > that. There are quite some mbox formats out there and they all are > incompatible with each other and all of them have different horrors. > > Let me think about it. I've pushed out an update to git://git.kernel.org/pub/scm/linux/kernel/git/tglx/quilttools.git which contains a few other things I was sitting on for a while. The mailbox parser is now manual and tries for work around that formatting nonsense with some sloppy heuristics which should be good enough for kernel development. Having a valid unixfrom line in the mail body of a patch is very unlikely :) Thanks, tglx