From 705743c89d98a774bce6d90fac938647a8ff815b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 8 May 2006 13:15:40 +0000 Subject: Document that qmail-pop3d miscalculates the message sizes. svn path=/branches/BRANCH_6-3/; revision=4817 --- driver.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'driver.c') diff --git a/driver.c b/driver.c index c4c6c938..32f752db 100644 --- a/driver.c +++ b/driver.c @@ -737,6 +737,9 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, * It's unclear what is going on here, as the * QUALCOMM server (at least) seems to be * reporting the on-disk size correctly. + * + * qmail-pop3d also goofs up message sizes and does not + * count the line end characters properly. */ if (msgblk.msglen != msgsize) { -- cgit v1.2.3