http://bugzilla.spamassassin.org/show_bug.cgi?id=3144
------- Additional Comments From [EMAIL PROTECTED] 2004-03-08 16:47 ------- Subject: Re: Deep Recursion Error while parsing the attached message On Mon, Mar 08, 2004 at 04:31:54PM -0800, [EMAIL PROTECTED] wrote: > Content-Type: message/rfc822 > Content-Type: text/html; > charset="iso-8859-1" > > Two top-level Content-Type headers. We should probably figure out what > common MUAs do in this case (as well as extra Content-Type headers in > MIME parts) and do the same thing (whatever it is). Yeah, already done. ;) If our code looks for a header in scalar mode, and there are multiple as above, we return the bottom one. That's what our model MUA does, so that's how I coded Message::Node::header() (which is essentially what everything calls for header info...) ;) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
