[EMAIL PROTECTED] wrote: > I've noticed that when I send a message, any BCC or DCC recipients do not appear > in the copy saved via FCC. This behavior is consistent with the send(1) man > page, but IMHO, that behavior is broken. I understand that the recipients should > be hidden for outbound mail, but I believe that the file copy should show > everyone to whom the message was addressed.
I've got a sendproc shell script that does this: if the message being sent has both an fcc and bcc header field, it annotates the fcc'ed copy (using "anno -component fcc -nodate", BTW) to list the bcc'ed recipients. The script is too much of a hack to send to anyone :-(, but the idea is pretty simple and it's worked fine for me. There's some info about sendprocs and a sample script in the online MH book at http://www.ics.uci.edu/~mh/book/mh/senove.htm#index28 Jerry -- Jerry Peek, [EMAIL PROTECTED], http://www.jpeek.com/
