diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-11 22:33:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-11 22:33:42 +0000 |
commit | 21708c2d324e0ef6d0f5a0e2e3db325e45bb5ed3 (patch) | |
tree | ad31000031839dd217d4d2477205dee412b6bd21 /fetchmail.man | |
parent | fcad7f152c6407c492c8fa0989ec23eaeca4bc27 (diff) | |
download | fetchmail-21708c2d324e0ef6d0f5a0e2e3db325e45bb5ed3.tar.gz fetchmail-21708c2d324e0ef6d0f5a0e2e3db325e45bb5ed3.tar.bz2 fetchmail-21708c2d324e0ef6d0f5a0e2e3db325e45bb5ed3.zip |
Ready to release.
svn path=/trunk/; revision=2494
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/fetchmail.man b/fetchmail.man index 11871d53..3896971c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -207,10 +207,7 @@ machine in the server's queue of undelivered mail. Force UIDL use (effective only with POP3). Force client-side tracking of `newness' of messages (UIDL stands for ``unique ID listing'' and is described in RFC1725). Use with `keep' to use a mailbox as a baby -news drop for a group of users. Note: the implementation of this -feature is fragile. If you poll with a host specified on the command line, -your saved data about seen-message UIDLs on \fIother\fR hosts is liable -to get clobbered. +news drop for a group of users. .TP .B \-P, --port (Keyword: port) @@ -1794,13 +1791,6 @@ The RFC822 address parser used in multidrop mode chokes on some @-addresses that are technically legal but bizarre. Strange uses of quoting and embedded comments are likely to confuse it. .PP -Two users have reported that daemon-mode fetchmails leak memory. -This may be associated with use of UIDL, or it may mean your TCP/IP -layer is failing to garbage-collect closed sockets generated on -protocol errors properly; most installations do not have this -problem. If you observe it, please report a bug. The workaround is -to do a fetchmail -q and restart occasionally. -.PP In a message with multiple envelope headers, only the last one processed will be visible to fetchmail. To get around this, use a mailserver-side filter that consolidates the contents of all envelope |