&gt;Dave Jones wrote:<br>
&gt;&gt;&gt; Dave Jones wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Can someone post a sample of a working inline.sig.html? I am getting<br>
&gt;&gt;&gt;&gt; an email with the attached jpg file but it only shows an image box of<br>
&gt;&gt;&gt;&gt; 186 x 23 with no image inside it. Am I missing something in my html<br>
&gt;&gt;&gt;&gt; file that puts it inline within the body?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _*MailScanner.conf*_<br>
&gt;&gt;&gt;&gt; Attach Image To Signature = yes<br>
&gt;&gt;&gt;&gt; Inline HTML Signature = %rules-dir%/inline-html<div id="1eoc" class="ArwC7c ckChnd">-signature.rules<br>
&gt;&gt;&gt;&gt; Signature Image Filename = %rules-dir%/signature-image-filename.rules<br>
&gt;&gt;&gt;&gt; Signature Image &lt;img&gt; Filename = signature.jpg<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _*cat inline-html-signature.rules*_<br>
&gt;&gt;&gt;&gt; From: me &lt;at&gt; <a href="http://mydomain.com/" target="_blank">mydomain.com</a> &lt;mailto:<a href="mailto:me">me</a> &lt;at&gt; <a href="http://mydomain.com/" target="_blank">mydomain.com</a>&gt;<br>

&gt;&gt;&gt;&gt; %report-dir%/inline.oneteam.sig.html<br>
&gt;&gt;&gt;&gt; FromOrTo: default no<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _*cat signature-image-filename.rules *_<br>
&gt;&gt;&gt;&gt; From: me &lt;at&gt; <a href="http://mydomain.com/" target="_blank">mydomain.com</a> &lt;mailto:<a href="mailto:me">me</a> &lt;at&gt; <a href="http://mydomain.com/" target="_blank">mydomain.com</a>&gt;<br>

&gt;&gt;&gt;&gt; %report-dir%/OneTeam.jpg<br>
&gt;&gt;&gt;&gt; FromOrTo: default no<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _*cat inline.oneteam.sig.html*_<br>
&gt;&gt;&gt;&gt; &lt;img width=186 height=23 src=&quot;signature.jpg&quot;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; You need to call it src=&quot;cid:signature.jpg&quot;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I made my &quot;inline.oneteam.sig.html&quot; have &quot;&lt;img width=186 height=23<br>
&gt;&gt; src=&quot;cid:signature.jpg&gt;&quot; &quot; but now the src= text value is getting<br>
&gt;&gt; dropped off when I view the source of the email. &nbsp;This is a snip of<br>
&gt;&gt; the end of the source:<br>
&gt;&gt;<br>
&gt;&gt; &lt;/BODY&gt;&lt;img width=186 height=23 src=&gt;<br>
&gt;&gt; &lt;/HTML&gt;<br>
&gt;&gt;<br>
&gt;That&#39;s because you&#39;ve got the quotes in the wrong place.<br>
&gt;src=&quot;cid:signature.jpg&quot;<br>
&gt;just as I said last time, so the whole thing looks like<br>
&gt;&lt;img width=186 height=23 src=&quot;cid:signature.jpg&quot;&gt;<br>
</div>My apologies for the previous bad posting.&nbsp; I had the real file exactly as you have it above and still get the resulting HTML dropping the src= value inside the img tag.<br clear="all"><br>-- <br>Dave Jones