http://bugzilla.spamassassin.org/show_bug.cgi?id=3383
------- Additional Comments From [EMAIL PROTECTED] 2004-05-14 12:36 ------- Subject: Re: Folded message-id unrecognized On Fri, May 14, 2004 at 04:45:21AM -0700, [EMAIL PROTECTED] wrote: > This is the announced alternative. The headers are preparsed by Message.pm, > the > message object is first create with parsenow=0. > > This adds a new "feature" to the Message.pm ctor: You can feed it a reference > to a function which has to behave like readline(). This has the advantage that > we don't have to store the message data twice in memory. -1 There's really no point in doing this. The loop which grabs the message-id sets up @msglines for later parsing. Then there's some debug output, then the parsing. So just put the length mismatch check, then the parse, then the logmsg() ... ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
