From 1a4e6fdf6eced3504c5fc1231f83c01734a9675d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Jun 2000 03:03:51 +0000 Subject: Warn about spray.net servers. svn path=/trunk/; revision=2901 --- fetchmailconf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fetchmailconf b/fetchmailconf index 376614e0..2577894f 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1225,6 +1225,15 @@ that fetchmail hangs when trying to retrieve mail. To work around this bug, turn on `fetchall' on all user entries associated with this server. +""" + if string.find(greetline, " spray.se") > 0: + warnings = warnings + """ +Your POP3 server has "spray.se" in its header line. In May 2000 at +least one such server did not process the "TOP" command correctly; the +symptom is that messages are treated as headerless. To work around +this bug, turn on `fetchall' on all user entries associated with this +server. + """ if string.find(greetline, " usa.net") > 0: warnings = warnings + """ -- cgit v1.2.3