Displaying 7 results from an estimated 7 matches for "rstuvwxyzabcdefghijklmnopqrstuvwxyz".
2015 May 04
5
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 04.05.2015 um 21:04 schrieb Santiago Vila:
> Greetings.
>
> Thanks to Jelmer Vernooij, who has just uploaded version 2.2.16 for
> Debian unstable, I can confirm that this bug may still be reproduced
> in version 2.2.16, so it has *not* been fixed yet.
>
> Several months ago I was told "I can't reproduce it in dovecot hg", or
> something like that. Well,
2015 Feb 14
3
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...y octets) flushed
reading message someuser at localhost:12 of 12 (273 header octets)fetchmail: incorrect header line found - see manpage for bad-header option
not flushed
And in fact "inbox-b" in the server is now like this:
[...]
>From root at example.com Tue Jan 13 10:18:20 2015
rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
To: a at example.com
Subject: a
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <20150113091737.B5ADA5F8B1 at example.com>
Date: Tue, 13 Jan 2015 10:17:25 +0100 (CET)
X-UID: 16035
Status: O
a
Note how the From: line has b...
2015 May 06
2
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...EXPUNGE
> A0046 FETCH 1 RFC822.HEADER
> A0047 FETCH 1 BODY.PEEK[TEXT]
> A0048 STORE 1 +FLAGS (\Seen \Deleted)
> A0049 EXPUNGE
> A0050 FETCH 1 RFC822.HEADER
> A0051 LOGOUT
>
> After this, mbox folder inbox-b is corrupted, as the line saying
>
> From: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
>
> becomes
>
> rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
>
>
> So: Could we please stop blaming fetchmail for this?
> It's just the messenger.
Could you also sprovide your "dovecot -n" output and any warnings and errors in dovecot l...
2015 May 05
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...[TEXT]
A0044 STORE 1 +FLAGS (\Seen \Deleted)
A0045 EXPUNGE
A0046 FETCH 1 RFC822.HEADER
A0047 FETCH 1 BODY.PEEK[TEXT]
A0048 STORE 1 +FLAGS (\Seen \Deleted)
A0049 EXPUNGE
A0050 FETCH 1 RFC822.HEADER
A0051 LOGOUT
After this, mbox folder inbox-b is corrupted, as the line saying
From: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
becomes
rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
So: Could we please stop blaming fetchmail for this?
It's just the messenger.
2015 May 06
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
....HEADER
>> A0047 FETCH 1 BODY.PEEK[TEXT]
>> A0048 STORE 1 +FLAGS (\Seen \Deleted)
>> A0049 EXPUNGE
>> A0050 FETCH 1 RFC822.HEADER
>> A0051 LOGOUT
>>
>> After this, mbox folder inbox-b is corrupted, as the line saying
>>
>> From: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
>>
>> becomes
>>
>> rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
>>
>>
>> So: Could we please stop blaming fetchmail for this?
>> It's just the messenger.
> Could you also sprovide your "dovecot -n" output and any...
2015 Feb 15
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...ser at localhost:12 of 12 (273 header octets)fetchmail: incorrect header line found - see manpage for bad-header option
> not flushed
>
>
> And in fact "inbox-b" in the server is now like this:
>
> [...]
>> From root at example.com Tue Jan 13 10:18:20 2015
> rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
> To: a at example.com
> Subject: a
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> Message-Id: <20150113091737.B5ADA5F8B1 at example.com>
> Date: Tue, 13 Jan 2015 10:17:25 +0100 (CET)
> X-UID: 16035
>...
2015 May 05
2
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
...EXPUNGE
> A0046 FETCH 1 RFC822.HEADER
> A0047 FETCH 1 BODY.PEEK[TEXT]
> A0048 STORE 1 +FLAGS (\Seen \Deleted)
> A0049 EXPUNGE
> A0050 FETCH 1 RFC822.HEADER
> A0051 LOGOUT
>
> After this, mbox folder inbox-b is corrupted, as the line saying
>
> From: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
>
> becomes
>
> rstuvwxyzabcdefghijklmnopqrstuvwxyz at example.com
is this related to mbox only ?
i have no mbox install online to test
did you try install dovecot from scratch with latest sources?
i used a script to install a quick dovecot test server on ubuntu
see...