diff options
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 |