aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-09-06 16:39:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-09-06 16:39:04 +0000
commit067fbe0da641a52beca859fd1442f6e731dff9f6 (patch)
tree6d78dd416cbb5d29de099cc7a9c88ff0e9e3669b /fetchmailconf
parent63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (diff)
downloadfetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.tar.gz
fetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.tar.bz2
fetchmail-067fbe0da641a52beca859fd1442f6e731dff9f6.zip
Warn about Novonyx.
svn path=/trunk/; revision=2957
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf7
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