diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-08 02:07:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-08 02:07:56 +0000 |
commit | 2e296694c0d7ed968d262aeca4c713117c312148 (patch) | |
tree | 14b61a3ac4d2776156d83060166b9be5efaac0b1 | |
parent | aec7c43d8a1798eb1b134186d0f1b5d010fb7942 (diff) | |
download | fetchmail-2e296694c0d7ed968d262aeca4c713117c312148.tar.gz fetchmail-2e296694c0d7ed968d262aeca4c713117c312148.tar.bz2 fetchmail-2e296694c0d7ed968d262aeca4c713117c312148.zip |
Mention warning limit for Maillennium workaround.
svn path=/branches/BRANCH_6-3/; revision=4615
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ fetchmail 6.3.2 (to be released): * Automatically disable the POP3 TOP command if the greeting string contains "Maillennium POP3/PROXY server", which is used by comcast and known to truncate messages after 80 kByte. Fall back to RETR, and complain if we had - used TOP otherwise. Suggested by Ed Wilts. + used TOP otherwise (the warning is printed only once per server in daemon + mode). Suggested by Ed Wilts. *Note* that this means messages are marked read on these servers, which is a deviation from how 6.3.1 behaved, but we have no alternative, comcast haven't fixed this bug in years. Preventing the loss of the remainder of the message |