<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi All,<div><br></div><div>I am using the template file located here <a href="http://pythonhosted.org/pymilter/milter-template_8py-example.html">http://pythonhosted.org/pymilter/milter-template_8py-example.html</a> to create my own kilter. For now, this milter should be adding a custom footer to every email message sent through. The issue I am having is that self.replacebody(self.fp.getvalue() + footer) destroys HTML messages and messages with attachments. Is there a way to specifically edit *only* the body of the message, and keep the integrity of HTML, attachments and headers?</div><div><br></div><div>Thanks!</div></body></html>