Slashdot Mirror


The Death of BCC

An anonymous reader writes "An interesting op-ed at NeoSmart discusses the demise of BCC in emails at the hands of Facebook and the like. It discusses how certain technologies that are slowly being supplanted by 'cooler' yet less effective alternatives have actually been spoiled for all, since they rely on a basic community-wide awareness regarding these technologies for them to work."

10 of 366 comments (clear)

  1. It's dead? by shutdown+-p+now · · Score: 4, Informative

    Strange, I see it used all the time - in the workplace, that is. For one thing, it's a very convenient way to "loop out" someone from a long-going email thread (when it's no longer relevant to them).

    1. Re:It's dead? by Anonymous Coward · · Score: 2, Informative

      Not the orig poster, but it's so they know they are being looped out.

      For example, if you're looping out a list that shouldn't have been looped in in the first place (perhaps they should be contacting another list instead, which you are now cc-ing), then moving them to the Bcc and saying "list -> Bcc" or "Bcc list" in the body lets the other people on that list know you're looping them out.

      That way, the Bcc-ed people know they don't have to follow up and do the same thing ("You want information-disbursement@, not information-retrieval@...").

      This only works in a professional environment with people who know how email works (not the "please unsubscribe me" masses).

  2. Gonna miss that site by Tablizer · · Score: 4, Informative
  3. Re:So true by Kidbro · · Score: 5, Informative

    It's useful when you're informing a large group of people that may not know eachother already about an event. For instance when sending out an invitation to a party.

    It's just plain rude to share people's email address without their permission.

  4. Re:Good Riddance by darkstar949 · · Score: 3, Informative

    I've seen BCC used to send bulk company-wide emails out to all of the employees so if anyone tired to reply to it, only the original sender would be the email as opposed to the entire company.

  5. Re:BCC still existed? by SuricouRaven · · Score: 3, Informative

    Actual scenario, that I've been on the recieving end of: A company decides to send a mass-mailing to a group of customers. The employee CCs them all... and thus inadvertantly gives out half the company mailing list to everyone on it.

  6. Re:BCC still existed? by ladadadada · · Score: 4, Informative

    Have another read of his comment. He sent an email To: one person and Bcc: to that person's boss. The boss receives an email that does not have his email address anywhere in it. When the boss hits reply-all, the email will go to two people: the person who sent the email and the person to whom it was addressed. It was the boss who was in the Bcc field and hence when the boss hits reply, he doesn't send an email to himself.

    There is no adding "everyone in by hand" because there are only two people who receive the boss's email and neither of them were in the Bcc field.

    --
    Sig matters not. Judge me by my sig, do you?
  7. Re:my other me by Gonoff · · Score: 3, Informative

    I don't know why FB doesn't implement "burning carbon copy".

    Blind Carbon Copy Actually - unless this is another example of how the USA has diverged from English. In that case, sorry.

    --
    I'll see your Constitution and raise you a Queen.
  8. Re:So true by geezer+nerd · · Score: 3, Informative

    Amen. I am not in the corporate world, being retired. But I am frequently the recipient of jokes and cute pictures and such which include long lists of email addresses of who knows who. And nested deeply through the 3 or 4 times the stuff was forwarded.
    I feel very strongly that one should not willy-nilly expose email addresses in that way, so I carefully delete all that from any email that I forward on.
    Frequently I will forward one of these to my friends and family, many of whom do not know each other. I then use BCC all the time so those friends are not seeing the emails of those they do not know.
    And, very few of my correspondents do the same.

  9. Re:Nope by mr_mischief · · Score: 5, Informative

    SMTP doesn't know "BCC". SMTP knows "RCPT TO". The MUA knows "BCC" and "RCPT TO" both because it speaks SMTP and also knows the mail content format for TO, FROM, CC, and REPLY TO headers. BCC is an extra version of CC that adds more RCPT TO requests to the SMTP session but doesn't add a header like CC does.

    Unfortunately, since so many implementors included the completely non-standard capability of multiple recipients in the "TO" field, CC itself is terribly underused itself.

    So now you know... and knowing is half the battle.