<br><br><div class="gmail_quote">On Tue, Jun 11, 2013 at 10:27 AM, Kenneth Brody <span dir="ltr">&lt;<a href="mailto:kenbrody@spamcop.net" target="_blank">kenbrody@spamcop.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 6/10/2013 3:32 PM, Ian Wood wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;ve attached the first few lines as OutboxLOG_Sample.txt  but don&#39;t<br>
attachments get scrubbed from here?<br>
</blockquote>
<br></div>
Apparently, text file attachments aren&#39;t scrubbed.  (And even if an attachment is scrubbed, it&#39;s saved on the mail server, and an http link is included.)<br>
<br>
However, the problem is that the file is in Unicode format:<br>
<br>
 0000000000   377 376   &quot;  \0   J  \0   o  \0   b  \0   I  \0   D  \0   &quot;  \0<br>
 0000000020    \t  \0   &quot;  \0   P  \0   a  \0   r  \0   e  \0   n  \0   t  \0<br>
 0000000040     J  \0   o  \0   b  \0   I  \0   D  \0   &quot;  \0  \t  \0   &quot;  \0<br>
 0000000060     S  \0   u  \0   b  \0   m  \0   i  \0   s  \0   s  \0   i  \0<br>
 0000000100     o  \0   n  \0   T  \0   i  \0   m  \0   e  \0   &quot;  \0  \t  \0<br>
 0000000120     &quot;  \0   S  \0   c  \0   h  \0   e  \0   d  \0   u  \0   l  \0<br>
<br>
[...]<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Kenneth Brody<br>
</font></span></blockquote></div><br>Well that explains it. <br><br>I got around that with a simple:<br><br>type OutboxLOG.txt &gt; Outboxascii.txt<br><br>Thank you, as always, for your help Ken.  <br><br>Ian<br>