From 8efde63e2ab37c6179499202ecd6e83f9613166f Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Thu, 30 Mar 2000 06:53:03 +0000
Subject: Take note of the Domino bug.

svn path=/trunk/; revision=2852
---
 fetchmailconf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/fetchmailconf b/fetchmailconf
index c3ea9497..29ed5ada 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -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
-- 
cgit v1.2.3