diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-08-21 06:04:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-08-21 06:04:48 +0000 |
commit | 21eefeaa5abe2ba5e15bfd7913b173801fe52f30 (patch) | |
tree | 913ccf3157f9b4b685c90ee93ad24c75c7ee17dc /fetchmailconf | |
parent | c3d354a4eb44cb2354f55c6b14396b72dd7eb021 (diff) | |
download | fetchmail-21eefeaa5abe2ba5e15bfd7913b173801fe52f30.tar.gz fetchmail-21eefeaa5abe2ba5e15bfd7913b173801fe52f30.tar.bz2 fetchmail-21eefeaa5abe2ba5e15bfd7913b173801fe52f30.zip |
Add autorobe clause for HP OpenMail.
svn path=/trunk/; revision=2542
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 76a14040..79d500eb 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1116,6 +1116,15 @@ 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 + """ You appear to be using a SpryNet server. In mid-1999 it was reported that |