From 122f70305dfa449569a8fc8d027e9a0514ff2536 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 1 Oct 1999 16:09:47 +0000 Subject: Added warning about TEMS. svn path=/trunk/; revision=2628 --- fetchmailconf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index a02b5337..72576e04 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1124,6 +1124,15 @@ only the header and first line of each message is retrieved. To work around this bug, turn on `fetchall' on all user entries associated with this server. +""" + if string.find(greetline, "TEMS POP3") > 0: + warnings = warnings + """ +Your POP3 server has "TEMS" in its header line. At least one such +server does not process the "TOP" command correctly; the symptom is +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, "GroupWise") > 0: warnings = warnings + """ @@ -1138,7 +1147,6 @@ with code as shoddy as GroupWise seems to be, you will probably pay for it with other problems.

""" - if string.find(greetline, "sprynet.com") > 0: warnings = warnings + """ You appear to be using a SpryNet server. In mid-1999 it was reported that -- cgit v1.2.3