From 105b8bc2029ca6223224a766b2ec9a5d4d9653a6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 24 May 2002 06:47:37 +0000 Subject: Option fix. svn path=/trunk/; revision=3615 --- fetchmail.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.man') 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 -- cgit v1.2.3