The following issue has been ACKNOWLEDGED. ====================================================================== http://www.dbmail.org/mantis/view.php?id=294 ====================================================================== Reported By: idk Assigned To: ====================================================================== Project: DBMail Issue ID: 294 Category: IMAP daemon Reproducibility: always Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 27-Jan-06 19:28 CET Last Modified: 27-Jan-06 20:59 CET ====================================================================== Summary: Server doesn't work properly with messages with empty body Description: When message has no body (nor empty line), server inserts into database only one block (with headers). Later, when size of message is calculating (by FETCH BODY command), db_dump_range returns -1, so tmpdumpsize += db_dump_range() sets tmpdumpsize to -1, but this variable is unsigned, so 0xFFFF FFFF FFFF FFFF (18446744073709551615). Some garbage (memory dump?) is also returned to imap client. ======================================================================
---------------------------------------------------------------------- paul - 27-Jan-06 20:59 ---------------------------------------------------------------------- This was fixed a long time ago in 2.1 already. There, these sizes are always calculated correctly at insertion time, never during retrieval. Given the low impact of this bug, I setting this to wont-fix. Issue History Date Modified Username Field Change ====================================================================== 27-Jan-06 19:28 idk New Issue 27-Jan-06 19:28 idk File Added: maillog.txt 27-Jan-06 20:59 paul Note Added: 0000980 27-Jan-06 20:59 paul Status new => acknowledged 27-Jan-06 20:59 paul Resolution open => won't fix ======================================================================
