Handle error when the node limit is crossed. When an email contains more than 1000 tags we used to stop parsing the tag and look for a quotation in the email using only 1000 tags. This resulted in mail where the quotation where being truncated. If the message has too many tag we will not parse it. Also add a isTooLong info on the parameter to know if the message has been filtered for quote.
Handle error when the node limit is crossed. When an email contains more than 1000 tags we used to stop parsing the tag and look for a quotation in the email using only 1000 tags. This resulted in mail where the quotation where being truncated. If the message has too many tag we will not parse it. Also add a isTooLong info on the parameter to know if the message has been filtered for quote.