JasenMessageWrapper wrapper = new JasenMessageWrapper(message);
wrapper.setEngine(this);
// Parse the HTML part and extract the tokens
SpamHTMLParser htmlParser = new SpamHTMLParser();
// Now, tokenize the html and text parts of the message
ParserData parserData = htmlParser.parse(mm, wrapper, tokenizer);
// Now, loop through the plugins in order and test...
if(plugins != null) {
PluginContainer container = null;