On Thu, 27 Oct 2005, Paul Smith wrote: > Package: procmail > Version: 3.22-11 > Severity: normal > > > If I give a specific email message to procmail (using "procmail -Y -d psmith") > it fails with: > > *** glibc detected *** corrupted double-linked list: 0x08097d20 *** > > I have a message that this fails for, but unfortunately it contains > stuff that I can't forward. The message is a multipart MIME message > with a PPT attachment; if I take off the attachment it works. I've > used binary search to try to trim down the content of the attachment > (just chopping out sections of the base64 encoding, so it won't > decode properly anymore but procmail doesn't care about that). I > chopped a bunch out but still there's a lot left; I've tried taking > out random bits 3-4 times but it always works.
Please provide a way to reproduce this. Not only procmail does not care about base64 encoding. It probably does not care at all about the body (except, maybe, for its length, and maybe the places at which newlines happen). Try replacing every character in the body by a random character (or a constant character). Then munge the headers so that the message stops being a "secret". Then send the result here. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

