From cf6c6a28b0631a29085ceeca86c980c0a6e4022d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Feb 2000 03:41:53 +0000 Subject: Various minor bug fixes. svn path=/trunk/; revision=2757 --- fetchmailconf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 245a6170..4ecac058 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1129,11 +1129,19 @@ Its response to RETR is normal, so use the `fetchall' option. if string.find(greetline, "POP-Max") > 0: warnings = warnings + """ -The Mail Max server screws up on mail with attachments. It reports the -message size with attachments included, but doesn't downloasd them on a +The Mail Max POP3 server screws up on mail with attachments. It reports +the message size with attachments included, but doesn't download them on a RETR or TOP. You should get rid of it -- and the brain-dead NT server it rode in on. +""" + + if string.find(greetline, "InterChange") > 0: + warnings = warnings + """ +The InterChange IMAP server screws up on mail with attachments. It reports +the message size with attachments included, but doesn't download them on a +RETR or TOP. You should get rid of it. + """ if string.find(greetline, "1.003") > 0 or string.find(greetline, "1.004") > 0: -- cgit v1.2.3