<div dir="ltr">I have never encountered anything like this before, so thought I'd post here and see if anyone can help.<br><br>We have a java application that sends out notification emails to end-users.  The body of the email is some boilerplate text and HTML that is pulled from a database.  When the emails are received there are random instances of " !" (that's a space and a bang symbol) inserted into the email in various locations.  For example a sentence that is supposed to read like this:<br>
<br>The quick brown fox jumped over the lazy dog.<br><br>ends up looking like this:<br><br>The quick b !rown fox jumped over the laz !y dog.<br><br>We combed through the source text and didn't find any unusual characters in the body of the text.  Somehow these bang symbols are being inserted after the mail is handed off to sendmail.  Does anyone have an idea how I can troubleshoot this further?  Or maybe you've seen something similar in your environment?<br>
<br>thanks<br><br>Sean<br></div>