<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jesse,<br>
<br>
What a surprise!!!  Indeed it looks like Thunderbird was massaging the
forwarding email...  I forwarded the very same ticket to my Hotmail
account and it looked just fine.  As soon as I forwarded it to my local
work email account and have Thunderbird open it, the attachment became
uuencoded.  This is probably done by some plug-in?  I will investigate
and report back if I find any information.<br>
<br>
Thanks very much for your help!<br>
<br>
Alan<br>
<br>
Jesse Vincent wrote:
<blockquote cite="mid:20090127204652.GB15157@bestpractical.com"
 type="cite">
  <pre wrap="">

On Tue, Jan 27, 2009 at 08:54:19AM -0500, Alan Cheng wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am attaching the original email below to show that the attachment
"forwarded message.eml" is uuencoded.  Perhaps there is an option
somewhere to change this to MIME encoding instead?  The uuencoded
portion was modified a little bit to protect the content since this is a
real ticket in our system.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The relevant code reads like this:
    $mail->attach(
        Type => 'message/rfc822',
        Disposition => 'attachment',
        Description => 'forwarded message',
        Data => $entity->as_string,
    );

Perhaps your local client is massaging the received message in some way.

Why don't you try forwarding a transaction to my address?

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Alan Cheng <a class="moz-txt-link-rfc2396E" href="mailto:chenga@ias.edu"><chenga@ias.edu></a>                   +1 609-734-8169
UNIX Systems Administration      Institute for Advanced Study</pre>
</body>
</html>