From 067fbe0da641a52beca859fd1442f6e731dff9f6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Sep 2000 16:39:04 +0000 Subject: Warn about Novonyx. svn path=/trunk/; revision=2957 --- fetchmailconf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 30ddb206..07f2c167 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1253,6 +1253,13 @@ Turning on fetchall will disable the use of TOP. 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 -- cgit v1.2.3