]> Pileus Git - ~andy/fetchmail/commitdiff
Warn about spray.net servers.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 7 Jun 2000 03:03:51 +0000 (03:03 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 7 Jun 2000 03:03:51 +0000 (03:03 -0000)
svn path=/trunk/; revision=2901

fetchmailconf

index 376614e0b318a039153290ccfa0f29ec9deeb8ac..2577894f753eba050559e845bc7f7b4d0f5b6cb7 100755 (executable)
@@ -1225,6 +1225,15 @@ 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, " spray.se") > 0:
+                warnings = warnings + """
+Your POP3 server has "spray.se" in its header line.  In May 2000 at
+least one such server did not process the "TOP" command correctly; the
+symptom is that messages are treated as headerless.  To work around
+this bug, turn on `fetchall' on all user entries associated with this
+server.
+
 """
             if string.find(greetline, " usa.net") > 0:
                 warnings = warnings + """