aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-05-24 06:47:37 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-05-24 06:47:37 +0000
commit105b8bc2029ca6223224a766b2ec9a5d4d9653a6 (patch)
treef3800cb270f408201abd700c756c3cc69427b81b /fetchmail.man
parent09b689c1098dfac919a655dff36666d9de9d125a (diff)
downloadfetchmail-105b8bc2029ca6223224a766b2ec9a5d4d9653a6.tar.gz
fetchmail-105b8bc2029ca6223224a766b2ec9a5d4d9653a6.tar.bz2
fetchmail-105b8bc2029ca6223224a766b2ec9a5d4d9653a6.zip
Option fix.
svn path=/trunk/; revision=3615
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index e68073fd..b9ac32db 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -403,12 +403,12 @@ 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 userid to that of the
target user while delivering mail through an MDA. Some possible MDAs
-are "/usr/sbin/sendmail -oem -f %F %T", "/usr/bin/deliver" and
+are "/usr/sbin/sendmail -i -oem -f %F %T", "/usr/bin/deliver" and
"/usr/bin/procmail -d %T" (but the latter is usually redundant as it's
what SMTP listeners normally forward to). 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 an %F.
-Do \fInot\fR use an MDA invocation like "sendmail -oem -t" that
+Do \fInot\fR use an MDA invocation like "sendmail -i -oem -t" that
dispatches on the contents of To/Cc/Bcc, it will create mail loops and
bring the just wrath of many postmasters down upon your head.
.TP