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 --- NEWS | 3 +++ fetchmail-FAQ.html | 11 +++++++++-- fetchmailconf | 7 +++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4903ccd5..cfc271c0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +* Updated Turkish translation. +* Added warning about auth failures on the GMX server. + fetchmail-5.9.10 (Sun Mar 10 15:09:57 EST 2002), 21529 lines: * Security fix: don't trust the message count passed back by the server. diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 890ca259..827382f2 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2002/03/09 12:21:27 $ +$Date: 2002/03/15 19:16:33 $

Frequently Asked Questions About Fetchmail

@@ -91,6 +91,7 @@ IP address?
S12. How can I use fetchmail with MailMax?
S13. How can I use fetchmail with Novell GroupWise?
S14. How can I use fetchmail with InterChange?
+S15. How can I use fetchmail with GMX?

How to set up well-known security and authentication methods:

@@ -1748,6 +1749,12 @@ RETR. their new 3.61.08 release of InterChange fixes this problem. I don't have any reports one way or the other yet. +S15. How can I use fetchmail with GMX? + +

Use IMAP. The GMX StreamProxy server behaves badly on +authentication failures, sending back a non-conformant error message +(missing an -ERR tag) that confuses fetchmail. +


K1. How can I use fetchmail with SOCKS?

@@ -3006,7 +3013,7 @@ date from the last Received header.

Back to Fetchmail Home Page To Site Map -$Date: 2002/03/09 12:21:27 $ +$Date: 2002/03/15 19:16:33 $

Eric S. Raymond <esr@thyrsus.com>
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