From f51a435aaf2aa71bd80c821512c62b7f07099ef8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Sep 2002 09:08:33 +0000 Subject: Detect and warn about geonet.de. svn path=/trunk/; revision=3700 --- fetchmailconf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index b7a69fdb..29cbba35 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1279,6 +1279,12 @@ 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, " geonet.de") > 0: + warnings = warnings + """ +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 + """ -- cgit v1.2.3