From 0f2950fddcc0655c4441c9016654c95b9f4ff8cf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 13 May 2000 17:51:07 +0000 Subject: More about MailMax. svn path=/trunk/; revision=2890 --- fetchmailconf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index f5b362ac..4c419ad0 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1186,10 +1186,11 @@ this server. """ if string.find(greetline, "POP-Max") > 0: warnings = warnings + """ -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 (this violates the IMAP RFCs). You should get rid of it -- -and the brain-dead NT server it rode in on. +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 (this violates the IMAP RFCs). It also +doesn't implement TOP correctly. You should get rid of it -- and the +brain-dead NT server it rode in on. """ if string.find(greetline, "POP3 Server Ready") > 0: -- cgit v1.2.3