Gnus development mailing list
 help / color / mirror / Atom feed
* Re: feature request for Bcc
@ 1996-11-06 23:32 Katsumi Yamaoka
  1996-11-07  1:06 ` Michael Grubb
  0 siblings, 1 reply; 8+ messages in thread
From: Katsumi Yamaoka @ 1996-11-06 23:32 UTC (permalink / raw)


------- Blind-Carbon-Copy

Subject: Re: feature request for Bcc
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Organization: The Katsumi Yamaoka Fan Club
References: <vw1zq0ualbs.fsf@cambot.oit.duke.edu>
Mime-Version: 1.0 (generated by tm-edit 7.93)
Content-Type: text/plain; charset=US-ASCII
Lines: 13
X-Mailer: Red Gnus v0.54/tm 7.93/Mule 2.3@19.34
X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk
 B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw=
 L&i*6&(
Date: Thu, 07 Nov 96 08:32:27 +0900
Sender: yamaoka
Bcc: Blind Distribution List: ;

Bcc: ding@ifi.uio.no :-)

>>>>> In <vw1zq0ualbs.fsf@cambot.oit.duke.edu>
>>>>>	Michael Grubb <mg@duke.edu> wrote:

> MH does this by inserting a " ----- Blind Carbon Copy" line at the
> beginning of the message body,

> Just a thought.  Or maybe there's already a way to do this?

(setq message-send-mail-function 'message-send-mail-with-mh)
- -- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

------- End of Blind-Carbon-Copy


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-06 23:32 feature request for Bcc Katsumi Yamaoka
@ 1996-11-07  1:06 ` Michael Grubb
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Grubb @ 1996-11-07  1:06 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@ga.sony.co.jp> writes:

> (setq message-send-mail-function 'message-send-mail-with-mh)

Thanks!  This worked for me after adding "Sender" to 
message-deletable-headers.

     -- M.

-- 
Michael Grubb <mg@duke.edu> "not qualified to appear in public"


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-06 22:51 Michael Grubb
  1996-11-07 11:54 ` Samuel Tardieu
@ 1996-11-08  1:37 ` Lars Magne Ingebrigtsen
  1996-11-07  9:06   ` Kai Grossjohann
  1996-11-07 16:29   ` Eric Hendrickson
  1 sibling, 2 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-11-08  1:37 UTC (permalink / raw)


Michael Grubb <mg@duke.edu> writes:

> It would be nice if blind carbon copy (Bcc) recipients saw something 
> indicating it was a Bcc.  Really, anything in the headers or text would
> be helpful.  MH does this by inserting a " ----- Blind Carbon Copy" line
> at the beginning of the message body, which is kinda nice.

I don't think so.  If you want to Cc somebody, you should Cc them.
Bcc should only be used for (IMHO) having sendmail sending yourself a
copy of the mail you send.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-08  1:37 ` Lars Magne Ingebrigtsen
  1996-11-07  9:06   ` Kai Grossjohann
@ 1996-11-07 16:29   ` Eric Hendrickson
  1 sibling, 0 replies; 8+ messages in thread
From: Eric Hendrickson @ 1996-11-07 16:29 UTC (permalink / raw)
  Cc: ding

Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> I don't think so.  If you want to Cc somebody, you should Cc them.
> Bcc should only be used for (IMHO) having sendmail sending yourself a
> copy of the mail you send.

I agree, Bcc should be just that, blank.
-- 
Too much of anything, even love, isn't necessarily a good thing.
		-- Kirk, "The Trouble with Tribbles", stardate 4525.6


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-06 22:51 Michael Grubb
@ 1996-11-07 11:54 ` Samuel Tardieu
  1996-11-08  1:37 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Samuel Tardieu @ 1996-11-07 11:54 UTC (permalink / raw)
  Cc: ding

>>>>> "Michael" == Michael Grubb <mg@duke.edu> writes:

Michael> Just a thought.  Or maybe there's already a way to do this?

Here is how I do it: my `sendmail-program' variable is set to
"~/etc/dgnus.rc", which is a procmail script which contains (amongst
others) the following lines:

#!/usr/local/bin/procmail -m
[...]
:0c
* ^Bcc:
        {
        HFROM = `formail -XFrom:`
        HTO = `formail -XTo:`
        HSUB = `formail -zxSubject:`
        HCC = `formail -XCc:`
        HNEWS = `formail -XNewsgroups:`
        HDIS = `formail -XDistribution:`
        HFOL = `formail -XFollowup-To:`
        HREP = `formail -XReply-To:`

        :0bfw
        | echo; echo "---Blind Carbon Copy---"; echo; \
          if [ "x$HFROM" != "x" ] ; then echo $HFROM; fi; \
          if [ "x$HTO" != "x" ] ; then echo $HTO; fi; \
          if [ "x$HSUB" != "x" ] ; then echo "Subject:$HSUB"; fi; \
          if [ "x$HCC" != "x" ] ; then echo $HCC; fi; \
          if [ "x$HNEWS" != "x" ] ; then echo $HNEWS; fi; \
          if [ "x$HFOL" != "x" ] ; then echo $HFOL; fi; \
          if [ "x$HDIS" != "x" ] ; then echo $HDIS; fi; \
          if [ "x$HREP" != "x" ] ; then echo $HREP; fi; \
          echo; \
          cat; \
          echo "---End of Blind Carbon Copy---"; echo; echo

        :0
        | formail -Y -I"To: Blind recipients <sam@inf.enst.fr>" \
                -ICc: -IMessage-Id: \
                -I"X-Bcc-Trash: yes" \
                -I"Subject: [BCC] $HSUB" -aMessage-Id: | \
          $SENDMAIL -t
        }
[...]

This is IMHO a good thing to send Bcc: mail differently, because the
hidden recipient cannot followup by mistake and answer everyone !

  Sam
-- 
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-07  9:06   ` Kai Grossjohann
@ 1996-11-07  9:21     ` Lars Balker Rasmussen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Balker Rasmussen @ 1996-11-07  9:21 UTC (permalink / raw)


Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de> writes:
> The advantage of Bcc is that those in To and Cc don't know the mail
> got sent to somebody else too.  You could complain to somebody and Bcc
> their boss...  Naughty, naughty.

Yeah, we use that _all_ the time out here in the semi-real world ;-)
-- 
Lars Balker Rasmussen                                              - Duck!
<URL:http://www.daimi.aau.dk/~gnort/>                              - Where!?!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: feature request for Bcc
  1996-11-08  1:37 ` Lars Magne Ingebrigtsen
@ 1996-11-07  9:06   ` Kai Grossjohann
  1996-11-07  9:21     ` Lars Balker Rasmussen
  1996-11-07 16:29   ` Eric Hendrickson
  1 sibling, 1 reply; 8+ messages in thread
From: Kai Grossjohann @ 1996-11-07  9:06 UTC (permalink / raw)


>>>>> Lars Magne Ingebrigtsen writes:

  Lars> I don't think so.  If you want to Cc somebody, you should Cc
  Lars> them.  Bcc should only be used for (IMHO) having sendmail
  Lars> sending yourself a copy of the mail you send.

The advantage of Bcc is that those in To and Cc don't know the mail
got sent to somebody else too.  You could complain to somebody and Bcc
their boss...  Naughty, naughty.

kai
-- 
I wonder why nobody don't like me,
or is it de fact dat I'm ugly? -- Harry Belafonte


^ permalink raw reply	[flat|nested] 8+ messages in thread

* feature request for Bcc
@ 1996-11-06 22:51 Michael Grubb
  1996-11-07 11:54 ` Samuel Tardieu
  1996-11-08  1:37 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Michael Grubb @ 1996-11-06 22:51 UTC (permalink / raw)


It would be nice if blind carbon copy (Bcc) recipients saw something 
indicating it was a Bcc.  Really, anything in the headers or text would
be helpful.  MH does this by inserting a " ----- Blind Carbon Copy" line
at the beginning of the message body, which is kinda nice.

Just a thought.  Or maybe there's already a way to do this?

     -- M.

-- 
Michael Grubb <mg@duke.edu>
Duke University Office of Information Technology
phone +1 919 660 6903 / 409 North Building, Durham NC 27708-0132 USA


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1996-11-08  1:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-06 23:32 feature request for Bcc Katsumi Yamaoka
1996-11-07  1:06 ` Michael Grubb
  -- strict thread matches above, loose matches on Subject: below --
1996-11-06 22:51 Michael Grubb
1996-11-07 11:54 ` Samuel Tardieu
1996-11-08  1:37 ` Lars Magne Ingebrigtsen
1996-11-07  9:06   ` Kai Grossjohann
1996-11-07  9:21     ` Lars Balker Rasmussen
1996-11-07 16:29   ` Eric Hendrickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).