Is there a Mail::SpamAssassin::PerMsgStatus method that will return just the body of the message (no attachments/multiparts)? I need a "non-pristine" message to speed things up in my plugins. I know there's get_message(), but that seems to return the whole message, with the attachments.
Thanks, Keith