diff options
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 9 |
1 files changed, 5 insertions, 4 deletions
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: |