From 3a0b52bbfab05b0bcd321fc07305ad0060995a0c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Sep 1999 21:05:15 +0000 Subject: GroupWise is unusable. svn path=/trunk/; revision=2581 --- fetchmailconf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fetchmailconf b/fetchmailconf index 54e6dfad..a86afc34 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1125,6 +1125,15 @@ around this bug, turn on `fetchall' on all user entries associated with this server. """ + if string.find(greetline, "GroupWise") > 0: + warnings = warnings + """ +You appear to be using the Novell GroupWise IMAP server. This server would +be better named GroupFoolish; it is unusably broken. The specific problem +is that it doesn't include a content length in its BODY[TEXT] response, so +fetchmail can't know how much content to fetch. + +""" + 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