From aff23c2545c15943f95d93fd47df8902e38d7412 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Mar 2002 19:16:33 +0000 Subject: Auth failure on the GMX servers. svn path=/trunk/; revision=3600 --- fetchmailconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 4ca6ecc5..fda0d9b7 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1277,6 +1277,13 @@ brain-dead Microsoft operating system it rode in on. 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 -ERR tag) +that confuses fetchmail. Use IMAP. + """ if string.find(greetline, "OpenMail") > 0: warnings = warnings + """ -- cgit v1.2.3