diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-03-15 19:16:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-03-15 19:16:33 +0000 |
commit | aff23c2545c15943f95d93fd47df8902e38d7412 (patch) | |
tree | d3da19c262f0cb0f74df29b76183aea640838314 /fetchmailconf | |
parent | f0b888f4a9eb0edcdc5dccf146cd596048124022 (diff) | |
download | fetchmail-aff23c2545c15943f95d93fd47df8902e38d7412.tar.gz fetchmail-aff23c2545c15943f95d93fd47df8902e38d7412.tar.bz2 fetchmail-aff23c2545c15943f95d93fd47df8902e38d7412.zip |
Auth failure on the GMX servers.
svn path=/trunk/; revision=3600
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 4ca6ecc5..fda0d9b7 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1278,6 +1278,13 @@ This POP server has a weird bug; it says OK twice in response to TOP. Its response to RETR is normal, so 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 |