http://bugzilla.spamassassin.org/show_bug.cgi?id=3050
------- Additional Comments From [EMAIL PROTECTED] 2004-02-17 10:47 ------- Subject: Re: mime parser debug output is screwed up sometimes! On Tue, Feb 17, 2004 at 10:36:16AM -0800, [EMAIL PROTECTED] wrote: > whoa -- that's not a good thing :( we should not parse the rewritten message, > it's a big waste of CPU time. Not really. The question is what can people do with the rewritten message? If we want it to be a full SA object, it needs to be parsed, there's no way around that. If all people need is the text of the rewritten part, we can just return the scalar... > Any chance we can move the actual *parsing* step of the MIME handling > code out of the message object's constructor and into another method, and call > that from Mail::SpamASsassin::PerMsgStatus::check() or similar? Absolutely 0% chance of that -- the object constructor *IS* the parser. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
