--- Transaction_Overlay.pm~	Tue Apr  8 12:45:32 2008
+++ Transaction_Overlay.pm	Tue Apr  8 12:45:32 2008
@@ -388,6 +388,7 @@
     elsif ( $Attachment->ContentType() =~ '^multipart/' ) {
         my $plain_parts = $Attachment->Children();
         $plain_parts->ContentType( VALUE => ($PreferredContentType || 'text/plain') );
+        $plain_parts->Limit(FIELD => 'Filename', VALUE => '');
 
         # If we actully found a part, return its content
         if ( $plain_parts->First && $plain_parts->First->Content ne '' ) {
