aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-18 07:59:11 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-18 07:59:11 +0000
commite0d297633df80e9de07085947358d18e886a7ab3 (patch)
tree34fa1051a1f37445915fb06e01d0324139d0d0a5
parent543aab4d1ff72354c1f6fb2adc9f2fea24a2529f (diff)
downloadfetchmail-e0d297633df80e9de07085947358d18e886a7ab3.tar.gz
fetchmail-e0d297633df80e9de07085947358d18e886a7ab3.tar.bz2
fetchmail-e0d297633df80e9de07085947358d18e886a7ab3.zip
Henrik Edlund's fix.
svn path=/trunk/; revision=2282
-rw-r--r--fetchmail.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man
index eea23d2e..9531d060 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -286,7 +286,7 @@ You can force mail to be passed to an MDA directly (rather than
forwarded to port 25) with the -mda or -m option. 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 $USER", "/usr/bin/procmail -d $USER"
+"/usr/sbin/sendmail -oem -f %F %T", "/usr/bin/procmail -d %T"
and "/usr/bin/deliver". 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