From 21eefeaa5abe2ba5e15bfd7913b173801fe52f30 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 21 Aug 1999 06:04:48 +0000 Subject: Add autorobe clause for HP OpenMail. svn path=/trunk/; revision=2542 --- fetchmailconf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fetchmailconf b/fetchmailconf index 76a14040..79d500eb 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1115,6 +1115,15 @@ Turning on fetchall will disable the use of TOP. Therefore, it is strongly recommended that you turn on `fetchall' on all user entries associated with this server. +""" + if string.find(greetline, "OpenMail") > 0: + warnings = warnings + """ +You appear to be using some version of HP OpenMail. Many versions of +OpenMail do not process the "TOP" command correctly; the symptom is that +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, "sprynet.com") > 0: warnings = warnings + """ -- cgit v1.2.3