]> Pileus Git - ~andy/fetchmail/commitdiff
Henrik Edlund's fix.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 18 Dec 1998 07:59:11 +0000 (07:59 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 18 Dec 1998 07:59:11 +0000 (07:59 -0000)
svn path=/trunk/; revision=2282

fetchmail.man

index eea23d2ee5e29a8d51fee34f12b885e1596d5b2a..9531d06044d095b2d17d98301df074173593cb02 100644 (file)
@@ -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