diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-09-26 08:06:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-09-26 08:06:45 +0000 |
commit | 1c7ab650bf7acfdd94ee386c84dccc8d5cb157b6 (patch) | |
tree | 35251d5737ab8cd2ab59721186c926f512b07bed /fetchmailconf | |
parent | b64751301fa6367b81ce382b4c4dbca5c17a030b (diff) | |
download | fetchmail-1c7ab650bf7acfdd94ee386c84dccc8d5cb157b6.tar.gz fetchmail-1c7ab650bf7acfdd94ee386c84dccc8d5cb157b6.tar.bz2 fetchmail-1c7ab650bf7acfdd94ee386c84dccc8d5cb157b6.zip |
Bug fixes and internationalization improvements.
svn path=/trunk/; revision=2967
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 07f2c167..15ccc2fb 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1171,6 +1171,12 @@ under that version, and doesn't cope with the result gracefully. Newer SunOS and Solaris machines run cucipop OK. """ + if string.find(greetline, "David POP3 Server") > 0: + warnings = warnings + """ +This POP3 serrver is badly broken. You should get rid of it -- and the +brain-dead NT operating system it rode in on. + +""" # The greeting line on the server known to be buggy is: # +OK POP3 server ready (running FTGate V2, 2, 1, 0 Jun 21 1999 09:55:01) # |