PHWinfo banniere

ACCUEIL ANNUAIRE ARTICLES COMPARATIF HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Go Back   PHWinfo > Forums Hébergement > Forum Panels et Logiciels d'hébergement > comp.mail.imap > imapsync stucked on a particular message.
FAQ Members List Search Today's Posts Mark Forums Read
comp.mail.imap Discussion of IMAP-based mail systems.

imapsync stucked on a particular message.

Reply
 
Thread Tools
Old 01/16/09, 09:18   #1
antispam
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default imapsync stucked on a particular message.

Good morning,

I am using:
/usr/bin/imapsync --version
1.252

With:
---
Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP
Thu Nov 20 21:57:00 UTC 2008 i686)
with perl 5.10.0
Mail::IMAPClient version is 2.2.9
$Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $
imapsync copyleft is the GNU General Public License.
See http://www.gnu.org/copyleft/gpl.html
---

It is the version that is coming in Ubuntu.

The program hangs on a particular messages.
The only particularity that is obvious is that it has an empty subject.

If I strace the process it stays in read status.

It always stop on the same message:
Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457
+ key jylV/Vi8n+fA6r3HdMvpKA #44
Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox
Setting flags
flags from : \Seen
flags to : \Seen
Looking dates
idate from : 18-Jan-2008 12:08:45 +0000
idate to : 18-Jan-2008 13:08:45 +0100
Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750
+ key CsSa7wuiID9at0kiAJ7EVw #45
Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox
Setting flags
flags from : \Seen
flags to : \Seen
Looking dates
idate from : 18-Jan-2008 12:09:55 +0000
idate to : 18-Jan-2008 13:09:55 +0100
Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381
+ key 9FHQls4f005W+IPlzNqVdg #46
+ NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox
+ Copying msg #46:1081329 to folder Inbox
^C

1. Has anyone experience something similar?

2. How could I try to debug the problem?

Thanks in advance for your answer.
  Reply With Quote
Old 01/16/09, 15:47   #2
Benoit Schmid
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: imapsync stucked on a particular message.


Putting the imapdebug, I have:
Sent 31 bytes
Read: * 46 FETCH (RFC822.SIZE 1081329 UID 46)

Read: 89 OK FETCH completed

Sending: 90 CAPABILITY

Sent 15 bytes
Read: * CAPABILITY IMAP4rev1 AUTH=PLAIN LITERAL+ NAMESPACE QUOTA UIDPLUS

Read: 90 OK CAPABILITY completed

Sending: 91 UID FETCH 46 BODY.PEEK[]

Sent 29 bytes
LITERAL: received literal in line * 46 FETCH (BODY[] of length
1081329; attempting to retrieve from the 0 bytes in: <END_OF_iBuffer>
Still need 1081329 to complete literal string


antispam wrote:
> Good morning,
>
> I am using:
> /usr/bin/imapsync --version
> 1.252
>
> With:
> ---
> Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP
> Thu Nov 20 21:57:00 UTC 2008 i686)
> with perl 5.10.0
> Mail::IMAPClient version is 2.2.9
> $Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $
> imapsync copyleft is the GNU General Public License.
> See http://www.gnu.org/copyleft/gpl.html
> ---
>
> It is the version that is coming in Ubuntu.
>
> The program hangs on a particular messages.
> The only particularity that is obvious is that it has an empty subject.
>
> If I strace the process it stays in read status.
>
> It always stop on the same message:
> Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457
> + key jylV/Vi8n+fA6r3HdMvpKA #44
> Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox
> Setting flags
> flags from : \Seen
> flags to : \Seen
> Looking dates
> idate from : 18-Jan-2008 12:08:45 +0000
> idate to : 18-Jan-2008 13:08:45 +0100
> Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750
> + key CsSa7wuiID9at0kiAJ7EVw #45
> Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox
> Setting flags
> flags from : \Seen
> flags to : \Seen
> Looking dates
> idate from : 18-Jan-2008 12:09:55 +0000
> idate to : 18-Jan-2008 13:09:55 +0100
> Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381
> + key 9FHQls4f005W+IPlzNqVdg #46
> + NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox
> + Copying msg #46:1081329 to folder Inbox
> ^C
>
> 1. Has anyone experience something similar?
>
> 2. How could I try to debug the problem?
>
> Thanks in advance for your answer.



--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Benoit Schmid Tel: (++41-22) 379-7209
UNIGE Postmaster

University of Geneva - Information Technology Division

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  Reply With Quote
Old 01/16/09, 15:58   #3
antispam
Aucun Avatar
 
Posts: n/a
Hébergeur:
Default Re: imapsync stucked on a particular message.

At the end, I have:
---
--Boundary_(ID_ss3VTc6rq90c UID 46)
91 OK FETCH completed

---
Then it is stuck and there is no flags lines.

antispam wrote:
> Good morning,
>
> I am using:
> /usr/bin/imapsync --version
> 1.252
>
> With:
> ---
> Here is a [linux] system (Linux benlinux5 2.6.27-9-generic #1 SMP
> Thu Nov 20 21:57:00 UTC 2008 i686)
> with perl 5.10.0
> Mail::IMAPClient version is 2.2.9
> $Id: imapsync,v 1.252 2008/05/08 02:30:17 gilles Exp gilles $
> imapsync copyleft is the GNU General Public License.
> See http://www.gnu.org/copyleft/gpl.html
> ---
>
> It is the version that is coming in Ubuntu.
>
> The program hangs on a particular messages.
> The only particularity that is obvious is that it has an empty subject.
>
> If I strace the process it stays in read status.
>
> It always stop on the same message:
> Message 6dxPU3c08T2IwztLhDS3Dw SZ_GOOD f:43:87457 t:44:87457
> + key jylV/Vi8n+fA6r3HdMvpKA #44
> Message id [jylV/Vi8n+fA6r3HdMvpKA] found in t:Inbox
> Setting flags
> flags from : \Seen
> flags to : \Seen
> Looking dates
> idate from : 18-Jan-2008 12:08:45 +0000
> idate to : 18-Jan-2008 13:08:45 +0100
> Message jylV/Vi8n+fA6r3HdMvpKA SZ_GOOD f:44:1750 t:45:1750
> + key CsSa7wuiID9at0kiAJ7EVw #45
> Message id [CsSa7wuiID9at0kiAJ7EVw] found in t:Inbox
> Setting flags
> flags from : \Seen
> flags to : \Seen
> Looking dates
> idate from : 18-Jan-2008 12:09:55 +0000
> idate to : 18-Jan-2008 13:09:55 +0100
> Message CsSa7wuiID9at0kiAJ7EVw SZ_GOOD f:45:1381 t:46:1381
> + key 9FHQls4f005W+IPlzNqVdg #46
> + NO msg #46 [9FHQls4f005W+IPlzNqVdg] in Inbox
> + Copying msg #46:1081329 to folder Inbox
> ^C
>
> 1. Has anyone experience something similar?
>
> 2. How could I try to debug the problem?
>
> Thanks in advance for your answer.

  Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 09:20.


Powered by vBulletin® ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
PHWinfo is a website Education Without Frontiers
Ad Management by RedTyger
All rights reserved
Page generated in 0.25498 seconds with 7 queries