+ Reply to Thread
Results 1 to 3 of 3

Thread: empty message body when opening

  1. #1
    almar is offline Registered User
    Join Date
    Sep 2007
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default empty message body when opening

    Hello,

    I've recently installed 0.3 beta and it's fantastic how this software looks today compared to two years ago.

    However I'm having issues with some messages. It does not look like a browser, language or IMAP problem.

    The email below is not showing up. The header shows up fine, strangely enough. I've found multiple issues but not in the most recent releases. I've attached an image as well.

    Does anyone have a clue??


    Code:
     
    X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on jnet.makeweb.nl
    X-Spam-Level: 
    X-Spam-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,HTML_MESSAGE,
    	RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.2.5
    Received: (qmail 20659 invoked by uid 1000); 24 Sep 2009 11:11:06 -0000
    Delivered-To: koekies-makewebnl-xx@xx.nl
    Received: (qmail 20655 invoked from network); 24 Sep 2009 11:11:06 -0000
    Received: from 194.109.24.29 by jnet (envelope-from <xx@xx.nl>, uid 92) with qmail-scanner-2.05 
     (Makeweb AntiVirus  
     Clear:RC:0(194.109.24.29):. 
     Processed in 0.022994 secs); 24 Sep 2009 11:11:06 -0000
    Received: from unknown (HELO xx.nl) (xx)
      by 0 with SMTP; 24 Sep 2009 11:11:06 -0000
    Received: from mail.xx.nl (xx.nl [xx])
    	by xx.nl (8.13.8/8.13.8) with SMTP id n8OBB0Sb096883
    	for <xx@xx.nl>; Thu, 24 Sep 2009 13:11:07 +0200 (CEST)
    	(envelope-from xx@xx.nl)
    X-MimeOLE: Produced By Microsoft Exchange V6.5
    Content-class: urn:content-classes:message
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
    	boundary="----_=_NextPart_001_01CA3D07.BB52F3B6"
    Subject: RE: mailing
    Date: Thu, 24 Sep 2009 13:11:14 +0200
    Message-ID: <3E377C405003094ABEC77785262A370F021D70A7@xx>
    X-MS-Has-Attach: 
    X-MS-TNEF-Correlator: 
    Thread-Topic: mailing
    Thread-Index: Aco7hTfUqFMhmLU3SaGypXUKhAyAQQBgeCWg
    References: <10b122fcdcb30fdc2fb2f1b35677c9f0@xx>
    From: "Machiel xx" <xx@xx.nl>
    To: "Almar xx" <xx@xx.nl>
    X-Virus-Scanned: by XS4ALL Virus Scanner
    
    This is a multi-part message in MIME format.
    
    ------_=_NextPart_001_01CA3D07.BB52F3B6
    Content-Type: text/plain;
    	charset="us-ascii"
    Content-Transfer-Encoding: quoted-printable
    
    TEXT
    
    ------_=_NextPart_001_01CA3D07.BB52F3B6
    Content-Type: text/html;
    	charset="us-ascii"
    Content-Transfer-Encoding: quoted-printable
    
    <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
    xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
    xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
    xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
    xmlns=3D"http://www.w3.org/TR/REC-html40">
    
    <head>
    <meta http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Dus-ascii">
    <meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
    <!--[if !mso]>
    <style>
    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    </style>
    <![endif]-->
    
    TEXT
    
    </body>
    
    </html>
    
    ------_=_NextPart_001_01CA3D07.BB52F3B6--
    Best regards,

    Almar
    Attached Images

  2. #2
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    i have past a similar problem in my case a cause a problem with suhoshins restrictions when you have installed suhoshin see in your errorlog and modifie the suhoshin.ini

    a other option max memory is set to low in php.ini

  3. #3
    almar is offline Registered User
    Join Date
    Sep 2007
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Thanx for the reply. I have rechecked all settings and increased memorysettings to 128 Mb, but no difference. I found out that the issue does not seem to be related to the content or content/type.

    After waiting for a couple of minutes, logging in and out a couple of times the body shows up. I turned on the preview pane, and it shows the messagebody without a problem, but when I double click the message it doesn't show up.

    I turned on IMAP logging and this is what it does in preview pane:

    [25-Sep-2009 09:37:40 +0200]: C: ftch0 UID FETCH 215 (BODY.PEEK[1])
    [25-Sep-2009 09:37:40 +0200]: S: * 172 FETCH (BODY[1] {1311}
    [25-Sep-2009 09:37:40 +0200]: S: Dear Customer,

    And this is what it does in message read mode (where the message doesn't show up):

    [25-Sep-2009 09:37:47 +0200]: C: ftch0 UID FETCH 215 (BODY.PEEK[1])
    [25-Sep-2009 09:37:47 +0200]: S: * 172 FETCH (BODY[1] {0}
    [25-Sep-2009 09:37:47 +0200]: S: UID 215)
    [25-Sep-2009 09:37:47 +0200]: S: ftch0 OK UID FETCH completed

    So it looks like an empty value (0) instead of 1311. Does anyone know where this is set? After logging in and out and waiting for a couple of minutes, the message shows up, and is being called with:

    [25-Sep-2009 09:51:48 +0200]: C: ftch0 UID FETCH 215 (BODY.PEEK[1])
    [25-Sep-2009 09:51:48 +0200]: S: * 172 FETCH (BODY[1] {1311}
    [25-Sep-2009 09:51:48 +0200]: S: Dear Customer,

    Anyone any ideas why this is happening and where this parameter {1311} is coming from?

    Another case shows:

    [25-Sep-2009 10:14:17 +0200]: C: ftch0 UID FETCH 217 (BODY.PEEK[TEXT])
    [25-Sep-2009 10:14:17 +0200]: S: * 174 FETCH (BODY[TEXT] {0}
    [25-Sep-2009 10:14:17 +0200]: S: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on server

    also with parameter {0}, although this time the message is retrieved through IMAP, just not displayed. Probably retrieved because it's a textmessage.


    Regards,

    Almar
    Last edited by almar; 09-25-2009 at 09:17 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts