diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-10-01 16:09:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-10-01 16:09:47 +0000 |
commit | 122f70305dfa449569a8fc8d027e9a0514ff2536 (patch) | |
tree | 7591a02e9f465f2569aceb92d54b6440556cbbf5 | |
parent | 32e857d7cfff05e4003292a5a9c44c1b3bcf8b49 (diff) | |
download | fetchmail-122f70305dfa449569a8fc8d027e9a0514ff2536.tar.gz fetchmail-122f70305dfa449569a8fc8d027e9a0514ff2536.tar.bz2 fetchmail-122f70305dfa449569a8fc8d027e9a0514ff2536.zip |
Added warning about TEMS.
svn path=/trunk/; revision=2628
-rwxr-xr-x | fetchmailconf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index a02b5337..72576e04 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1125,6 +1125,15 @@ around this bug, turn on `fetchall' on all user entries associated with this server. """ + if string.find(greetline, "TEMS POP3") > 0: + warnings = warnings + """ +Your POP3 server has "TEMS" in its header line. At least one such +server does not process the "TOP" command correctly; the symptom is +that fetchmail hangs when trying to retrieve mail. To work around +this bug, turn on `fetchall' on all user entries associated with this +server. + +""" if string.find(greetline, "GroupWise") > 0: warnings = warnings + """ The Novell GroupWise IMAP server would be better named GroupFoolish; @@ -1138,7 +1147,6 @@ with code as shoddy as GroupWise seems to be, you will probably pay for it with other problems.<p> """ - if string.find(greetline, "sprynet.com") > 0: warnings = warnings + """ You appear to be using a SpryNet server. In mid-1999 it was reported that |