On Wed, Mar 21, 2001 at 03:08:26PM -0600, Forrest Dickinson wrote:
> I am running RedHat 7 and SendMail 8.11 and I am wondering if there is a way
> for SendMail to archive all outgoing mail. I am open to the possibility of
> all outgoing mail being CC to a separate account.

This is on the sendmail FAQ.

Subject: Q4.20 -- How can I automatically copy messages based on sender or
recipient addresses?

Date: June 30, 2000 
Updated: February 27, 2001 

It would require custom programming. You could either write a mail
filter using the new (currently not supported) Milter API in sendmail
8.10 and later (see libmilter/README) or you could look at some of
these other unsupported hints: 

     Axel Reinhold's logall.c module 
     (http://www.freakout.de/logall.c)

Regards

					- Karl