diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-12-26 22:06:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-12-26 22:06:03 +0000 |
commit | 366eb7b3a91d53282f0b1007913a55be236a322e (patch) | |
tree | eaf93bd4f0af17a32223f3a85ed027e365544acc /fetchmailconf | |
parent | df9d522301cbc3e73e9816485f7deb744ae6f373 (diff) | |
download | fetchmail-366eb7b3a91d53282f0b1007913a55be236a322e.tar.gz fetchmail-366eb7b3a91d53282f0b1007913a55be236a322e.tar.bz2 fetchmail-366eb7b3a91d53282f0b1007913a55be236a322e.zip |
Routine updates, including the latest Shetye patch.
svn path=/trunk/; revision=3778
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fetchmailconf b/fetchmailconf index 4ce4a319..a6c3d172 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1286,13 +1286,6 @@ You appear to be using geonet. As of late 2002, the TOP command on geonet's POP3 is broken. Use the fetchall option. """ - if string.find(greetline, "GMX POP3 StreamProxy") > 0: - warnings = warnings + """ -The GMX POP3 server behaves badly on authentication failures, sending -back a non-conformant error message (missing an <code>-ERR</code> tag) -that confuses fetchmail. Use IMAP. - -""" if string.find(greetline, "OpenMail") > 0: warnings = warnings + """ You appear to be using some version of HP OpenMail. Many versions of |