<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It's most likely coming from a stack trace generated by your application. The JavaMail API is vulnerable to header injection via the Subject header, and you're probably seeing that phenomenon (though by accident).<div>



<br></div><div>For my own application, I wrote a subclass of SMTPAppender that truncates the Subject header at the first EOL character, which prevents this issue from occurring.</div></div><br></blockquote></div><br><br>

</div><div class="gmail_extra">Thanks, I figured it was something like this, but I didn't realize the problem with the subject line. Would this be appropriate to file as a JIRA issue?<br><br>jason<br></div><div class="gmail_extra">

<br clear="all"><br>-- <br>Jason Bennett, <a href="mailto:jasonab@acm.org">jasonab@acm.org</a><br>E pur si muove!<br>Get Firefox! - <a href="http://getfirefox.com">http://getfirefox.com</a> 
</div></div>