aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-05-08 13:15:40 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-05-08 13:15:40 +0000
commit705743c89d98a774bce6d90fac938647a8ff815b (patch)
tree79c2c97d9a8c5d9f7fdeee1320c045ddb90e6ecb /driver.c
parent48409536cf5f2f59917e177eee7c3886fa671e77 (diff)
downloadfetchmail-705743c89d98a774bce6d90fac938647a8ff815b.tar.gz
fetchmail-705743c89d98a774bce6d90fac938647a8ff815b.tar.bz2
fetchmail-705743c89d98a774bce6d90fac938647a8ff815b.zip
Document that qmail-pop3d miscalculates the message sizes.
svn path=/branches/BRANCH_6-3/; revision=4817
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
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)
{