From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 03 Sep 2008 20:29:38 -0700 Subject: [sup-talk] CCing to self mail id when composing mail In-Reply-To: <48BE7CF7.1090103@gslab.com> References: <48BE7CF7.1090103@gslab.com> Message-ID: <1220498835-sup-9828@entry> Reformatted excerpts from Manish Sapariya's message of 2008-09-03: > I have configured the ask for CC and I want to CC to myself. I am > using sendmail for sending mail. However I am not receiving mail copy > to myself. I tried bcc, and specifying my mail id in to field as well. > > Is it sup or sendmail which is removing the self id? any ideas? It's probably your sendmail setup. Sup is just passing that stuff through unchanged. You can try enabling logging on sendmail's end somehow... > Can I configure sup to always include self mail id in CC when > composing new mail or replying to any other mail. I believe the before-edit hook can be used for this. Place something like the following in ~/.sup/hooks/before-edit.rb: header["Cc"] = my at email.address (untested!) -- William