> Oleg,
>
> I cannot reproduce this. Does this always happen, or only for specific
> messages?

Always.

Manual tests:

Sending:
$ telnet host 25
Trying 1.2.3.4...
Connected to host.
Escape character is '^]'.
220 host ESMTP Exim 4.62 Mon, 04 Dec 2006 15:01:10 +0300
mail from: [EMAIL PROTECTED]
250 OK
rcpt to: [EMAIL PROTECTED]
250 Accepted
data
354 Enter message, ending with "." on a line by itself
Subject: test

test message
.
250 OK id=1GrCVn-0005PD-CP
quit
221 host closing connection
Connection closed by foreign host.

Retriving:
$ telnet host 110
Trying 1.2.3.4...
Connected to host.
Escape character is '^]'.
+OK DBMAIL pop3 server ready to rock 
<[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK Password required for [EMAIL PROTECTED]
pass test
+OK [EMAIL PROTECTED] has 1 messages (606 octets)
list
+OK 1 messages (606 octets)
1 606
.
retr 1
+OK 606 octets
Return-path: [EMAIL PROTECTED]
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Mon, 04 Dec 2006 15:01:39 +0300
Received: from mail by host with virus-scanned (Exim 4.62)
        id 1GrCVv-0005Pa-OB     for [EMAIL PROTECTED]; Mon, 04 Dec 2006 
15:01:39 
+0300
Subject: test
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Date: Mon, 04 Dec 2006 15:01:39 +0300
X-DBMail-PhysMessage-ID: 11511
MIME-Version: 1.0


.
quit
+OK see ya later

And selects from DB:
mysql> select * from dbmail_messageblks where physmessage_id=11511;
+-----------------+----------------+------
| messageblk_idnr | physmessage_id | 
messageblk                                                                      
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                 | 
blocksize | is_header |
+-----------------+----------------+------
|           24720 |          11511 | Return-path: [EMAIL PROTECTED]
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Mon, 04 Dec 2006 15:01:39 +0300
Received: from mail by host with virus-scanned (Exim 4.62)
        id 1GrCVv-0005Pa-OB     for [EMAIL PROTECTED]; Mon, 04 Dec 2006 
15:01:39 
+0300
Subject: test
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Date: Mon, 04 Dec 2006 15:01:39 +0300
X-DBMail-PhysMessage-ID: 11511
MIME-Version: 1.0

 |       592 |         1 |
|           24721 |          11511 | test message

                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                   |        
14 |         0 |
+-----------------+----------------+-------
2 rows in set (0,00 sec)



When I get this message through IMAP - OK

Thanks

-- 
Oleg Lapshin

Reply via email to