If an HTML email is submitted with a < in the body (e.g. saying 1 < 4) then the < is removed and the remained of the line is ignored until a > is found.
This is clearly some sort of HTML stripping but is being done incorrectly as it's not an HTML tag.
Any suggestions how to resolve this?