Ok this time I am admittedly missing something very basic.
I'm upgrading to sendmail 8.9.1 running on FreeBSD 3.0 (from um, a
very old version of sendmail running on a very old OS :-). I have
searched the sendmail and majordomo FAQs end-to-end and not found
this question.)
When I use sendmail -f in an alias to set up a list, e.g.:
foo: "|/usr/sbin/sendmail -oi -fowner-foo foo-out"
foo-out: me
owner-foo: me,
Instead of doing what you would normally expect, sendmail prepends a
blank line, pushing the existing headers into the message body, and
generates an entire new set of headers at the top, with the -f value
in the new From: header. Simple example:
---------------------
Return-path: [EMAIL PROTECTED]
Received: (from daemon@localhost)
by bach.Graphics.Cornell.EDU (8.9.1/8.9.1) id QAA07146
for foo-out; Wed, 24 Mar 1999 16:37:38 -0500 (EST)
(envelope-from owner-foo)
Date: Wed, 24 Mar 1999 16:37:38 -0500 (EST)
From: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
Apparently-to: <[EMAIL PROTECTED]>
>From owner-foo Wed Mar 24 16:37:37 1999
Received: from maytag.graphics.cornell.edu (MAYTAG.GRAPHICS.CORNELL.EDU
[128.84.247.157])
by bach.Graphics.Cornell.EDU (8.9.1/8.9.1) with SMTP id QAA07143
for <[EMAIL PROTECTED]>; Wed, 24 Mar 1999 16:37:37 -0500 (EST)
(envelope-from [EMAIL PROTECTED])
Received: from localhost by maytag.graphics.cornell.edu;
(5.65/1.1.8.2/07Nov94-0649PM)
id AA12908; Wed, 24 Mar 1999 16:37:36 -0500
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: test
Date: Wed, 24 Mar 99 16:37:36 -0500
From: Me <[EMAIL PROTECTED]>
X-Mts: smtp
bar
-----------------
Anybody here know how to get 8.9.1 to do the right thing?
-Mitch