Loren Wilton wrote:

This sounds like it might be possible to decode the entire body text at
least three times per message.  [...]  A common function might be able to
decode once and cache the decoded text for the next call.
I did plan on having the newly created normalization cache the result just like Mail::SpamAssassin::Message::Node::decode does.

* Mail::SpamAssassin::Message::Node::_decode_header
* Mail::SpamAssassin::Message::Node::__decode_header
This again sounds like it might be possibly to decode many times per
message?
No, these are only called upon construction.

Reply via email to