]> Pileus Git - ~andy/fetchmail/commitdiff
Take note of the Domino bug.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 30 Mar 2000 06:53:03 +0000 (06:53 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 30 Mar 2000 06:53:03 +0000 (06:53 -0000)
svn path=/trunk/; revision=2852

fetchmailconf

index c3ea949726b42ab8f3dd4496b34c78eb062d2a72..29ed5ada78db13808510f0ec36399bf95c473868 100755 (executable)
@@ -1274,6 +1274,15 @@ version 5.0.7) returns an invalid body size for messages with MIME
 attachments; the effect is to drop the attachments on the floor.  We
 recommend you upgrade to a non-broken IMAP server.
 
+"""
+            if string.find(greetline, "Domino IMAP4") > 0:
+                warnings = warnings + """
+Your IMAP server appears to be Lotus Domino.  This server, at least up
+to version 4.6.2a, has a bug in its generation of MIME boundaries (see
+the details in the fetchmail FAQ).  As a result, even MIME aware MUAs
+will see attachments as part of the message text.  If your Domino server's
+POP3 facility is enabled, we recommend you fall back on it.
+
 """
 
 ### Checks for protocol variants start here