]> Pileus Git - ~andy/fetchmail/commitdiff
Warn about Novonyx.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 6 Sep 2000 16:39:04 +0000 (16:39 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 6 Sep 2000 16:39:04 +0000 (16:39 -0000)
svn path=/trunk/; revision=2957

fetchmailconf

index 30ddb2067ae4e3aa9c99b4158d78299a131cdb8c..07f2c1679c09d86ce684a74fa7337b400f7f694a 100755 (executable)
@@ -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