From 2cec9def937bc3f3b08ca1afeb9cf80413d8e4b4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Aug 2003 04:31:11 +0000 Subject: Ready to ship. svn path=/trunk/; revision=3831 --- fetchmailconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 86ab9445..88564c56 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1235,6 +1235,13 @@ on the floor if your connection is interrupted during the session). It is strongly recommended that you find a better POP3 server. The fetchmail FAQ includes pointers to good ones. +""" + if string.find(greetline, "comcast.net") > 0: + warnings = warnings + """ +The Comcast Maillennium POP3 server only returns the first 80K of a long +message retrieved with TOP. Its response to RETR is normal, so use the +`fetchall' option. + """ # Steve VanDevender writes: # The only system I have seen this happen with is cucipop-1.31 -- cgit v1.2.3