diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-09-06 16:39:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-09-06 16:39:04 +0000 |
commit | 067fbe0da641a52beca859fd1442f6e731dff9f6 (patch) | |
tree | 6d78dd416cbb5d29de099cc7a9c88ff0e9e3669b /fetchmailconf | |
parent | 63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (diff) | |
download | fetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.tar.gz fetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.tar.bz2 fetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.zip |
Warn about Novonyx.
svn path=/trunk/; revision=2957
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 30ddb206..07f2c167 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1254,6 +1254,13 @@ Therefore, it is strongly recommended that you turn on `fetchall' on all user entries associated with this server. """ + if string.find(greetline, " Novonyx POP3") > 0: + warnings = warnings + """ +Your mailserver is running Novonyx POP3. This server, at least as of +version 2.17, seems to have problems handling and reporting seen bits. +You may have to use the fetchall option. + +""" ### IMAP servers start here |