diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-06 09:08:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-06 09:08:33 +0000 |
commit | f51a435aaf2aa71bd80c821512c62b7f07099ef8 (patch) | |
tree | 1749843000da47818fe4a4399760e282bbe10a9a /fetchmailconf | |
parent | 3747cc4c40038c30c5a78af505e5926080e45da8 (diff) | |
download | fetchmail-f51a435aaf2aa71bd80c821512c62b7f07099ef8.tar.gz fetchmail-f51a435aaf2aa71bd80c821512c62b7f07099ef8.tar.bz2 fetchmail-f51a435aaf2aa71bd80c821512c62b7f07099ef8.zip |
Detect and warn about geonet.de.
svn path=/trunk/; revision=3700
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index b7a69fdb..29cbba35 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1280,6 +1280,12 @@ 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 + """ The GMX POP3 server behaves badly on authentication failures, sending |