Gnus development mailing list
 help / color / mirror / Atom feed
From: Daniel Dehennin <daniel.dehennin@baby-gnu.org>
To: ding@gnus.org
Subject: Re: Incoming IMAP split problem
Date: Thu, 17 Feb 2011 17:28:27 +0100	[thread overview]
Message-ID: <87d3mqhbh0.fsf@hati.baby-gnu.org> (raw)
In-Reply-To: <871v38c5jt.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Wed, 16 Feb 2011 11:23:02 -0500")

[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]

Michael Welsh Duggan <md5i@md5i.com> writes:

> Here's a portion of an IMAP split log that looks fishy:
>
> 11:18:36 882 SELECT "INBOX"
> 11:18:36 883 UID FETCH 1:* FLAGS
> 11:18:36 884 UID FETCH 25439:25440 (UID BODY.PEEK[HEADER] BODY.PEEK[1])
> 11:18:36 885 UID COPY 25440 "INBOX/sei"
> 11:18:36 886 UID STORE 25439 +FLAGS.SILENT (\Deleted)
> 11:18:36 887 EXPUNGE
>
> Why is it copying 25440 (correctly), and then deleting 25439 (which I
> didn't see)?  Am I losing mail?

Another case of nnimap split problem: copy but not deleted.

Since several weeks[1], I have some mail duplicated, at random times.

I set imap-log to t and found something interessting:

#v+
08:10:00 128662 LIST "" "*"
08:10:00 128663 SELECT "INBOX"
08:10:00 128664 UID FETCH 1:* FLAGS
08:10:00 128665 UID FETCH 76846 (UID BODY.PEEK[HEADER] BODY.PEEK[1])
08:10:00 128666 UID COPY 76846 "baby-gnu.org.dehennin"
08:10:00 128667 EXAMINE "baby-gnu.org.cf" (QRESYNC (1236917076 2))
08:10:00 128668 EXAMINE "linux.netfilter.user" (QRESYNC (1176563164 3))
[...] bunch of EXAMINE of all my groups
08:15:00 128754 LIST "" "*"
08:15:00 128755 SELECT "INBOX"
08:15:00 128756 UID FETCH 1:* FLAGS
08:15:00 128757 UID FETCH 76846 (UID BODY.PEEK[HEADER] BODY.PEEK[1])
08:15:00 128758 UID COPY 76846 "baby-gnu.org.dehennin"
08:15:00 128759 UID STORE 76846 +FLAGS.SILENT (\Deleted)
08:15:00 128760 UID EXPUNGE 76846
08:15:00 128761 EXAMINE "baby-gnu.org.cf" (QRESYNC (1236917076 2))
#v-

The mail is splited twice.

Maybe the run of the daemon interfer somewhere?

Any idea?


Footnotes: 
[1]  I do not remember when it starts

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2011-02-17 16:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-16 16:23 Michael Welsh Duggan
2011-02-16 16:31 ` Michael Welsh Duggan
2011-02-16 21:42   ` Lars Ingebrigtsen
2011-02-16 22:14     ` Emilio Jesús Gallego Arias
2011-02-16 22:21       ` Lars Ingebrigtsen
2011-02-16 22:28         ` Lars Ingebrigtsen
2011-02-18 20:23           ` Michael Welsh Duggan
2011-02-17 16:28 ` Daniel Dehennin [this message]
2011-02-17 20:53   ` Emilio Jesús Gallego Arias
2011-02-18 16:53     ` Daniel Dehennin
2011-02-18 17:19       ` Emilio Jesús Gallego Arias
2011-02-18 23:13       ` Lars Ingebrigtsen
2011-02-18 23:52         ` Michael Welsh Duggan
2011-02-19  9:40           ` Lars Ingebrigtsen
2011-02-19 17:48             ` Michael Welsh Duggan
2011-02-19 18:29             ` Daniel Dehennin
2011-02-19 22:36               ` Daniel Dehennin
2011-02-20  1:06               ` Lars Ingebrigtsen
2011-02-21  6:30                 ` Daniel Dehennin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3mqhbh0.fsf@hati.baby-gnu.org \
    --to=daniel.dehennin@baby-gnu.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).