http://bugzilla.spamassassin.org/show_bug.cgi?id=2912





------- Additional Comments From [EMAIL PROTECTED]  2004-03-08 09:43 -------
Here is where I'm stuck on this on at the moment, and I'll defer to the experts
on how best to handle things.  Currently there are several sections of code that
get run for each message, they basically consist of a fetch of some massaged
form of the message, run certain types of tests, then delete the massaged form
of the message, move on to the next block.

If we being looping over the priorities then we could potentially run each of
those blocks whole lot of times.  My initial ideas was to go ahead and fetch all
of the massaged forms outside of the loop, do the loop and then delete the
massaged forms.  But I'm unsure how well that will work memory wise.  Can we
afford to have the decoded stripped body text, the decoded body text, and the
full text in memory at the same time?  The alternative of using the same model
we currently have, but inside a loop could add a good bit of processing 
overhead.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to