diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-05-13 17:51:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-05-13 17:51:07 +0000 |
commit | 0f2950fddcc0655c4441c9016654c95b9f4ff8cf (patch) | |
tree | 7b7b221f923695a76863cc55dd9640459702ca77 /fetchmailconf | |
parent | 1951ae5dca0db81e49b8afb2abd9b3a6115ac6ca (diff) | |
download | fetchmail-0f2950fddcc0655c4441c9016654c95b9f4ff8cf.tar.gz fetchmail-0f2950fddcc0655c4441c9016654c95b9f4ff8cf.tar.bz2 fetchmail-0f2950fddcc0655c4441c9016654c95b9f4ff8cf.zip |
More about MailMax.
svn path=/trunk/; revision=2890
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: |