messages from an IMAP getting concatenated
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
People
(Reporter: anaerin, Unassigned)
References
Details
(Keywords: dataloss, regression, regressionwindow-wanted)
Steps to reproduce:
Loading messages from an IMAP server are coming out corrupted. Older messages have the contents of newer messages appended to the body.
Actual results:
The latest message body reads:
Notifications in this message: 1
9:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
The next oldest message reads:
Notifications in this message: 1
2:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
From - Fri Mar 25 11:27:51 2022
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Return-Path: <blah>
Delivered-To: my@email.address
Received: from mail.localdomain (localhost [127.0.0.1])
by mail.localdomain (Postfix) with ESMTP id 4KQ4zr1s2zz1W5C
for <anaerin@awoo.ga>; Fri, 25 Mar 2022 09:01:28 -0600 (CST)
X-Virus-Scanned: amavisd-new at mail.localdomain
Received: from mail.localdomain ([127.0.0.1])
by mail.localdomain (mail.localdomain [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id uv56aa3ivWMF for <anaerin@awoo.ga>;
Fri, 25 Mar 2022 09:01:19 -0600 (CST)
Received: from mythbox.localdomain (mythbox.localdomain [10.1.0.0])
by mail.localdomain (Postfix) with ESMTP id 4KQ4zg10HTz1W58
for <my@email.address>; Fri, 25 Mar 2022 09:01:18 -0600 (CST)
Received: by mythbox.localdomain (Postfix)
id AFC4F9065D4; Fri, 25 Mar 2022 09:01:04 -0600 (CST)
Delivered-To: another@email.address
Received: from router.localdomain (router.localdomain [10.0.0.1])
by mythbox.localdomain (Postfix) with ESMTP id 929C89065D3
for <another@ameil.address>; Fri, 25 Mar 2022 09:01:04 -0600 (CST)
From: sender@email.address
To: another@email.address
Subject: router.localdomain - Notification
Date: Fri, 25 Mar 2022 09:01:00 -0600
Message-Id: <4KQ4zr1s2zz1W5C@mail.localdomain>
Notifications in this message: 1
9:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
And so on back. It appears something is messing up the detection of message boundaries. It's happening on multiple IMAP accounts on this server, and deleting and re-creating the account does not fix it. It's also been happening consistently from at least TB 80.
Expected results:
Each message should have only it's own body.
| Reporter | ||
Comment 1•3 years ago
|
||
(In reply to Robert Johnston from comment #0)
Oh, Markdown. Okay.
The latest message body reads:
Notifications in this message: 1
================================
9:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
The next oldest message reads:
Notifications in this message: 1
================================
2:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
From - Fri Mar 25 11:27:51 2022
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Return-Path: <blah>
Delivered-To: my@email.address
Received: from mail.localdomain (localhost [127.0.0.1])
by mail.localdomain (Postfix) with ESMTP id 4KQ4zr1s2zz1W5C
for <anaerin@awoo.ga>; Fri, 25 Mar 2022 09:01:28 -0600 (CST)
X-Virus-Scanned: amavisd-new at mail.localdomain
Received: from mail.localdomain ([127.0.0.1])
by mail.localdomain (mail.localdomain [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id uv56aa3ivWMF for <anaerin@awoo.ga>;
Fri, 25 Mar 2022 09:01:19 -0600 (CST)
Received: from mythbox.localdomain (mythbox.localdomain [10.1.0.0])
by mail.localdomain (Postfix) with ESMTP id 4KQ4zg10HTz1W58
for <my@email.address>; Fri, 25 Mar 2022 09:01:18 -0600 (CST)
Received: by mythbox.localdomain (Postfix)
id AFC4F9065D4; Fri, 25 Mar 2022 09:01:04 -0600 (CST)
Delivered-To: another@email.address
Received: from router.localdomain (router.localdomain [10.0.0.1])
by mythbox.localdomain (Postfix) with ESMTP id 929C89065D3
for <another@ameil.address>; Fri, 25 Mar 2022 09:01:04 -0600 (CST)
From: sender@email.address
To: another@email.address
Subject: router.localdomain - Notification
Date: Fri, 25 Mar 2022 09:01:00 -0600
Message-Id: <4KQ4zr1s2zz1W5C@mail.localdomain>
Notifications in this message: 1
================================
9:01:00 Service Watchdog detected service unbound stopped. Restarting unbound (DNS Resolver)
Updated•3 years ago
|
Updated•3 years ago
|
| Reporter | ||
Comment 3•3 years ago
|
||
Having updated, created a new profile and re-created the accounts, it's all working just fine. So this can be considered closed at this point.
Comment 4•3 years ago
|
||
-> WFM then
Description
•