aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--fetchmail.man4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index df74c1ad..1d426ae6 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@ fetchmail 6.3.3 (not yet released):
<http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff>
* "ssl" is a user option rather than a server option. Patch by Nico Golde.
Fixes Debian Bug#354661, reported by Keith Hellman.
+* The manual page now suggests -- before the addresses in the sendmail MDA
+ example.
fetchmail 6.3.2 (released 2006-01-22):
diff --git a/fetchmail.man b/fetchmail.man
index 64165724..d9ea654a 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -490,7 +490,7 @@ resource-exhaustion errors; the nonzero status tells fetchmail that
delivery failed and prevents the message from being deleted off the
server. If \fIfetchmail\fR is running as root, it sets its user id to
that of the target user while delivering mail through an MDA. Some
-possible MDAs are "/usr/sbin/sendmail \-i \-f %F %T", "/usr/bin/deliver"
+possible MDAs are "/usr/sbin/sendmail \-i \-f %F \-\- %T", "/usr/bin/deliver"
and "/usr/bin/maildrop \-d %T". Local delivery
addresses will be inserted into the MDA command wherever you place a
%T; the mail message's From address will be inserted where you place
@@ -1880,7 +1880,7 @@ periodically issuing NOOP. If you need to poll a link frequently, IDLE
can save bandwidth by eliminating TCP/IP connects and LOGIN/LOGOUT
sequences. On the other hand, an IDLE connection will eat almost all
of your fetchmail's time, because it will never drop the connection
-and allow other pools to occur unless the server times out the IDLE.
+and allow other polls to occur unless the server times out the IDLE.
It also doesn't work with multiple folders; only the first folder will
ever be polled.