http://bugzilla.spamassassin.org/show_bug.cgi?id=3155
------- Additional Comments From [EMAIL PROTECTED] 2004-03-12 08:44 ------- Subject: Re: message parser reading from stdin On Thu, Mar 11, 2004 at 08:43:34PM -0800, [EMAIL PROTECTED] wrote: > ------------------------------------------------------------------------ > r7053 | felicity | 2004-03-08 13:30:26 -0800 (Mon, 08 Mar 2004) | 1 line > > bug 3144: don't subparse message/* types if the whole message claims to be > message/* ... also, make sure we parse the decoded version of the part... > ------------------------------------------------------------------------ Hrm. That shouldn't have caused any issues that weren't there before (the code change adds in a check that the main message type isn't message/*). But yeah, the problem is that decode() can return the blank string which gets turned into \*STDIN in the parser, which then waits for input... fix committed, r9386. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
