Issue Details (XML | Word | Printable)

Key: CONF-3892
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Agnes Ro [Atlassian]
Reporter: Daniel Ostermeier
Votes: 5
Watchers: 7
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Confluence

Body of mail is going missing.

Created: 29/Aug/05 11:21 PM   Updated: 21/May/07 07:15 PM
Component/s: Mail Archiving
Affects Version/s: 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 2.0
Fix Version/s: 2.5.3

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Agnes Ro [Atlassian] and Daniel Ostermeier
Since last comment: 1 year, 27 weeks, 6 days ago
Resolution Date: 21/May/07 07:15 PM
Labels:


 Description  « Hide
The body of email that contains multiparts is being missed by the extractor. The extractor is taking the first text/plain body part it encounters in its breadth first search, rather than all of the text/plain content.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Ostermeier added a comment - 29/Aug/05 11:23 PM
Microsoft Mail Internet Headers Version 2.0
Received: from jeeves.cs.wisc.edu ([128.105.6.16]) by ex7.myhostedexchange.com with Microsoft SMTPSVC(6.0.3790.0);
Fri, 26 Aug 2005 06:53:24 -0700
Received: from jeeves.cs.wisc.edu (localhost [127.0.0.1])
by jeeves.cs.wisc.edu (8.13.1/8.13.1) with ESMTP id j7QDfg5A008078;
Fri, 26 Aug 2005 08:41:46 -0500
Received: from granite.cs.wisc.edu (granite.cs.wisc.edu [128.105.6.24])
by jeeves.cs.wisc.edu (8.13.1/8.13.1) with ESMTP id j7QDfeoR008075
for <condor-users@jeeves.cs.wisc.edu>; Fri, 26 Aug 2005 08:41:40 -0500
Received: from web33010.mail.mud.yahoo.com (web33010.mail.mud.yahoo.com
[68.142.206.74])
by granite.cs.wisc.edu (8.13.1/8.13.1) with SMTP id j7QDfZ6f015726
for <condor-users@cs.wisc.edu>; Fri, 26 Aug 2005 08:41:35 -0500
Received: (qmail 22183 invoked by uid 60001); 26 Aug 2005 13:41:30 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br;
h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
b=WPy5mX5qOvjWpCdCK5eZAUmQ+Mfiir96ZWvuYttXUD/mA0Qaq3nPn5IXegpEGDWMk9NZF94/By+ZRcKzc3LhvHnhBeIF1czsFSb2O2p+89DYBpJFSEH4xkARo1mN1v5HVLEnjgqFd1YUie22lW56Aln9Swmd2yCb5pb/yK1H3Nk=
;
Message-ID: <20050826134130.22181.qmail@web33010.mail.mud.yahoo.com>
Received: from [192.85.47.1] by web33010.mail.mud.yahoo.com via HTTP;
Fri, 26 Aug 2005 10:41:30 ART
Date: Fri, 26 Aug 2005 10:41:30 -0300 (ART)
From: Fabiano Portella <fabiano_portella@yahoo.com.br>
Subject: Re: [Condor-users] Installation problems in a future Grid testbed
To: Condor-Users Mail List <condor-users@cs.wisc.edu>
In-Reply-To: <2e8a6c7805082606011c451b97@mail.gmail.com>
MIME-Version: 1.0
X-CSL-MailScanner-Information: Please contact lab@cs.wisc.edu for more
information
X-CSL-MailScanner: Found to be clean
X-BeenThere: condor-users@cs.wisc.edu
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: Condor-Users Mail List <condor-users@cs.wisc.edu>
List-Id: Condor-Users Mail List <condor-users.cs.wisc.edu>
List-Unsubscribe: <https://lists.cs.wisc.edu/mailman/listinfo/condor-users&gt;,
<condor-users-request@cs.wisc.edu?subject=unsubscribe>
List-Archive: <http://lists.cs.wisc.edu/archive/condor-users>
List-Post: <condor-users@cs.wisc.edu>
List-Help: <condor-users-request@cs.wisc.edu?subject=help>
List-Subscribe: <https://lists.cs.wisc.edu/mailman/listinfo/condor-users&gt;,
<condor-users-request@cs.wisc.edu?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1965366901=="
Sender: condor-users-bounces@cs.wisc.edu
Errors-To: condor-users-bounces@cs.wisc.edu
Return-Path: condor-users-bounces@cs.wisc.edu
X-OriginalArrivalTime: 26 Aug 2005 13:53:24.0995 (UTC) FILETIME=[8755F530:01C5AA45]

--===============1965366901==
Content-Type: multipart/alternative; boundary="0-582878264-1125063690=:21513"
Content-Transfer-Encoding: 8bit

--0-582878264-1125063690=:21513
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

--0-582878264-1125063690=:21513
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

--0-582878264-1125063690=:21513--
--===============1965366901==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-===============1965366901==-


Agnes Ro [Atlassian] added a comment - 21/May/07 07:15 PM
Fixed.