According to Rob 'Feztaa' Park on Mon, Dec 17, 2001 at 05:29:52PM -0700:
> On Tue, Dec 18, 2001 at 12:28:42AM +0100, Eric Smith (dis)graced my inbox with:
> > so that I may look in one place to check all the outgoing mail
> > regardless of where is is fcc'ed?
> > 
> > a simple (mutt) solution?
> 
> my_hdr Bcc: Your Name Here <[EMAIL PROTECTED]>
> 

For those wishing to implement this -
I did it this way

.muttrc:
my_hdr Bcc: .outgoing <[EMAIL PROTECTED]>
my_hdr X-outgoing: save # see header to this email ;)

.procmailrc:
:0 c
* ^X-outgoing: save
.outgoing

saves copy of all mail sent _with mutt_ to the.outgoing
folder.  Better (for me), than procmail matching on any From
header.

-- 
Eric Smith

Reply via email to