Slashdot Mirror


System Adminstration and Corporate Ethics?

Not-a-BOFH asks: "About seven years ago while SysAdmin'ing for a (then) small software company, I was approached by the CEO regarding a technical issue. He explained to me that he got a bit hot headed at another employee and sent said person an email that he now wished he hadn't sent. His request to me was to dig through this person's email and delete it before he came in that morning. As the SysAdmin, this was certainly possible for me to do, but I've always tried to remain ethical when having such access to sensitive documents. In the case of email, I explained to the CEO that to me it was like tampering with the U.S. Mail, and I wasn't comfortable doing it. Long story short, my boss had no issue with it, and wound up doing it anyway. Looking back now, I'm not really all that surprised that that decision of mine led to my getting fired, but I've always wondered how many other people have had similar situations happen to them, where personal ethics and CEO heavyhanding came into play, and their job security suffered from the clash."

192 comments

  1. Ask Slashdot? ? by Trusty+Penfold · · Score: 0, Flamebait

    What's the question again?

    1. Re:Ask Slashdot? ? by NevermindPhreak · · Score: 1
      "...I've always wondered how many other people have had similar situations happen to them, where personal ethics and CEO heavyhanding came into play, and their job security suffered from the clash."

      just because theres no question mark, doesnt mean that the person isnt asking for out input. flaimbait indeed, jeez...

    2. Re:Ask Slashdot? ? by NevermindPhreak · · Score: 1
      *isnt asking for our input

      sorry.

    3. Re:Ask Slashdot? ? by Rick+the+Red · · Score: 2
      I think he's asking if anyone knows of a mail system that allows the sender to recall something after it's sent, without bothering their admin. Sounds like a great idea, I wonder if anyone makes any software like that?

      --
      If all this should have a reason, we would be the last to know.
    4. Re:Ask Slashdot? ? by Anonymous Coward · · Score: 1, Insightful

      AOL allows you to do this with other AOL users. I suppose doing it with the current SMTP/POP setup, though, would require certificates and digital signatures, else anyone would be able to cancel anyone else's mail with little effort. Oh, and we'd also have to get every mail admin to upgrade his MTA to one that supports this kind of thing. Or we could all get AOL accounts...

    5. Re:Ask Slashdot? ? by Datoyminaytah · · Score: 1
      GroupWise

      (Not that I would recommend it.)

      --
      assert(birth_date<time-86400)
    6. Re:Ask Slashdot? ? by sjanich · · Score: 1

      MS Exchange

  2. excuse me? by quinto2000 · · Score: 4, Insightful

    What's ethical about making two people feel really bad? What's so wrong about deleting an offensive message when the sender didn't even want the recipient to see it? I see that as a favor. To say that someone's emotional health is less important than deleting a single email from their inbox is curious, to say the least.

    --
    Ceci n'est pas un post
    1. Re:excuse me? by skinfitz · · Score: 3, Insightful

      It's not ethical because for starters it might breach the Human Rights Act - not sure if this applies in the US though and its funny seeing the US replies already as in the UK we have this thing called privacy you see - I've yet to spot any discernable privacy in the US - everyone is like "yeah! just open up the guys mailbox and delete it". In the UK you could be looking at 2 years in prison for that!

    2. Re:excuse me? by gl4ss · · Score: 2, Insightful

      Somebody mod the parent up.

      The admin would have been required to look through his mail to find the mail and then remove it. There could be a number of private things in that mailbox, including a loveletter from the admins wife or something like that, you'd think that would end up in nasty court meeting?

      Maybe you US folks have nothing against that as said, there's laws to prohibit that sort of thing..

      Also, maybe this teached the ceo to keep his head cool later and definetely do the spanking face to face(which he should have done in the first place anyways).

      What the admin could have done is that he could have said that the mail is protected with some geewhizcryptosystemv.454.4, or say that the mail had forwarded to some hotmail account .

      --
      world was created 5 seconds before this post as it is.
    3. Re:excuse me? by Jeremiah+Cornelius · · Score: 5, Insightful
      The admin would have been required to look through his mail to find the mail and then remove it.
      He'd have to look through what?

      Cat the mailbox, pipe through grep. awk/sed scripts for trimming/whacking mailspool come for the asking.

      BTW. In the U.S. there is no guarantee of privacy for corporate e-mail systems. Period. End-of-question. This is until another court decieds otherwise.

      If you want something private, use your disks, "your" wires, and your crypto.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    4. Re:excuse me? by tzanger · · Score: 2

      It's not ethical because for starters it might breach the Human Rights Act - not sure if this applies in the US though and its funny seeing the US replies already as in the UK we have this thing called privacy you see - I've yet to spot any discernable privacy in the US - everyone is like "yeah! just open up the guys mailbox and delete it". In the UK you could be looking at 2 years in prison for that!

      Oh please.

      With Maildirs I can just grep for the subject line and erase the file without seeing any other email. Now mbox is a different situation but I would imagine that something similar is available on win32.

    5. Re:excuse me? by sraak · · Score: 1

      the big Q is not about the ethics.
      if you do a favor to someone, letting him/her go away the trouble they have gotten themselves, they soon learn to use that. and, some day, there will be a moment when they can not go back anymore. it might be physically/digitally/whatever impossible, and then they are in trouble.
      in trouble because some time ago, someone helped them and they got used to the idea that they can "undo" things in big, bad internet.
      undo's are very, very rarely possible, so do not get uset to the idea that you can just act, react, and then, when mistakes happen and troubles are coming, you just pick up the phone and talk you out of it.
      it is not realistic.
      do not help ppl to do unrealistic things, if you do not want to bl4ckm4il them later. and that is not ethical.

    6. Re:excuse me? by p0ppe · · Score: 1

      exactly. The company probably even had a policy on "monitoring" the mail.

      --


      "Democracy is three wolves and a sheep voting on what to have for dinner."
    7. Re:excuse me? by p7 · · Score: 5, Informative

      As long as the employer has notified the employee that they monitor email, it is completely legal under the Human Rights Act.

      http://news.bbc.co.uk/1/hi/sci/tech/957460.stm
      http://www.itsecurity.com/papers/morgancole1.htm

      Seems it's about the same in the UK, as is here. In other words tell them that you monitor the e-mail and you can read all of it.

    8. Re:excuse me? by skinfitz · · Score: 2, Insightful

      Oh please. With Maildirs I can just grep for the subject line and erase the file without seeing any other email. Now mbox is a different situation but I would imagine that something similar is available on win32.

      I agree it can get silly, however the law is the law. Sure you can grep etc. and find a mail, however firstly, what if you make a typo and forget to pipe and output all the guys mail to the screen, and secondly, what if they are using Outlook? Try deleting a single mail from an exchange server without opening up the mailbox. I suppose it's a moot point in the US, but we UK sysadmins have to consider these things. It can get very silly indeed.

    9. Re:excuse me? by 91degrees · · Score: 3, Interesting

      The ethical issue is that he believes that it is wrong to go through someone else's email and delete one, whatever the circumstances. Finding an arbitrary exception will breach those ethics,or require them to be reevaluated.

      Reevaluating one's ethics does not happen in a matter of minutes.

    10. Re:excuse me? by Blkdeath · · Score: 2
      Cat the mailbox, pipe through grep. awk/sed scripts for trimming/whacking mailspool come for the asking.
      This is half on-topic, and half off, so pardon me for the duality. ;)

      Firstly, while I understand that employees, in general, don't have complete rights to privacy at their workplace (in so long as a 'you will be monitored' agreement has been given/understood by the employee), I think the sysadmin should, at the very least, let the CEO know that this is a one time thing and that he/she should, in future, think before hitting the send button. All too often people are calous where e-mail is concerned; sending diatribes in haste, and a lot of stuff that they'd never, ever say in real life (or over a telephone) to another person.

      Now, to the other purpose of my message - you mention awk/sed scripts to run across a mail spool, do you happen to know of any that would run across a spool and remove messages by age? I maintain several (RFC822) spools for use in my IMAP clients at all my various locations, mostly mailing lists, digests, etc. and have searched Google in vain for a script that will parse out old messages. The only other viable solution I've found is to simply bulk-archive the entire spool at xxx interval, which is, to say the least, an imperfect solution. I'd write it myself, but I'm not quite comfortable enough with sed/awk to prune entire messages, and I'd likely wind up going through a hundred test spools before I got it right. :) Any pointers would be greatly appreciated.

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

    11. Re:excuse me? by tzanger · · Score: 2, Interesting

      I agree it can get silly, however the law is the law. Sure you can grep etc. and find a mail, however firstly, what if you make a typo and forget to pipe and output all the guys mail to the screen, and secondly, what if they are using Outlook?

      Are there no clauses for accidental exposure in the UK? Seems awfully strict to me.

    12. Re:excuse me? by Anonymous Coward · · Score: 0

      > BTW. In the U.S. there is no guarantee of
      > privacy for corporate e-mail systems. Period.
      > End-of-question. This is until another court
      > decieds otherwise.

      I think he asked if it was ethical, not if it was legal. Big difference.

    13. Re:excuse me? by 0x0d0a · · Score: 2

      Yeah...I could see *reading* someone's mail being an issue.

      But deleting it, when they've asked for it?

      I could see getting upset with an employee who refused to do that.

    14. Re:excuse me? by DEBEDb · · Score: 3, Insightful

      Sometimes it's just better to do someone
      a favor than to harangue them on personal
      responsibility at every opportunity. Sheesh...

      --

      Considered harmful.
    15. Re:excuse me? by Anonymous Coward · · Score: 0
      I think the sysadmin should, at the very least, let the CEO know...
      CEOs know everything. You're toying with your job ever trying to tell someone whose very job it is to make uninformed decisions. The best plan would be to say that it can't be done. The CEO most likely won't know better, and isn't in the sort of position where he really needs to care about what he tells the people he can have fired. At any rate, the start of a situation like that is a clue to snag all your personal stuff of the computers, and get ready to be fired anyway. If you had cleared the email, it's possible the CEO would decide to not keep you around anymore (as you are the only evidence said email was ever sent).

      Bottom line, you can't worry about your choices in a situation like that, because the CEO holds your cards for you anyway.
    16. Re:excuse me? by Jeremiah+Cornelius · · Score: 2
      Hmmmm.... Remove by age?

      This is a job for...

      P R O C M A I L ! ! !

      Really, this thing is amazing, and it's probably already installed by your distro on Linux. On BSD it's in ports - and you can build source for Solaris, etc. If procmail needs help, it comes with formail, and both play well with sed in a script.

      BTW: an answer to a very similar question from the procmail list. YMMV.

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
    17. Re:excuse me? by gl4ss · · Score: 2, Interesting

      reading private mail protected by password would be considered as same as opening up a private envelope the employee left on his work desk.

      this, would be illeagal in several countries, maybe not in usa but still, the original asker didn't spesify he was living in usa.

      even using some automated program to go through it could be considered as the same, if the purpose was deleting the mail. this is why several big institutions are not putting email filtering in effect(automatically removing virii and bad_stuff_in_general) around here.

      in usa wonderland of rights, you might not be entitled to any privacy protection against your employer though.

      --
      world was created 5 seconds before this post as it is.
    18. Re:excuse me? by honold · · Score: 1

      ok, so if i disagree with pushing people in front of a bus, i should just stand there and watch if somebody pulls out an uzi on a street corner and gets ready to mow a crowd of bystanders down?

      his ethical line is drawn independent of the details. in this situation, HE HAS THE DETAILS. failing to use them in his decision-making process would be retarded (as would the above-mentioned example). the top post is valid.

    19. Re:excuse me? by Electrum · · Score: 2

      Now, to the other purpose of my message - you mention awk/sed scripts to run across a mail spool, do you happen to know of any that would run across a spool and remove messages by age? I maintain several (RFC822) spools for use in my IMAP clients at all my various locations, mostly mailing lists, digests, etc. and have searched Google in vain for a script that will parse out old messages. The only other viable solution I've found is to simply bulk-archive the entire spool at xxx interval, which is, to say the least, an imperfect solution. I'd write it myself, but I'm not quite comfortable enough with sed/awk to prune entire messages, and I'd likely wind up going through a hundred test spools before I got it right. :) Any pointers would be greatly appreciated.

      Do your self a favor and stop using mbox format. It sucks. You should be using maildir. With maildir, every message is a separate file. This means no locking, no corruption, no crazy message scanning, etc. Want to delete every message over 180 days old? Easy:

      find /home/user/Maildir/ -atime +180 -exec rm -f {} \;

      There are scripts to convert mbox to maildir and vice versa.

    20. Re:excuse me? by 91degrees · · Score: 1

      Don't be so stupid! Don't apply an extreme example to a general rule. In an extreme case, people can reevaluate their ethics much more quickly. Not hurting peoples feelings was not an extreme case. The harm done there would be about the same. The harm done there would be the same as that in invading their privacy. One has to weigh things up very carefully to decide whether an exception can be made in this case.

      The harm done in letting a psycho kill people is obviously greater than the harm done in killing a psychopath. This is why y0u used it as an example.

      Anyway, if you disagree that strongly with pushing people in front of a bus, then you should try to restrain him without risking killing him.

    21. Re:excuse me? by skinfitz · · Score: 4, Interesting

      Yep - it is. To make it worse, there are two laws that literally contradict each other. There is the Regulation of Investigatory Powers Act 2000(RIPA) act, where as a sysadmin responsible for a lot of users I'm required by law to keep full text mail logs for 28 days (which you are not allowed to delete!). I can be asked by the police to supply log data at any time (admittedly it has to come from a senior officer) and if this happens, I'm not allowed to mention it to anyone that I've been asked to supply the information, including a judge(!) on pain of 2 years imprisonment. (I kid you not).

      I think you will be looking at this like we all were and going "HUH??" by now, as obviously it makes thing extremely difficult! Basically you can think of it as a Big Brother type of law. Oh and if you are thinking "no problem - I'll just use crypto" that's 2 years in prison if you refuse to hand over your encryption keys.

      Then we have the The Human Rights Act 1998 which strenghens the privacy of the individual. This is the one where I'm not allowed to look at personal information, however under RIP I *can* open up mailboxes if I'm investigating "an incident" however if I see anything else (non work related) while I'm there I'm not allowed to discuss it or use that information in any way. *phew*. Obviously all this stuff can be a nightmare, and so they way that we get around it is to have company policies about email, such as clearly documented allowed uses and document that all mail is potentially going to be read etc, however even that can get awkward as under the Human Rights Act 1998 we have to provide private means of communications of individuals. This includes things like staff having access to personal email (in practice a viral back door nightmare) and guaranteed un-monitored phones (i.e. payphones). All in all it's quite a complicated profession nowadays - lol.

    22. Re:excuse me? by AvitarX · · Score: 2

      Eudora has the offensiveness meter, if you use aggress phrases or outright offensive words it gets a rating, and suggests you reread what you wrote, or delays the sending for a while and such stuff. They really played it up like it was great, I was like, WTF? who needs this, but now I know.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    23. Re:excuse me? by Blkdeath · · Score: 2
      Eudora has the offensiveness meter, if you use aggress phrases or outright offensive words it gets a rating, and suggests you reread what you wrote, or delays the sending for a while and such stuff. They really played it up like it was great, I was like, WTF? who needs this, but now I know.
      Sounds like something I'd quickly disable. If I'm 'telling someone off', as it were, I tend to try to do so tactfully. It doesn't do me any justice to tell a person to go f@%$ themselves; it only makes me look like a simpleton.

      The only time I generally use offensive words and phrases is with my good friends (or close family), but that's (almost ;) ) always in jest, so I surely wouldn't want an e-mail client telling me off for it.

      Remember that the most hurtful words are often the most common, just put together in a particular way meant to offend. Simply telling a person you've lost respect for them can, in some cases, be devastating.

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

    24. Re:excuse me? by ameoba · · Score: 2

      It's no sillier than pretending that writing the changelog for a linux kernel would be a violation of the DMCA.

      --
      my sig's at the bottom of the page.
    25. Re:excuse me? by Sicarius-128 · · Score: 1
  3. It's not the USMail by Cyclone66 · · Score: 5, Insightful

    Get off your high horse. It's corporate mail, it's owned by the corporation. You should have just deleted it. Gee someone wrote something they later regreted, there's nothing wrong with deleting the mail in that case.

    1. Re:It's not the USMail by Lando · · Score: 5, Insightful

      Nod,
      This is an excellent point to remember... While it may be a flaw in judgement to actually send the message out... All email going to a business account is owned by that company... Thus if the company says that it needs to be removed, then it does...

      Just like spam or abusive mail sent company wide, it's just a degree of difference... If someone wants to have their own personal account they need to pay for it themselves... While the company pays for the service, the company gets to call the shots...

      --
      /* TODO: Spawn child process, interest child in technology, have child write a new sig */
    2. Re:It's not the USMail by darkstar101 · · Score: 2, Insightful

      All email going to a business account is owned by that company

      This is entirely false. The computers and disk space are owned by the company, so they have the right to control what is on them, but they do not necessarily own the contents of the messages. The contents of the messages are property and copyright their respective authors or business if they were written in a business capacity. Tranfer of ownership requires compensation and contract.

      Otherwise, I could just get someone to email me the linux kernel or WinXP and it would be my property because it arrived at my mail server.

    3. Re:It's not the USMail by Telastyn · · Score: 2

      Indeed, and furthermore the recipient hadn't already seen the email. Tell the guy (doesn't matter if it's the CEO or joe-minimum-wage) that since the recipient hadn't seen the email you can do it, but cannot guarantee you can in the future, and they should be more careful. If they do it in the future, say you can't do it, it's too late.

    4. Re:It's not the USMail by dfreed · · Score: 4, Insightful

      This is entirely false. The computers and disk space are owned by the company, so they have the right to control what is on them, but they do not necessarily own the contents of the messages.

      True.

      The contents of the messages are property and copyright their respective authors or business if they were written in a business capacity. Tranfer of ownership requires compensation and contract.

      First: regardless of what the message contains, or who or why it was writen, as long as it was writen on a company computer, sent over a company network, and/or sent via company emial, the company has a right to do the following:
      1) view the message
      2) save the message
      3) archive the message
      4) redistribute the message (i.e. asking the corp. lawyers to review the contets for breach of contract, or bringing the contents to the attention of law enforcment)
      5) publish (i.e. put it up as an example of what not to do through company mail.)
      6) edit (clearly they would have to say that they edited it, but for example 5 they might want to take out the names and dates or classified company data.)
      7) claim ownership. (This is slightly "ify", but many companies claim ownership of everything that you create while you work for them, others only claim ownership of things created during work hours or on company equiptment. Ether one applies here.)

      Now in this instance it was the CEO who asked, so there was a certian amount of authority there. If it had been VP of HR, or even VP of the Tech Dept I would say they did not have the authority. But, the CEO is charged with running the company and to a certian extent his word within the company is law, sort of like an old fashioned king. I would have required that the CEO give me a writen request as the CEO to remove the email, I would have attached a copy of the email (printed out) to the signed document, and then I would have deleted the document. Issue resolved, and my tail is covered.

    5. Re:It's not the USMail by 4of12 · · Score: 4, Insightful

      Gee someone wrote something they later regreted, there's nothing wrong with deleting the mail in that case.

      I agree with you to the extent that the lowliest employee can petition the sysadmin to delete a regretable email to the boss and expect the same prompt service.

      Otherwise, it looks rather asymmetric in terms of rights and privileges. If you're willing to go down that road, you may as well become a feudal or tribal society (which, admittedly, is how many corporations are structured).

      --
      "Provided by the management for your protection."
    6. Re:It's not the USMail by mjstrom · · Score: 3, Informative

      The company does not always have these rights. It depends on what state the company is located in and what official policies the company has adopted.

      The author did not mention whether the company he worked for had any official policies on the subject, but if they did then it doesn't matter who does the asking, if the action is not allowed by the published policy then it should not be done.

      As recent history shows, the CEO does not always act for the best of the company; she/he is not above being questioned. And for something like this I would at the very least required the written request or just have refused to delete the mail.

    7. Re:It's not the USMail by Lando · · Score: 2

      Nod,

      Point taken, but this is really just semantics... Too many people think of their email at work as their own personal email... Just like their computers putting credit card information, and other things on the computer isn't a smart move...

      Fact is that the company can in most circumstances do anything they want with the information...

      I don't make the rules, I have to live with them myself... And I made sure that before my laptop is returned to company inventory everything is wiped, let them do a fresh install...

      Courts have ruled several times that companies can go in and do anything they want with the data, baring it not being illegal. Copyright only protects against distribution. Viewing the information and deleting it are definately permited.

      Types of email and files you can't remove... Financial information, SEC and IRS have rules against this, doesn't mean that it isn't done, but it is illegal in some cases.

      Incriminating evidence, this is punishable under the guise of hindering a "word escapes me" investigation.

      Other than that, the owner of the equipment has a pretty wide latitude with what he/she/it does with the information.

      I understand your point and it's valid, but the basis of my arguement still stands.

      --
      /* TODO: Spawn child process, interest child in technology, have child write a new sig */
    8. Re:It's not the USMail by hfastedge · · Score: 1

      fark!. listen to this brainwashing... I agree with the above about how there is no ethical issue here. but i have my own spin to add. Have u ever heard of something called respect for your superiors? The primary reason that joe indepedant (the ask-slashdotter) should have erased the email is because his boss asked him to. All his questioning of motivation, and backstabbing suggests a underlying tone of selfishness. How about some obediance? Ship up, or ship out.

      --

      -- -- --

      Help my mini cause: My journal

    9. Re:It's not the USMail by Lando · · Score: 2

      I don't agree with your statement... Frankly I hold that quwstioning authority is fundamental to anything new being developed...

      While you may be talking about peopler here, it also extends into the realm of that's the way it's always been done.

      Obediance without thought is dangerous... You have to make your own decisions, primarily though your superiors should be making correct decisions... If they aren't you can refuse and leave thier employment... There is honor in leaving an employer over a difference of opinion...

      However, I would never hire someone myself that couldn't think and reason for him/herself. But then again I don't run a cog factory... My employees are valued for their ability to think.

      The only place for blind obediance is during crisis situations and the military... Crisis situations are few and far between... and the military, well I am a civilian now...

      --
      /* TODO: Spawn child process, interest child in technology, have child write a new sig */
  4. Email vs. telephone by Henry+V+.009 · · Score: 3, Insightful

    Most companies have their own internal paper mail system. It's not a lot like the U.S. mail. Internal e-mail seems the same way. If the CEO had wanted to cancel internal delivery of a paper memo, it wouldn't be a problem.

    But non-internal e-mail is a different thing altogether. Now, the fact that it is technically legal for companies to eavesdrop on employee email, but not on employee telephone conversations does seem to be very wrong. Email should have some expectation of privacy--with the limitation that writing or reading personal email during company time is as wrong as personal telephone calls.

    1. Re:Email vs. telephone by crath · · Score: 5, Interesting

      Email systems (and voicemail for that matter) have over the years sporadically supported a feature that allows the sender to delete unread/unlistened messages. Sadly, I know of know OSS email system that supports this functionality.

      Where I work, we use MS Exchange configured in Enterprise mode. There is a feature to allow unread email messages to be "recalled"; however, the implementation of the feature is such that each email-reader (User Agent) can disable the feature completely or disregard individual recall requests.

      My personal use of the feature is most often to recall an email that contains an error. I then substitute a corrected version of the email. When this works, and the message is recalled successfully, it removes from my communication the possibility that the receiver will save the email that contained the bad data, and not save a follow-up email that explains the errors of the first email.

      While some will argue that it is a user's *right* to be able to read every email sent to them, it is just as easy to construct an argument that until an email is read it is the sender's *right* to be able to un-send it. To my mind, anytime we can put in place technology that allows poeple to correct their mistakes (be they emotional mistakes or technical/informational ones) it makes it easier for us to all get along with one another. The less stress we inject into our workplace/relationships, the better!

    2. Re:Email vs. telephone by Henry+V+.009 · · Score: 2

      I don't know. You have good points, but in the end I'd suggest leaving the choice up to individuals. If you've made a mistake with an email, simply send a second with the subject: Don't read my last email.

      Most of the time, you are correct. It simply smooths personal relationships, or corrects errors--and that's all to the good.

      However, in certain instances that sort of thing can be used for unethical purposes. For example, if you've done something illegal or unethical, you might use this feature to hide the evidence. I'd have to consider it abuse to use the feature in that manner.

      A silly example: Re: Why didn't I get that cushy promotion? Duh, because you're a woman!^H^H^H^H^H^H lousy worker. So there is at least some potential for abuse. I'd say that the method I suggested at the beginning of the post is good enough that it doesn't have to be improved upon with a un-send feature.

  5. How is this like tampering with the US Mail?? by Tom7 · · Score: 2

    I don't really see what's immoral about this. Presumably you're talking about a local e-mail that the CEO did in fact send and that the employee didn't yet read. Why is it wrong to delete it? If he had, in the heat of the moment, placed a whoopee cushion on some employee's seat, and then changed his mind later, would it be immoral to take that off his seat?

    He wasn't asking you to read anyone else's mail, nor falsify information.. he just wanted to retract communication that he sent! What's the big deal?

  6. Every day. by mikedaisey · · Score: 5, Interesting

    This sort of thing happens all the time: sysadmins are in an interesting position where they feel ethical responsibilities to their network and the privacy of their users because they associate this with their jobs.

    Sadly, I think that is leftover from the collegiate atmosphere where the sysadmin culture evolved--corporations have no such rules or regard for privacy. The fact that most corporations track every metric and move their employees make.

    If you are allowed to have the illusion of freedom and fairness as a sysadmin, enjoy it but make no mistake: it is an illusion, and if it interferes with real work, higher-ups or the bottom line these "ethics" are going to take a walk.

    Businesses only respect ethics that are enforced by government agency and carry real penalties--manipulating internal email is not one of these.

  7. Uhhh by tswinzig · · Score: 1, Offtopic

    What does this have to do with SysAdmin'ing? This theme is as old as dirt. Your boss wants you to do something unethical, or they'll fire you.

    And you want to hear more stories about this?

    WHY??

    I thought the point of Ask Slashdot was to be able to learn something. Why didn't you ask something more interesting, such as, Do you think I can win a lawsuit against this company, and on what grounds would I file?

    --

    "And like that ... he's gone."
  8. BOFH with Ethics? by LWolenczak · · Score: 4, Insightful

    I have run into simular cases. I am a BOFH, but I have perticular feelings regarding email. Most understanding bosses will understand, and know that they are going to have to write their wrong. I have always held a firm stance regarding service and email. Email has always been something that I don't fuck with. By don't fuck with, I mean, I run mail servers, but I don't go reading people email. Now, thats under normal cases, but I have always been willing to crack open their mailboxes at the first hint of something bad. I respect people's mail boxes, but if they cross the line, the line of only doing good, and goto bad, their mailbox is mine. The same with former employees. I encourage people to clean their mailboxes before leaving a company, I know I do before negotiations, I got fired for doing that a few weeks ago. Well, back to the subject. Once an employee has left the company, I have no problem with cracking open their mailbox, if they had something personal in there, thats their mistake.

    These sorts of things are a very fine line. The best thing is to establish your view of things up front when getting the job, but emphasize that if the person is misusing, cheating, lieing, etc. i.e. doing anything bad, their mail is open for review.

    I have found that letting your coworkers know your stance on these things can be beneficial to the IT BOFH or BAFH. They will feel more comfortable with you if they are honest. Remember, IT fixes the problems before they are found, past that, IT is damage control.

    -LW looking for a job. lw@lwolenczak.net

    1. Re:BOFH with Ethics? by Anonymous Coward · · Score: 0

      Indeed you are a BOFH. I'm glad you don't work for me!

    2. Re:BOFH with Ethics? by dogzilla · · Score: 1

      Jesus. I hope I never have a loon like you working for me.

      I'm awfully glad you're looking for a job, and I sincerely hope you remain that way. Anyone who can so easily justify such frankly disgusting behavior would probably have little trouble rationalizing ever more disgusting behavior.

      Timor licentia conturbat me. Take it to heart before someone else takes it upside your head.

      --
      The crimes of eBay are a disgrace to it's pig latin heritage!
    3. Re:BOFH with Ethics? by LWolenczak · · Score: 2

      Why do you think I'm a loon? Because I have a sense of Ethics and what is right? Because I know from experence that paranoid employees dont produce? The idea is to have your employees as comfortable as possible, otherwise, your asking for trouble.

    4. Re:BOFH with Ethics? by RevAaron · · Score: 2

      Rifling through recently departed employees' email is more like what he meant. Not because you think you're ethical. Not to say you don't have a sense of ethics, you obviously do. They just seem to be a wee bit dubious. Reading through an ex-employee's email just be she is gone, with no other motivators? That's the loony part.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    5. Re:BOFH with Ethics? by LWolenczak · · Score: 2

      In most industries where I have been, you have no choice. In most companies, there are large communications gaps in projects. A persons old emails can help the others get the project going. Personally, I don't read peoples emails once they are gone, but i would archive the mail box, and if there is anything needed, i would then open it. I'm not about to go to pry into anybody's personal life. There is a reason I encourage coworkers to clean out their mail box though.

    6. Re:BOFH with Ethics? by RobotRunAmok · · Score: 2

      Actually, the most offensive (and, unfortunatley, not uncommon) vibe in your post has to with your sense of ownership over the "system."

      You say you are willing to crack open an employee's mailbox at the first hint of something bad. Well, geez louise, Mr. Ness, I'm guessing that, unless you work in a three-man college boutique Web design shop, you're not really in any official position to determine when it's time to drop the hammer on someone who has "crossed the line."

      The best thing is to establish your view of things up front
      Sorry, Tex, the best thing is to have e-mail policies defined in an employee handbook which the new perp, er, I mean, worker signs. If you, as a sysAdmin, want to contribute to Fighting for Truth and Justice, put the six-shooter down and research your state's and the federal guidelines for how these things are legally handled, and back-stop your HR department by ensuring your company's policies are at least as stringent as the law.

      Never open another employee's e-mail, unless instructed to do so by your supervisor (or your CEO. Duh.) The policy every where I have seen regarding ex-employees' files, electronic or otherwise, was to ensure they were promptly turned over to that ex-employee's former supervisor. But made privy to a sysAdmin? You gotta be kidding!

      letting your coworkers know your stance on these things can be beneficial
      It's not Your stance, Linus. It's the company's policy. That's how you need to represent it to "your" users. If your company does not have an official stance on these mattters (not uncommon five years ago but hard to imagine today), find the right person (Hint: He ain't in the IT Group) and offer to assist in writing it. Ultimately, if your "stance" discreps with the policy of the company, expect to part ways.

      I got fired for doing that a few weeks ago.
      errm, that may have been the reason they cited, but I'm guessing the gun's been cocked and loaded for a while.

    7. Re:BOFH with Ethics? by LWolenczak · · Score: 1, Flamebait

      I wrote my post as In my last two jobs, I was MIS. I was the dude.

      Re: establishing views, thats my opinion. Your STUPID if you expect your employer to NOT monitor your activites. Most companies that I have worked with have policies that all electronic communications generated from the office are property of the company, where in the company has exclusive rights to the material.

      Besides, most smaller companies (atleast here in north carolina, don't have a written policy re: email.) If you are the dude, what you says goes.

      As for myself being fired. Most likely true. I worked for a failing outsourced IT firm They knew I was not going to let myself be screwed by them, so they took preemptive action, and canned me.... Offically because I deleted my email, ofcorse, they trashed the server with my mailbox on it the same night.

      Thank you for your rant.

    8. Re:BOFH with Ethics? by RobotRunAmok · · Score: 4, Insightful

      I was MIS. I was the dude.
      MIS is not the dude. We're talking Legal, we're talking HR, or some over-arching "Corporate," but not MIS.

      I would expect my employer to monitor my activities. I would not expect that monitoring to be done by a rogue MIS "dude," except when given specific instructions or clear patterns and guidelines by someone else.

      Besides, most smaller companies (atleast here in north carolina, don't have a written policy re: email.) If you are the dude, what you says goes
      That's the problem. It needs to be written down, with all department heads in agreement, and it needs to be in step with federal guidelines. This was all an amorphous "new frontier" a half-decade ago. The processes and protocols are pretty well-established these days.

      I apologize if you felt I was ranting, and I do not wish for you to be without work. Unfortunately, I have encountered too many sysAdmins who believed that because "they had the power" (i.e., root access), they had either a right or God-given duty to be judge, jury, and executioner in matters of e-mail policy. It doesn't -- it shouldn't -- work that way.

    9. Re:BOFH with Ethics? by LWolenczak · · Score: 1, Troll

      I agree with you, but the majority of companies (were talking sub 100 employees) dont have proper HR deparments.

      I understand your view, and I too have run into overzelus admins. I am not the judge, jury, or executioner. But view me as an officer of the court. If I see evidence that your doing something wrong, Its going to be brought up with your supervisors. Most employers don't even care about policy, they just want their shit to work. A person in MIS in this state(northcarolina), esp. now risks rocking the boat even discussing policy. Things for MIS are not pretty out there.

      At least were not talking about being an IRC admin... They are the Judge, Jury, and typer of the G-Line. :)

      I'm sorry if I somehow gave people that I just open people's mailboxes for the hell of it. Its not even worht the time or effort to see the porn spam, and the thousands of one liner emails.

    10. Re:BOFH with Ethics? by Anonymous Coward · · Score: 0

      Its not even worht the time or effort to see the porn spam, and the thousands of one liner emails.


      So you *HAVE* been reading my e-mail! :-)

  9. outlook by Trusty+Penfold · · Score: 3, Interesting


    You should have used MS Outlook, it is the most ethical email system since it has the "Recall" feature. The CEO could have recalled the email without presenting anyone with any ethical dilemas

    1. Re:outlook by sql*kitten · · Score: 5, Insightful

      You should have used MS Outlook, it is the most ethical email system since it has the "Recall" feature. The CEO could have recalled the email without presenting anyone with any ethical dilemas

      It's interesting you should mention this, because the designers of NT (and VMS) actually did consider that there are cases in which the administrator of a system should not have access to certain files on the system. For example, should the sysadmin have the ability to view or even edit the payroll file? Or HR records? Unix does nothing to prevent it - root has access to all files. On NT, however, any user can have an ACL that denies the sysadmin rights to access a file or folder, and can log attempts by anyone including the sysadmin to do so. Another difference is that on NT you have to "take ownership" of a file, but on Unix you can "change ownership" of a file. That means that if you change the ACL on a file you had no read access to to give yourself access to it, you cannot change it back to what it was.

      There is a special privilege on NT called "Backup Operator" - it allows you to copy any file to tape, or back again, but does not let you read the file. The developers of Unix, in an academic environment, did not consider how the system would be used outside of that setting, and many of the architectural choices they made are ill-suited to the corporate world.

    2. Re:outlook by Anonymous Coward · · Score: 0

      Log in as the user.

      Do your work.

      Logout.

      What's hard about that?

    3. Re:outlook by SuiteSisterMary · · Score: 2

      Just as an extention to this, with Exchange 2000, domain admins and the like are explicitly blocked from accessing user's mailboxes. You have to do some non-trivial ACL editing to get that ability.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    4. Re:outlook by Zwack · · Score: 2

      'There is a special privilege on NT called "Backup Operator" - it allows you to copy any file to tape, or back again, but does not let you read the file.'

      The idea of having a special privilege that allows a user to copy any file to tape or back is neither new, nor unique to NT. In fact I've worked on Unix boxes that had something remarkably similar. (Look up CMW before you claim that Unix doesn't prevent Root reading certain files. This Grade of Security exists but is such a pain to use it's limited to very specialised uses, HP-UX CMW, SCO CMW and Trusted Solaris are the only implementations I know of right now...)

      But what happens when a "Backup Operator" copies a disk to tape, takes the tape to a Unix box, and DD's the tape into a file. They can then go through, modify that file and DD it back onto the tape.

      Sure it's far fetched, but if I wanted to boost my salary by hacking the payroll records then I could do it that way. Of course I wouldn't dream of doing such a thing.

      People might also want to check out the SAGE Code of Ethics.

      Z.

      --
      -- Under/Overrated is meta-moderation, and therefore is Redundant.
    5. Re:outlook by ichimunki · · Score: 2, Interesting

      While I would gladly stipulate that Unix did not have this as a design requirement, I think a similarly functioning system could be built by simply not using the root account for very many activities. It is also possible to log any and all logins, prevent root from logging in without first logging in as a normal user (this way you can see who logged in as root), etc. I also think that corporations where this is an issue should build a login prompt for root that requires two independent passwords to authenticate (and no, I'm not aware of existing software to do this). Then you could set up a group of people who can all log in as root, but only if there are two of them doing so.

      Finally, as a user (or as the user's process), there are plenty of encryption tools that would prevent the sysadmin from being able to get at data, even if it were world-readable.

      --
      I do not have a signature
    6. Re:outlook by Anonymous Coward · · Score: 0

      The backup operator is a joke.
      It gives the illusion of security.

      It doesn't provide any though, as has been pointed out by others it is possible, and not even difficult, to bypass.

    7. Re:outlook by Lando · · Score: 2

      Frankly,
      barring DRM technology, I don't think that you can prevent the person that can load a new/modified kernel into place.

      There is a saying, "Root, God, what's the difference".

      System Administrators need to be trustworthy, just as much as your CIO, CFO, CEO, etc etc etc.

      If you can't trust them to do the job, they shouldn't be in that position in the first place.

      It's the same as any job, I'm not going to take my car to a mechanic that has the habit of driving customer's cars home at night...

      They have my keys, there isn't anything to stop them from doing so, but it's a matter of trust and ethics...

      No program can stop someone from getting in if they want to... Heck, I don't even have to go in myself, just search the net for a tool to break the system.

      Easy ways to get in, asside from the obvious tape access that was pointed out before.... Boot to linux on a disk or some other tool that allows you to access hard drives, go in, pull file.

      Add debugging card to system, load program, pull debugging snapshot.

      Seach the web for a version of the program with this feature disabled...

      Windows likes to make it seem like they are secure, but truly if you have access to the machine you can get in...

      Encrypted dongles are harder to break, but it didn't take long for them to be broken...

      Basically, if you can reboot the machine and it still runs, and you have physical access to a system you can do whatever you want... Might take a bit of work, but it's not impossible...

      For those that you can't poweroff and bring back up, I assume certain bodies would have adequate tempest systems to break even them.

      It's just more work than most of us like to expend...

      Sorry for jumping on you but this is Microsoft FUD passed off as a truth. Which is one of the reasons I don't work with Microsoft if I can avoid it... I prefer to know what's going on in my system.

      --
      /* TODO: Spawn child process, interest child in technology, have child write a new sig */
    8. Re:outlook by Anonymous Coward · · Score: 0

      "Administrator" can't do that on NT. Unless you find the password on a stickynote on the user's monitor.

    9. Re:outlook by pmineiro · · Score: 1

      On NT, however, any user can have an ACL that denies the sysadmin rights to access a file or folder, and can log attempts by anyone including the sysadmin to do so.

      Sounds interesting ... however, isn't it the case that, as the system administrator, one could edit the access log, or log in as the user whose authorized as the ACL, etc. ?

      Honestly, I don't know the answer, because I know basically zero about NT administration ... but from what I remember from the VAX days, these finer grained permission systems still had a concept which was equivalent to super-user (e.g., assign capabilities, or something like that).

      So maybe the UNIX guys are just lazy, saying, well it's functionally equivalent to root, so why not, which is of course a refutation of the idea of defense in depth.

      -- p

    10. Re:outlook by AvitarX · · Score: 2

      No, you cannot log in as user X undetected without them having a lousy password (though that is likly).

      You can set their password, but not get it, you can however get the encrypted password off the harddrive and take your time with l0pht crack.

      The administrator in NT can take ownership of any file, but the file is then theirs, making it obvious what they did. The log file cannot be tampered with, and if you clear it the first log entry is that you cleared it.

      Within the NT system there is no "root", of course if all you want is read access you can boot into another system (say linux or dos with NTFS support) and read away, I believe that there is even a fairly cheap NTFS writer for dos for bootdisk administration of NT.

      I don't think anyone really has a problem with the therory behind windows security, the problem is that it is a trivial system to punch holes in often.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    11. Re:outlook by Anonymous Coward · · Score: 0

      Administrator is usually the guy who sets everybody's passwords for them.

  10. Golden Rule... by Anonymous Coward · · Score: 1, Insightful
    It comes down to the CEO owns the system and pays for your time. The email isn't the US mail, and what he requested wasn't illegal. One could argue both sides of if it was unethical. After all, some email systems let you recall an email after it has been sent.

    Next time, please ask Google first.

    1. Re:Golden Rule... by afidel · · Score: 2

      Depends, in many companies (including all public companies) the CEO is just an employee. A very powerfull employee to say the least but he is usually resposible to someone whether it be the board of directors or the owner of a privatly heald company.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  11. what's the ethical issue here? by Nathan_Carter · · Score: 3, Insightful

    I don't really understand the full scope of your "ethical dilemma":

    1) It's NOT the US Postal Service - it is company email to be used for company business.

    2) Most corporate email servers (Exchange, Notes) have a built-in functionality to remove a damaging or sensitive message (and it's reasonably easy, since they store the message ONCE in a database and link it to the multiple recipients). A friend who works at a big law firm recently had this happen - a secretary accidentally released a sensitive personnel memo to the entire firm, and the IT personnel activated this feature to quickly remove it (but not before a bunch of people printed it, forwarded it to their hotmail accounts, etc.).

  12. Commonplace by darkov · · Score: 3, Interesting

    I used to work for a fairly large company - they managed about $3 billion in investments. The IT department was being run by an idiot. One of the IT managers who left becuase the IT department was being run into the ground sent one of the directors an email revealing what was going on in IT. The director was on holidays for a week, but he never got the email becuase the head of IT got one of the sysadmins to delete the mail from his inbox. I quit the company after 4 months after being dressed down for bringing up serious problems in their trading systems.

  13. ethics != abetting liability-causing acts by thenerdgod · · Score: 2, Interesting

    years ago, I worked at a small web development company. One day, one of the other sysadmins came to me with mail he had found on the mailserver while checking some error he was having, that proved that the CEO's wife (herself a VP) was sleeping with the CEO's best friend (another VP). We sat and decided that the ethical answer was to forward the info to the CEO. After, of course, we had both resigned the company. What do you do? Shoot the hostage?

    But seriously, corporate mail isn't some sacrosanct thing. It's less like the US mail and more like FedEx. If you discovered that you'd mailed the wrong package, I figure FedEx should return it to you and let you make it right. What you're doing is saving the company from liability: "Oh, crap! I Didn't mail out Teddy Bears to that orphanage, I mailed out Glass Shards!" In all honesty, if you got fired for it, you had it coming. You're someone's employee. Next time check the org. chart.

    1. Re:ethics != abetting liability-causing acts by Pvt_Waldo · · Score: 2, Insightful

      So if the mailroom guy fired off an angry email to the CEO then freaked and asked you to delete it, would you?

    2. Re:ethics != abetting liability-causing acts by zitsky · · Score: 1

      In my opinion, this was a bad judgement call. All of us sysadmins come across data from time to time, whether that means legal documents, salary information, etc.

      Part of our job is keeping this information confidential, regardless of how we feel about the information. If you must divulge information, it would be better to take the wife aside and let her know discreetly what you accidentally found out. Even better would be to say nothing, as this is strictly a personal matter.

      Frankly, I might have fired you myself if you hadn't resigned. I imagine you resigned because you had divulged confidential information, not because the CEO's wife was having an affair???

  14. Private not public by Some+Wanker · · Score: 2, Insightful

    I think that you should have been fired for this. The company's email is owned by the company, the CEO is the head of the company and his request was not to do something illegal. If he had asked you to delete email talking about plans to break the law, that would be bad. Deleting an email to avoid hurting someone's feelings is neither illegal or immoral. He was 100% within his rights to ask you to delete the email, and he was also asking nothing unethical. A private email system is private, and your postal service analogy is wrong.

    1. Re:Private not public by King_TJ · · Score: 2

      I think perhaps you're being a bit too harsh, although I believe your facts are correct.

      The one piece of information we're lacking here is details on exactly what was said in this CEO's email. Perhaps the sysadmin felt the email was expressing feelings or facts that were in everyone's long-term best interest to be passed along, even though the CEO later started having 2nd. thoughts about it?

      Again, this isn't really so much a question of legality as it is morality/ethics. Yes, it's quite clearly *legal* for a company to demand to look ay any email they like on their system, delete any email they like on their system, etc. The courts will back them up on this.

      On the other hand, should a corporation be this heavy-handed in their treatment of their email system? That's a completely different question.

      Putting myself in the CEO's shoes for a moment, I could envision scenarios where I might make some comments in email that really needed to be said. (Perhaps, I expose my true feelings about a problem in middle management - instead of hiding it behind the usual shield of "we want to empower our people to make their own decisions without interference"?) Perhaps, shortly afterwards, I start thinking twice about my statements, and decide it's more "appropriate" to let these managers bury themselves with their own ineptness.

      Well, say my I.T. guy believes my initial statements were correct, and he doesn't want to see a number of employees working beneath these inept managers suffer any longer. He decides to challenge my request to recall my initial email. What then?

      Ultimately, I'm the CEO. I have the right to hire or fire "at will" in my state. Sure, I can just can this I.T. guy.... but does that make me the better person in this case?

      Just food for thought.....

    2. Re:Private not public by Anonymous Coward · · Score: 0

      The only thing that really matters in life is whether you are good person or not. HAH HA HA HAH -- Marlon Brando

  15. Ethical? Yes and no. by dschuetz · · Score: 5, Insightful

    Firstly, the assertion that deleting the email was "like tampering with the US Mail" is a bit inaccurate. Corporate email is a corporate asset, and many companies try to make that very clear to their employees (with disclaimers, usage agreements, and the like). The CEO asking you to remove an email is certainly within the bounds of the company's rights.

    Is it ethical? Strictly, one would like someone to own up to their own mistakes, so, no. However, if it was an envelope sitting in the mailroom, waiting to be delivered, most people would agree it would be ethical to retrieve the envelope. Even if it had made it to the employee's mailroom pigenhole, I think most would allow the sender to ethically remove it. This situation is just an electronic extension of inter-office mail.

    I'd say that people have the ethical right to recall something they've sent out under certain circumstances, and to keep the almost-recipient of their mistaken wrath from receiving the message, especially if they came to their senses right after dropping the message off -- have you ever called someone to chew them out and then hung up right after they picked up the phone? I'd argue that this could be interpreted, ethically, like that.

    In fact, some mail systems (Exchange, for example) even let the users themselves recall an email that's been sent out. If the recipient has not yet read it, they never know it was recalled. If they have read it, then I'm not sure what happens -- I think if it's still in their inbox, it gets deleted (and I'm not sure if a placeholder saying "message recalled" is created or not). If it's been copied to another mailbox (particularly to a local folder), it might be missed. I know I've made copies of sensitive messages I've received, on the off chance the sender might try to recall them. :)

    Beyond the ethics, though, is the scary thought that voicing your unease hurt you.

    Did this really lead to your being fired? I'd like to think the CEO admired you for standing up to what you believed, and also for ending up helping him out in spite of that, "for the good of the company." On the other hand, maybe he was just a real jerk. (did the firing happen soon after, or years later?)

    When I was a sysadmin, I'd been asked to do a couple things that I wasn't entirely comfortable with, ethically, but they were all certainly legally permissable (their network, after all), and my job wasn't to be morals cop, it was to be a good sysadmin. In these cases, I had a good enough relationship with the person making the request that I could voice my concerns, and know that he'd understand them and appreciate my opinion, without fear of recrimination. And, again, I think my ability to show that I had at least considered the ethical implications of what I had been asked to do, coupled with the fact that I was still a good employee and did what was best for the company, strenthened the trust between me and that particular upper-level-manager. So it was a win-win.

    It depends on the boss, though, that's for sure.

    So, I'd say that it was right for you to raise a concern, in principle, though my *personal* opinion is that you were perhaps oversensitive in this instance. It was also right for you to do what you were told (it is your job, after all). If it really lead to your being fired, then you're better off working for someone who can appreciate your moral compass.

    (Note that I'm ignoring cases where the ethical issues are more severe and clear-cut, like a CEO asking someone to do something that, while legal and within his rights, might end up hurting someone else's career or something. Then it becomes MUCH more grey).

  16. raises would have been a lot easier afterwards if by Bob+Bitchen · · Score: 1

    you had done this.... Think about it. You were a witness to the CEO doing something unethical. (you did save a copy of the email right?) Good 'ole blackmail (no pun intended) Of course you wouldn't have let on that you had any such intentions and in fact would have been a new buddy for the CEO. You no doubt would get promoted to IT manager and higher. Been given many more such unethical assignments and become well respected by the executive staff. You would have joined the elite realm of the unethical and been rewarded accordingly.

    --
    http://tinyurl.com/3t236
  17. Well by RedWolves2 · · Score: 4, Informative

    Sorry you said corporate so that means that they probably used Microsoft products. (I know I hate the thought too) But in Outlook you can recall the meesage that you sent. And as long as the receiver has not read the message it will delete the mail message and send the sender a note telling them that the recall either succeeded or failed.

    To do this:

    1. Find the message in the sent items folder.
    2. open it
    3. Go to tools
    4. Click on Recall this message.
    5. Follow the mini wizard and the it will try to recall the message. ...

    And then optional steps are

    6. ???
    7. Profit

    I am still working on steps 6 and 7 I can never get them to work.

  18. Heavyhanding? by msuzio · · Score: 2

    You need to turn the sensitivity meter way down.
    That request wasn't heavy-handed, nor was it even *wrong*. Exchange supports a "retraction" option (I see people try to use it all the time to my Unix box ). So, at least one mail server out there supports such an option, the option to recall a hasty email. What the CEO wanted to do was *correct*, you should have helped him. For him to realize his email was wrong to send is actually a *good thing*, shows some discretion on his part.

    So, to be frank, I would have fired you too. You weren't being asked to cover up an oil spill or bury a body, and to get up on a moral high horse over something simple like this? Doesn't show that 'team player' spirit everyone likes :-).

  19. Practicality by quantax · · Score: 4, Interesting

    I have been in a similar position before, though for me it was spamming for a company. I was working for this designer lighting manufacturer as an admin and we were definitely feeling some of the effects of the economy at the time (right after the .com bust). So the CEO came to me with the option of gaining customers through spamming. I have never liked spam, and like most right minded geeks, find its existance annoying and unnessessary. However, I am a college student and jobs like this do not come along all the time (decent pay, good coworkers, very flexible), so I went along with it and did a round of spamming. I did try to convince the boss of other methods, but the fact of the matter is the he had his mind set on this. I figured its either my job, or a lot of pissed off/annoyed people who I will never see. I shot out 27,000 spams, not that much next to some, but 27,000 nonetheless. We got a lot of hate mail the next day, it was actually rather amusing in some respects since the rants were often JeffK worthy. So I kept my job, and 27,000 people got spammed. Those 27,000 people have now completely forgotten about that spam, and I have not forgotten about keeping my job. In short, its a dog-eat-dog world, and sometimes you gotta bite the bullet to stay afloat. If you won't do it, some other monkey with a lot less scruples than you will do it, and probably even worst.

    --
    "What can a thoughtful man hope for mankind on Earth, given the experience of the past million years? Nothing." -Bokonon
    1. Re:Practicality by Zurk · · Score: 1

      and now consider this -- youve sold yourself to the highest bidder and gone and done something that compromized your ethics for what ? a job that pays 40-50K/yr ?
      its a dog eat dog world but compromising your ethics really isnt worth it. you can always get another job -- hell construction/trucking/sales positions are always available. and in virtually all other jobs you dont have to compromize your ethics.
      In case anyones wondering, yes ive had this situation before where i had to fudge some benchmarks. i said no, and i expected to get fired (which i did of course). what did i learn from this ? [a] theres other jobs out there. [b] being someones whore isnt worth it. [c] i still have my self respect (and a lot more respect from my ex-co-workers).

    2. Re:Practicality by shyster · · Score: 2
      hell construction/trucking/sales positions are always available. and in virtually all other jobs you dont have to compromize your ethics.

      Construction? How about the builder borrowing $100,000 from the bank for a construction loan, using $80,000 to build the house (that's how much it costs to build) and the extra $20,000 as collateral for another loan? That's not "compromising ethics"?

      Trucking? Hmmm...I guess forging log books so you drive over the federal limits for time/10 days or time/day in order to (a)make a living, and (b)keep your job doesn't qualify?

      Sales? What more needs to be said?

      Don't fool yourself into thinking that "virtually all other jobs" don't require some compromise of ethics. Shots are called by bigger fish than you, and they can always find someone else to do it. My code of ethics is pretty inflexible on the fact that me and my family need a roof and food...and keeping my job is my duty to those that depend on me. Even if that requires a small compromise in "ethics".

      We're not talking murder here (though in trucking, an argument could be made that we may be contributing to a possibility of vehicular manslaughter), so let's keep it in perspective, ok?

  20. What does ethics have to do with it? by MarkGriz · · Score: 5, Insightful

    How is this an ethical issue?

    You were asked by the CEO to delete a message that the CEO himself sent. If the CEO asked you to delete messages from *someone else*, or to otherwise mess with other communications, that would certainly be an ethical issue, but that is not the case.

    The corporate email system is not the US postal service, and deleting an email is not against the law (we aren't talking about tampering with evidence here). In fact, as a SysAdmin it certainly is within your capabilities and duties.

    It seems like you were trying to teach the CEO a lesson (don't send hot-headed emails) by refusing his request. Instead, you were the one who was taught a lesson by being fired. Judging by the fact you are Asking Slashdot, it is one you probably haven't yet learned.

    --
    Beauty is in the eye of the beerholder.
  21. It's all in the Expectations ... by Breakerofthings · · Score: 4, Insightful

    We make all of our users aware that the corp. systems are owned for the company's business; We don't enforce any "No Personal Business" clauses, but also make it known that there is *no* expectation of privacy on *any* of our systems ...

    We even log every message coming and going (the whole message, attachments and all), and I haven't one ethical qualm about it. I would, though, if the users were allowed to assume that "their" email was private.

    You want privacy at work? Use Hotmail, etc. or an offsite POP3/IMAP with ssl support. Don't expect me to provide it for you; that is not my job.

    1. Re:It's all in the Expectations ... by Deagol · · Score: 3, Insightful
      Legality aside, this attitude (which seems to be echoed by many) truly offends me as a person, as well as an admin.

      Where does your logic end? Hidden cameras and microphones at the water cooler? Your office/cubicle? The bathroom? They'll owned by the corp, no? Human decency be damned, I guess.

      I'm dismayed that so many fellow admins are actually defending practices like this.

    2. Re:It's all in the Expectations ... by Breakerofthings · · Score: 1

      You are making an invalid analogy, e.g "Hidden cameras and microphones at the water cooler? Your office/cubicle? The bathroom?"

      As I stated, I would not be OK with it, even if the users were allowed to *assume* privacy; there is nothing hidden, nothing secret. They are told upfront that they have no privacy as far as corporate communications go.

      How are you comparing a bathroom to an email, anyway? The bathroom is maintained for the employees' convenience, the IT systems (e.g. email) are maintained for the business of the company, not for personal business.

      The problem here is this seemingly pervasive belief that (particularly tech) people seem to have that they are entitled to privacy in everything that they do, and anywhere they are. I am an admitted introvert, and prize my privacy highly; but I don't maintain any illusions that I have any when I use a system, that my employer maintains for official communications, for personal business. That is just silly. You have an right to expect privacy in your home. You have a right to expect privacy in the bathroom. What is it that gives you the right to expect to expect your employer to provide you with email for your own personal use?

      What's next? Someone sends personal information via the company's mail server, it gets cracked, the details of their torrid affair get out, and they sue the company for not securing their private communications?!

      Besides all that, I have never secretly read another user's email, for any reason. But I still retain the ability, should a legitimate need arise; there is a difference in maintaining an ability and abusing it.

      If they want to use Hotmail, or their own personal SMTP/POP3 server, and use ssl or s/mime, or pgp, or whatever, fine. I will even do what I can to facilitate that. But the company's email is exactly that, the company's email.

  22. Canned in the light of a seriously bad choice. by Neck_of_the_Woods · · Score: 5, Insightful


    Let me break it down to you:

    Your boss asked for something.

    You said no.

    He fired you.

    Read the above 5 time real fast, let it sink in nice and deep. Don't make the same mistake twice.

    It is all fine and dandy that you want to live up to your ideals. It is your ideals that are flawed. Company server, company time, company resources. You were asked to do something, you did not do it. Fix your ethical issue by realizing that your trying to flex your own muscles.

    Once you realize that your just a high tech janitor the better off you will be. Live and learn, but for christ sakes don't think you have any control because you don't. You want control, start you own company and push your ethics out that way.

    --
    Neck_of_the_Woods
    #/usr/local/surf/glassy/overhead
    1. Re:Canned in the light of a seriously bad choice. by lovebyte · · Score: 1

      You are a sad person. Nobody lives without ethics. If your ethics are poor you should not feel superior to someone whose ethics are higher than yours.

      --

      I'll do it for cheesy poofs.

    2. Re:Canned in the light of a seriously bad choice. by ninewands · · Score: 4, Informative
      Quoth the poster:

      Let me break it down to you:

      Your boss asked for something.

      You said no.

      He fired you.

      Read the above 5 time real fast, let it sink in nice and deep. Don't make the same mistake twice.

      Boss: Shred these accounting documents and make sure that the shredded documents get burned. We're filing bankruptcy day after tomorrow!

      Neck_of_the_Woods: Yes SIR!

      Sound familiar?

      I once adminned a very small NT-based network for a company that was CONTINUALLY involved in litigation with their customers. The big boss decided that he wanted every employees password so he could (he claimed) "Check up that company standards for desktop configuration were being complied with." Truth of the matter was that he wanted to snoop through his employees e-mail.

      I very carefully explained to him that if he collected up the passwords and opposing counsel in a lawsuit discovered that fact, it would destroy the evidentiary value of every single document stored on his system because he would no longer be able to prove who authored them.

      He persisted in his request, and I told him I would NOT do it.

      I wasn't fired BECAUSE I refused (yeah RIGHT), but I was let go shortly thereafter because "the company is bleeding money and SOMETHING has to be cut."

      'Sokay by me, though. I got out of there with my sense of personal integrity intact and with the knowledge that, while I'm SURE my successor complied with his request, I never personally acted against the best interest of my employer.
    3. Re:Canned in the light of a seriously bad choice. by argel · · Score: 5, Insightful
      It is all fine and dandy that you want to live up to your ideals. It is your ideals that are flawed. Company server, company time, company resources. You were asked to do something, you did not do it. Fix your ethical issue by realizing that your trying to flex your own muscles.
      So there are no moral or ethical problems being a Mob Hitman since, hey, you are just doing your job when you kill someone (assming you were hired to kill them)? It was okay for the people at Arthur Andersen to shred documents since they were just following orders? When you go to work you should not have to give up your personal values. That we so often have to is just an example of the dehumanizing effect big business is having on our society.
      --

      -- Argel
    4. Re:Canned in the light of a seriously bad choice. by RevAaron · · Score: 2

      Sound familiar?

      Of course it does. But just because it's a disgusting way for a business to be run doesn't mean it can't or doesn't happen. People get fired for not doing what their bosses say, especially for illegal or unethical things. Most people do what's requested of them because they want to keep their job. Money over ethics for CEO and employee alike.

      I personally reccomend saying "no" when asked to do things that you find unsavory or outright illegal, but don't expect to get to keep your job. The parent->parent was right in saying "yes" if you want to keep your job.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    5. Re:Canned in the light of a seriously bad choice. by Dunkirk · · Score: 1

      Please. It is illegal to murder someone and it is illegal to obstruct justice by shredding legally-required accounting records. We all know that. Your argument hinges on the presumption that deleting an internal email is illegal. (The whole topic of people using specious moral-equivalency arguments must be left to another thread.) That's hardly the same thing. As MANY others have pointed out, there's nothing illegal about what the boss wanted. They *may* have been some ethical complications, but certainly nothing illegal.

      And please note that people can and are arrested and imprisoned for murder and conspiracy to commit murder and companies are fined and sanctioned for obstructing justice. No, the system isn't perfect, but don't think everyone gets away with everything.

      --
      Acts 17:28, "For in Him we live, and move, and have our being."
    6. Re:Canned in the light of a seriously bad choice. by seann · · Score: 1

      Killing somebody and shredding legal documents up is far differnt from retriving an anger saught email to a lowly co-worker.

      With the co-worker situation, you could settle it by going 1 on 1 with the CEO/Coworker, tell him you sent an anger rinsed email to him, he regrets doing it, and if you would delete it before you read it, I would appreciate it. I've made a mistake, and I've come to apollogize for what I should not of said and wish I could of taken back.

      yacky yacky yacky, you can't take a humans life back (well, I CAN, but YOU can't. suckers) and you can't create money out of the sky (yet..).

      You can be a civil human being, and ask for forgivness.

      --
      I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
    7. Re:Canned in the light of a seriously bad choice. by argel · · Score: 2
      Okay, so lets take an example that isn't breaking the law: You are a telephone operator and a Christian. A man calls information looking for a taxi service (his car just broke down) but he doesn't know the specific name of any of them. According to your Christian values you should give him the name and number for one. But company rules prevent that (you have to know the name).

      How many people have to sacrifice their values for money everyday? How does one rationlize that kind of behavior? In the example, I don't think God is going to accept "my boss wouldn't let me" as an excuse. I think that says something about our society.

      --

      -- Argel
    8. Re:Canned in the light of a seriously bad choice. by Laplace · · Score: 2

      And when asked by the congressional committee about what happened to the documents, you say "CEO dumbfuck ordered me to shred them."

      --
      The middle mind speaks!
    9. Re:Canned in the light of a seriously bad choice. by Anonymous Coward · · Score: 0

      Look bub, your legal opinion on that situation is about as valid as Bazooka Joe's. So's mine, but I can tell you that a hundred people have had their grubby hands on most e-mail evidence, so if someone fesses to it in a deposition, it really wouldn't matter who had the passwords.

      Moral of the story: If your boss needs a lawyer, he'll call a lawyer. If he nees a sysadmin, he'll call a sysadmin. Nothing's worse than an IANAL Compu-Nerd, whether on slashdot or in real life.

      Maybe what you were getting at is that was a sucky place to work and you were on your way out anyway.

  23. Email is usually the company's property by fooguy · · Score: 3, Informative

    At most companies (at least all the ones I've worked for: for profit, not for profit, government, etc) Email is the property on the company. That means that a company executive has every right to go and read/change/delete a person's email.

    While you may not think it's ethical, it's usually spelled out in the company handbook of some kind. Ours states that computer, email, and phones are property of the company and should be used only for business use. While no one is going to fire me for checking out CNN, we were able to fire some people a few years back for trading some pretty nasty porn through company email.

    Two additional points: our current corporate email system (GroupWise) allows a user to retract an email they've sent as long as the recipient has not read it. That gets the admin and his morals off the hook.

    The other is that big boss is lucky he doesn't work is a different industry. A certain government-type place I worked at once upon a time has an obligation to keep all correspondance for a very long time, so there is a system that all email goes through -- be it inbound, outbound, or inter-postoffice -- that stores the message in a database for full text searches. If someone were to nuke that, they're next assignment would be turning big rocks into little rocks.

    --
    "All I ever wanted was to see Larry Wall give Bill Gates a Perl necklace."
    http://www.eisenschmidt.org/jweisen
  24. Analyze this! by Anonymous Coward · · Score: 0, Flamebait

    You're an idiot, and now you're an unemployed idiot!

    Moral: The boss is *always* right, this is the culture you Americans have given the world. If the boss's actions turn out to be wrong, *he*'ll get fired, and you should be golden.

    But now, you've been insubordinate. That will hound you for the rest of your life. That's another great contribution of American culture!

    One little mistake, and your entire livelyhood is in jeopardy! Ever wonder why people are so violent in that shithole of a country? There's one reason!

    1. Re:Analyze this! by Anonymous Coward · · Score: 0

      And what are the values in your country?
      Being critical?
      Producing nothing?
      Wishing your culture was supreme?
      FWIW, the U.S. does not have a 'culture', most Americans are acutely aware of that and sometimes get very frustrated by it.
      But to call it a sh*thole goes to show you've never been here. Sure, we may have cities that are as crappy as where you're from..
      Most of us choose not to live there, though.

  25. Ohmigaw, you're an idiot! by itwerx · · Score: 1, Flamebait

    (Disclaimer: I am presuming that this didn't happen decades ago before all the lawsuits over email)

    This is not flamebait, it's a simple fact. It's been proven time and time again at just about every level of the United States legal system that a company has every right to do whatever they want with their internal email. They own it!
    Your CEO is/was head of the company, right? - QED

    Hell, I'da fired you too.

    Well, okay, maybe it is a little flamebait-ish, but geez!
    (Hmm, dirty thought, did Slashdot editors just fall for a cleverly disguised troll?!? :)

  26. Ethics by Hungus · · Score: 1

    Any discussion of ethics requires a decision of one thing first: Is there a set of universal absolutes? If you argue no then everything is relativeand the discussion really cant go on because tehre is no truely comon reference point. On the other hand if you argue yes then you have to discover what the absolutes are. Now I dont intend to make this into a religeous discussion do I wil stop here on what the absolutes are.
    Assuming you believe in absolutes and have determined them stand by them. Sometimes you will have to pay the price. In your case it was loosing your job, in my case it was being arrested and essentially forced to cop a plea that resulted in my being a felon. Here is a question though, would you have wanted to work in a place that allowed for arbitrary deletion of email? In my case I would say no, just like I would not want to work for a company that routinely pirates software (when i left i deleted my own personal copies of software that was licensed to me, thus resulting in my felony charges - according to the state of georgia i didnt have teh right to do that, though according to the federal govt. copyright law I do .. but try explaining that to a public defender) Ok enough of my ramblings for now ... Ja ne

    --
    Bad Panda! No Bamboo for you! In matters of importance ACs will not be responded to. Want to say something critical,OK
  27. Step 6. by moc.tfosorcimgllib · · Score: 3, Funny

    6. Tell the boss you "programmed" this feature in yourself, and you deserve a raise.

  28. Delete the mail by sclatter · · Score: 5, Insightful

    In my years as a sys admin there have been a number of situations where I've prevented a user from reading mail that has been delivered. Two spring to mind immediately. In one case, both a man and his son worked for the same company. The man and his wife were killed in a car accident. This information came out at work before the son could be told. I was instructed to monitor all the son's incoming mail and remove any condolence messages until the son could be found (I think he was traveling) and told about his parents. I could have more easily blocked all incoming mail, but the user would surely have noticed and called the Help Desk about it. So I archived the sympathy messages until he had received the news in person, at which time I returned them to his spool.

    The other time someone accidently mailed a bunch of salary information to a large distribution. Thank heaven for single copy message store! I was able to delete it from everywhere fairly quickly. The guys who managed the file servers had a harder job, as they were required to search and destroy any attachments that had already been downloaded and saved.

    Since these events one of my qualifications for a mail server is how easily a rogue mail can be excised from the message store.

    Basically, I feel like this is one of those things that is part of your job. To say it's unethical is just silly. If the CEO had shoved an envelope under the door of the person's office, and you had had the key to the door, would you have refused to open it?

    On the other hand, I totally understand leading users to *believe* that recalling sent messages is impossible. You don't want them to get into the habit of using you as a safety net! When push comes to shove, however, you do your job. Delete the mail and keep your mouth shut.

    That said, assuming you were in otherwise good standing they should not have fired you for this. I imagine you could have had a pretty good unlawful termination suit had you been so inclined.

    Sarah

    1. Re:Delete the mail by zmooc · · Score: 1
      Since these events one of my qualifications for a mail server is how easily a rogue mail can be excised from the message store.

      What kind of mail server do you use?

      --
      0x or or snor perron?!
    2. Re:Delete the mail by umeshunni · · Score: 1

      Microsoft Exchange has a unified message store and a message recall feature.

    3. Re:Delete the mail by zmooc · · Score: 1

      Then the next question has to be: Are there any serious non-MS solutions?:)

      --
      0x or or snor perron?!
    4. Re:Delete the mail by Muffhead · · Score: 1

      Novell Groupwise will let you delete messages from a recipient's mailbox if they haven't opened it yet. Once they open however, they get to keep their copy.

  29. Ethical, I say by obtuse · · Score: 5, Insightful

    I'd delete it. You don't have to read the rest of the guy's mail to do so, and so are violating no one's privacy. The mail system (pick any) doesn't have some sort of unimpugnable integrity. This is pretty much the equivalent of picking a sealed envelope with a pink slip in it up off of someone's desk, before they come into work in the morning, but after HR says they made a mistake.

    I'd also tell the boss that in order to fulfill his request, I need a quick look at the original in his sent mail. I would then confirm that there were no BCCs, for obvious reasons.

    Otherwise, barring some sort of registered email scheme, you aren't violating ethics or rules of evidence.

    Certainly this isn't behavior to encourage in the boss, any more than building a mailserver and recovering a message store in order to recover an accidentally deleted message is. But if the dumb mistake isn't a habit, help both parties out.

    As admins, we have to be able _not_ to see things that we shouldn't, and occasionally even to forget that we saw things. When you're helping a user troubleshoot their email, you'll see more about their personal lives than you would ever want to know. Those aren't things I speak about to no-one.

    Don't tell me your password!

    --
    Assembly is the reverse of disassembly.
  30. 7 Years ago!?! by aufecht · · Score: 0, Flamebait

    7 Years ago and you are now just getting around to posting it on Slashdot? Why didn't you contact Taco about this when he was still in his dorm room fiddling with Chips & Dip?

    1. Re:7 Years ago!?! by aufecht · · Score: 1

      Flamebait?!? What jackass modded me down as flamebait? You, sir, are an idiot.

  31. What's the written policy? by coyote-san · · Score: 2

    Forget your ad hoc (and really lame) analogies. This comes down to one question, and one question only:

    What is the written policy on this?

    Can anyone ask the sysadmin to 'unsend' mail? Is this privileged limited to responses, or superiors sending mail to subordinates, or just people with fancy titles and corner offices?

    You can defend pretty much any policy (since a corporate email account serves the corporation, not the individuals employed by it) as long as it's published and available to anyone who's affected by it.

    Of course, in the real world management considers deciding this policy and committing to writing a very low priority (unless they've been nailed by a lawsuit because they lacked a formal policy and differences in treatment were attributed to the employees' race, gender, religion, or similar protected status). That's why SAGE (System Administrator Guild, www.sage.org) has established a model policy.

    If your company doesn't have a formal policy, ask them to include the SAGE policy by reference. If they refuse to establish a policy, or don't honor whatever policy they have, find another job. It's a hassle, but all it takes is one lawsuit where you're named co-defendent because an employee is suing the company for "arbitrary and capricious" enforcement of IT policies to make you wish you had never shown up for your job interview.

    --
    For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
  32. should have mv'd it to your $HOME by DrSkwid · · Score: 1, Flamebait

    and then read it

    jeesh, dont they teach you anything in America ?!

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  33. Ethics Shmethics by Col.+Klink+(retired) · · Score: 1

    What's wrong with you? I'd have made a personal copy of the message and used it to blackmail me a key to the executive washroom.

    --

    -- Don't Tase me, bro!

  34. Outlook's recall by Lavos · · Score: 1

    If the user has read the email, then the recall fails.

    (And this is how I find out about Outlook's recall features)
    The "sysadmin" at my old company sent out a big powerpoint presentation on how to send an attachement as a shortcut instead of an attachement because they were having trouble with filespace. Would you care to guess how he sent out the presentation?

    --
    "Tax preparation software eliminates errors your[SIC] may make...." From IRS home page.
  35. "Technically speaking, it can't be done" by Bazzargh · · Score: 5, Informative

    This phrase is your friend. I've used it to put off bosses who've asked for things that seemed dubious, like tracking web surfing habits of individuals from our proxy logs.

    Bottom line is if you say "I won't", the boss might fire you but, if you say "I can't, because..."[1] - and can be convincing[2] - you can get away with not doing unethical things.

    -Baz

    [1] eg 'editing the mail spool by hand would invalidate the CRC's on the mail files, and might bring the server down. I could try it, but we could lose everybody's email back to the last backup - its a big risk'
    [2] warning - dont try this crap on a CEO who is also a techie ;)

    1. Re:"Technically speaking, it can't be done" by rtechie · · Score: 1

      Though it is somewhat ironic that you have to lie to the boss for ethical reasons. However this is DEFINITELY the best advice I've seen so far.

      If a boss asks you to do something unethical, claim that it's technically impossible of very difficult. If push comes to shove, you can claim ignorance ("Well, I've never really hacked the mail spool before so I wasn't comfortable doing it.")

  36. The SAGE Code of Ethics by TilJ · · Score: 5, Interesting

    The SAGE Code of Ethics seems useful for this situation.

    Canon 2, "A system administrator shall not unnecessarily infringe upon the rights of users", seems to apply to this particular case. The relevent portion is:

    "System administrators will not exercise their special powers to access any private information other than when necessary to their role as system managers, and then only to the degree necessary to perform that role, while remaining within established site policies. Regardless of how it was obtained, system administrators will maintain the confidentiality of all private information."

    I read that to mean that if there is a site policy regardign email, the ethical thing to do is to follow the policy. Failing the existence of a policy, the ethical thing to do is to not infringe on the rights of the users.

    --
    "The purpose of argument is to change the nature of truth." -- Bene Gesserit Precept
  37. Communicating, and moles by Phoukka · · Score: 4, Insightful

    One difference between you, dschuetz, and the original poster is the quality of your writing. Simply put, and no offense intended to the original poster, your writing is better than his. If (please note the conditional) writing styles can be used as indicators of overall communication skills, then I am tempted to suggest that the original poster was not able to articulate to his boss his concerns in a way that would not cause offense.

    On the other hand, I also think the original poster made a mountain out of a molehill. As others have stated, corporate email is an entirely corporate-owned resource. In addition, the request to withdraw occurred before receipt, not after. So the intended recipient does not own the message, the corporation does. And if the CEO decides that the company's interests are best served by deleting that email prior to receipt, then that is indeed what the original poster should have done.

    On top of that, what right, legal or moral, does the intended recipient have to an email message that has not even been received? I just don't even comprehend the moral issue, for which I apologize to the original poster.

    On the face of it, the CEO intended to send the email, and then changed his intention prior to receipt. The original poster had the power to enable the overriding intention, but refused, while his immediate superior acceded to the request.

    I think that no moral imperative to deliver a piece of email exists. I just don't see that there is some moral good attached to delivering mail, e- or snail-. I see a lot of utility inherent in communication, but no moral requirement for communication in general. I think that some moral good may be facilitated or hindered by communication, but now we are speaking in terms of particular instances, rather than in general terms. So, we must evaluate this particular instance.

    In this particular case, the original poster has not specified that there was something in the email message that would have caused or facilitated something morally good. In fact, he specified that the email message was a hasty flame that the CEO, on further reflection, decided to withdraw -- in other words, the message would have hurt the recipient, without justification, thus being a moral wrong.

    So, with no a priori moral reason to deliver email, and with the particular message's contents being morally wrong, I conclude that the original poster was, in fact, morally wrong to have refused to delete the email.

    Please forgive the descent into philosophy, but that is my background, and I couldn't resist the temptation...

    1. Re:Communicating, and moles by Nyarly · · Score: 1
      On top of that, what right, legal or moral, does the intended recipient have to an email message that has not even been received? I just don't even comprehend the moral issue, for which I apologize to the original poster.

      In terms of an entirely in-house Corporate mail delivery policy, none whatsoever. But I think that if the case is an extenuation of the default case, where the destruction of correspondance is wrong, morally and (sometimes) legally.

      I define the default case as a public mail system where the actor is unaware of the contents of the correspondence. This is an entirely private delivery system, and the original poster was being asked to act as proxy for someone who he could be sure was the original sender (who knoew not only the content of the correspondence, but the intent.)

      I think that no moral imperative to deliver a piece of email exists. I just don't see that there is some moral good attached to delivering mail, e- or snail-. I see a lot of utility inherent in communication, but no moral requirement for communication in general. I think that some moral good may be facilitated or hindered by communication, but now we are speaking in terms of particular instances, rather than in general terms. So, we must evaluate this particular instance.

      I disagree with your assessment of the general case. I think you can argue a number of moral impretives not to interrupt the flow of a public delivery system or that of a private one where the contents is unknown (or even the intent is unknown) or in doubt.

      • If every message were subject to interception, the delivery system has that much more of a reliability problem, and one which presumably will not be fixed. The system becomes a joke, and its utility is destroyed. The utility hit to something that can be so useful to so many is just bad.
      • Consider a special case where, say, the Orphanage will be repossessed unless a request for extention is received by the bank. If I remove that one letter from the mails, the bank never receives it, and forcloses. Since privacy concerns (and envelopes) mean that I can't tell what letters are important, so I must imagine that any letter could be at least as important as the Orphanage Foreclosure letter, maybe more. On reflection, my interference with mail will probably result in someone's detriment.
      Oh, and it's a Federal Offense in the US to steal from the mails. So, with no a priori moral reason to deliver email, and with the particular message's contents being morally wrong, I conclude that the original poster was, in fact, morally wrong to have refused to delete the email.

      There is a priori moral reason to ensure the delivery of mail, but the situation presented was a fairly clear extenuation of those circumstance, and yes, I concur that, when the representitive of the owners of the equipment tells you to do something with that equipment as his proxy, and what he's asking you to do would be moral for him to do, and you've received pay to be his proxy, you are confounding a moral action (and possibly a nice one, too) and so are acting immorally.

      --
      IP is just rude.
      Is there any torture so subl
  38. Re:raises would have been a lot easier afterwards by WolfWithoutAClause · · Score: 2
    You would have joined the elite realm of the unethical and been rewarded accordingly.

    ... by ended up in a court of law in Enron-style email 'shredding' case...

    ;-)

    --

    -WolfWithoutAClause

    "Gravity is only a theory, not a fact!"
  39. voice your reservations by OpenMind(tm) · · Score: 3, Insightful

    I've been in many of these "CEO wants a bad thing" scenarios, and I have come to belive the best solutions is this:

    Clearly explain why you think this is the wrong thing to do. Then do it anyway. There will always be another lackey to do their will. Once you've done you best to persuade them, the ball is back in their court, ethically speaking. And you won't get fired, although they will start thinking of you as "difficult," a fate I have long since accepted.

    The all-important last step is to start looking for a job where you are valued and respected as a free-willed entity. If they'll fire you for having scruples, they are not worth the sweat of your brow.

    1. Re:voice your reservations by dvdeug · · Score: 2

      Clearly explain why you think this is the wrong thing to do. Then do it anyway. There will always be another lackey to do their will.

      Nixon fired two attorney-generals who refused to fire the Watergate special prosecuter. The third one fired the prosecuter; this was certainly a factor in the Senate blocking Robert Bork's nomination to the Supreme Court. Do not the two people who refused Nixon deserve honor, and Bork condemnation? There will always be another person to do the dirty work, but you don't have to be that person.

  40. Not email related but equally deplorable... by Anonymous Coward · · Score: 2, Interesting

    A few years ago I was working for a e-commerce fuckup..er, startup. I was young and wet behind the ears. I was asked the by the CEO (and the CFO, and the CTO) to forge some sales data for a certain product. Our continued ability to sell this product relied on our trial sales data and the data that I forged convinced the vendor to continue to let our trail continue.

    I felt HORRIBLE afterwards. I approached the three of then regarding this and told them that if they asked me to do it again I'd report it to the vendor. There was huffing and puffing but in the end I guess they either a) thought I had them by the balls or b) they regretted it as well. They assured me I'd never have to do anything so dishonest again and I didnt...

    Work related, at any rate... :)

  41. Dumbass, I'd fire you too. by sudog · · Score: 0, Troll

    It's internal, corporate email. You aren't a rep of the U.S. Postal Service, you're not an arbitrary third party entrusted with the delivery of a letter, and besides that, it was the guy who requested it who sent the letter to begin with! What difference does it make?

    Anal system admins like you give us all a bad name.

  42. OP over-sensitive but it raises a question by Anonymous Coward · · Score: 2, Insightful

    Ok, the /. consensus is that corp e-mail is not USPS, CEO can retract e-mail.

    Now, in this case it's a single e-mail. What if the CEO were named Skilling and the company were named Enron and not one e-mail but 1000's. Most people would object ... it's like paper shredding while the cops are kocking on the door. Where's the line? Is one e-mail Ok? 1000 Ok? All the accounting records?

    I don't have an answer... just the question.

    1. Re:OP over-sensitive but it raises a question by SuiteSisterMary · · Score: 2

      Actually, that's a whole different ball of wax. There laws, regulations, and requirements that cover accounting documents; *those* are what made it illegal to be shredding paper. Similarly, there are laws coming out that classify email in the same way as paper correspondence, as pertains to corporate interests, at least. For example, for financial institutions, emails must be archived for some period of time, same as paper documents.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  43. OK _ a "REAL" ethics story then... by Anonymous Coward · · Score: 1, Interesting

    While managing a web/e-commerce system at a company who's name rhymes with "Bogue Shave", I noticed once that a customer had inadvertently been identified and charged the "international" rate for some software. It meant he paid a fair amount more than he should have, and the wrong sales rep got the commission.

    I brought it up with the head of sales, who told me "he'd look into it" and eventually just told me to leave it as is. I expressed my discomfort to this solution to my own boss (head of IT) who also said, "He'd look into it". Of course by then I knew what that meant.

    In hind site, I should have just sent the customer and the sales rep who got screwed out of a commission a quiet little email and let them raise a stink about it. Or should I have just sucked up to the corporate way like some people here seem to think?

    1. Re:OK _ a "REAL" ethics story then... by Laplace · · Score: 2

      I'm the President and founder of Bogue Shave, and I'm going to sue you for defamation you jerk.

      --
      The middle mind speaks!
    2. Re:OK _ a "REAL" ethics story then... by Pvt_Waldo · · Score: 1

      Imposter :^)

  44. The trick is by Joe+U · · Score: 5, Funny

    To make it look like it's going to be an all-night job that will take hours of your time and might screw up the mail server.

    "I'll start on it now boss, but it's going to take several hours. I don't know what something like this might do to the mail server, it's not really designed to do this."

    That alone should scare most people away from it.

    If it doesn't, generate some random errors, turn off a few mailboxes and blame it on the 'manual deletion of messages outside of the normal messaging interface'.

    Of course, you have to fix it quickly, and then you'll look even better.

    1. Re:The trick is by Anonymous Coward · · Score: 0

      Same result, except now you're fired for being incompetent instead of insubordinate.

    2. Re:The trick is by Anonymous Coward · · Score: 0

      Depends on the boss. Most don't understand that 'server stuff'.

  45. Business Email = Correspondence by tigersha · · Score: 5, Interesting

    At our firm we let new employees sign a letter before they start working that we archive ALL EMails they send. We treat Emails as business correspondence. We file letters that we send in an official capacity, EMails are the same.

    Our sendmail server sends all mails going out (and coming in) to a central mailbox.

    That said, we also provide peole with TWO addresses, one is private and is never tampered with, the other one is public and is put inthe files. They know this, and can decide which one to use to send the mails. We are also not anal retentive about sending personal mails and phone calls from work. I mean, they are people, not machines.

    However, sending business mails under your personal account is frowned upon.

    This systems works well and we never had any problems with it. Also, access to the central mail file is the same as access to business files in that only some managers may look into it. But generally business EMails are treated like any other busniess correspondence: filed as it should be.

    This policy has helped us a lot when people leave, but they knew beforehand that their mailboxes are open.

    --
    The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
    1. Re:Business Email = Correspondence by /dev/trash · · Score: 1
      We are also not anal retentive about sending personal mails and phone calls from work. I mean, they are people, not machines.

      Christ, you'd not want the guy I used to work with....3 hours a day he's doing personal stuff at work.

  46. Re:It's all in the Expectations (Hotmail comment) by Anonymous Coward · · Score: 0

    An anonymous coward must comment...

    If you look at the full Hotmail or Yahoo e-mail headers, they contain the IP address of the client; in other words, your computer (this is the case with messages I send from home, anyway). I don't know enough about TCP/IP to know if this is always true; my semi-educated guess would be that it would be.

    Yes, using DHCP does toss some uncertainty into the mix, but realistically, if your lease is a long-enough duration (I think Microsoft Win2K DHCP leases default to 7 days), it's not enough for anonymous cowards.

  47. YOU SHOULD NOT HAVE BEEN FIRED FOR THIS by krinsh · · Score: 1

    You are not responsible for the actions of others; and as a Systems Administrator you should not tamper with the information systems being utilized by your customers. If this supervisor wanted to go to that individual and ask them not to open that email, please delete it, then that is what they should have done. If you were fired on this ground I do believe you had a right - no, an obligation - to fight this in court - even if you didn't want the job after that you could have come off with a chunk of cash. Yeah yeah, get pissy because I said 'sue' - even I don't believe in frivolous suits - but this is something I don't feel is frivolous at all. In this case you were likely very unfairly treated.

    --
    I think with the interesting people, their lives can't possibly be wrapped up into a nice little package.
    1. Re:YOU SHOULD NOT HAVE BEEN FIRED FOR THIS by SuiteSisterMary · · Score: 2

      It's a sticky situation. There should have been a policy; this would have guided him. In the absence of a policy, the CEO, or any other duly designated executive of the company, has the right to tell him to do this. In theory, it should have gone through the Sys Admin's superior; generals don't tell lieutenants how to secure the perimeter.

      Two lessons here. 1: have a policy. 2: do it through email; then you have a paper trail. In this case, an email to his the right people, say, his boss, or if there is no boss, to the CEO in question, and possibly CC'd to the HR head, just saying 'I did that task, but think we need a written policy for such things in the future, just so everybody knows what's going on.'

      In other words, he had a moral objection to it, not an ethical one. Ethically, he's wrong. Morally, well, they're his morals, so he's right.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    2. Re:YOU SHOULD NOT HAVE BEEN FIRED FOR THIS by krinsh · · Score: 1

      I can't argue with you there. I guess I get ethics versus morals mixed up a bit myself. I think in the case of it being the CEO; there was no one's head to go over which is why I think going to court was an option.

      --
      I think with the interesting people, their lives can't possibly be wrapped up into a nice little package.
  48. I thought you got screwed, but then... by nick_danger · · Score: 4, Interesting

    At first glance I thought to myself, "Wow, you got screwed." But then I got to thinking: The courts have seen to it (in the U.S. anyway, just ask M$) that email is not as private as some want to think. When was the last time we got outraged by someone reporting that their employer instituted all sorts of no-privacy policies with regard to corporate email? Not recently, because we've all come to accept that when playing on someone else's network, we have to play by their rules. And more often than not, their rules mean our email is not inviolate, and that sys admins probably can read it anytime they want. From there, it's only a very short stretch to what you described. The only leg you would have had to stand on would be if your former employer had a written policy ensuring the privacy of electronic communications, and I doubt they did.

  49. Back-date Fax by Anonymous Coward · · Score: 1, Insightful

    My first gig out of school, my ethically challenged boss asked me to back-date a FAX to our client. Tell the client that we had sent it a month ago, they must have lost it. The FAX pretty much said they'd be responsible for such and such at such and such a rate, and that if they didn't pay on time we'd collect damages, blah blah.

    I did it.

    1. Re:Back-date Fax by Anonymous Coward · · Score: 0

      That would be called fraud and is a criminal act.

  50. Re:Practicality - spamming by King_TJ · · Score: 2

    I don't really see that what you did was a problem. Consider this.... Who ended up looking bad for sending out the spam? Was it you? Quite doubtful. The lighting manufacturer is left holding the bag.

    It's your job to make a given company's computer systems perform the tasks that they want them to perform. If that includes sending out spam, well - we all know it's a stupid idea, but let them figure that out for themselves.

    I see much more of an ethical question coming up if you're asked to do something that negatively affects your co-workers. Those are much stickier situations, that do directly pit you against other employees. (Your co-workers either know, or will find out, who is behind a measure taken that affects them. They won't simply blame the company, as though it was an individual, and be done with it.)

  51. Heart pacemakers by Anonymous Coward · · Score: 2, Interesting
    I was a technician who brought external, temporary heart pacemakers to life once they were completely assembled. Because of company politics, I was assigned no more than 12 (iirc) minutes to do each one. Considering that some needed extra care (contamination problems in a micropower circuit caused occasional poorly-controlled "overdoses"), and also had trimmers that were extremely difficult to set, I preferred to take longer if necessary.

    I was fired for being responsibly careful in initial checkout and test of temporary external heart pacemakers.
    Knowing how whistleblowers rank lower than the priest(s) who founded NAMBLA, I decided to stay silent. Have never been happy about this, and am glad Slashdot permits anon. posting.

  52. Backup Operator by benjamindees · · Score: 1
    "allows you to copy any file to tape, or back again, but does not let you read the file."

    How asinine is this? Does anyone really think this kind of mythical security bullshit really works? I can damn well read anything I can copy to tape. If M$ has fooled CEO's into believing otherwise, I guess it's all the better for me.

    --
    "I assumed blithely that there were no elves out there in the darkness"
    1. Re:Backup Operator by Anonymous Coward · · Score: 0

      Yeah, NT 3.5 didn't have the "Backup Operator" backdoor, and consequentally nobody could figure out how to build reliable and easy backup software for the thing. So Microsoft gave the people what they wanted.

  53. Just apoligize in advance? by cornflux · · Score: 2, Funny

    Why couldn't the CEO just catch the recipient before the message is read... then just apologize, pre-emptively?

    Maybe a sticky-note? A phone call? ...anyway...

  54. Another scenario by leehwtsohg · · Score: 2, Insightful

    You work for a company which gives all it employees free housing on its own property, including all equipment - TV, phone, computers, and answering machine.
    You are responsible for security on the premises, and your boss tells you that he left a phone message on that employee's answering machine. He wants you to use your key, enter the apartment, and quickly go through the messages on the answering machine, and delete his message.
    No ethical problem here?
    I agree wholeheartedly with replies made above: unless there is a policy that explicitly allows you to go through employees e-mails, you should never touch those, even if asked to do so by your boss.
    The company may own the premises, the employees' time, etc, but it should not change its privacy policy of how it treats the employees without telling them, to give them the opportunity to quit.

    1. Re:Another scenario by Large+Green+Mallard · · Score: 2

      Where you provide housing to someone, even gratis on-site housing, you as the employer become subject to tenant/landlord laws, which forbade stuff like this.

  55. More fun to let the message go through by BroadbandBradley · · Score: 2

    ethical issues aside, f that hothead, he needs to learn to cool his jets and not spout off like an idiot saying things he wants to later take back.

    heck, having a conflict, and then resolving it will likely bring those 2 closer together, opening the road to honest communication.

    or they could be pissy and have more arguments, who cares, at least the mails gets through, that's your job, keep the system running.

  56. Ethical issues with supporting M$ software by BroadbandBradley · · Score: 1, Flamebait

    I don't know about any of you other Linux Zelots...

    but when I get to where I work and have to log into that wintooK screen it makes me feel dirty and unclean.

    is this an ethical issue or am I just sick in the head?

  57. Follow your conscience by korpiq · · Score: 2


    Although, as stated, one could easily single out and erase automatically one email without seeing any of them, I am happy to see there are others like me, sticking to their work ethics.

    --

    I think, therefore thoughts exist. Ego is just an impression.
  58. a Bigger Picture by Anonymous Coward · · Score: 0

    Here's something most seems to have missed; the freedom of speach is granted in the constitution. How does a CEO have the right to chalenge that. To the point, an email system is the property of the corporation, but the words the employees write are "free speech". In that sense, the ethical dilema becomes quite clear. Niether I nor the CEO has an ethical right to tamper with the email system. If the BOSS wants something done like that, then I as SysAdmin would give him the tools to do so himself ... and since I was hired to do this work I would do it for him. If it was anyone but the CEO, it would be an ethical problem!

  59. Even the USMail would do it... by orim · · Score: 1

    If they had the time, the resources and the security to do it.
    IANAL, but that letter is really yours until it's in the hands of other person. The USMail, no matter what they say, is just a carrier.

    IMO, the reason they don't do it is because it would be almost impossible to protect themselves from social engineering while doing it, and the overhead of processing those cancellations would just kill the delivery times.

    --
    "If you could only see what I've seen with your eyes..." - Roy Batty
  60. What a wasted opportunity. by Anonymous Coward · · Score: 0

    Here you had the boss really needing your service to cover up his embarrasing screw-up and it wasn't illegal and only morally gray for you. This would have been the opportunity to discuss a raise, a new laptop, telecommuting, etc., "while you were working on it."

  61. pedantry: moral != ethical != legal by Anonymous Coward · · Score: 0

    immoral != unethical.

    Not all that is legal is moral or ethical. Not all that is illegal is immoral or unethical.

    Not all that is moral is legal or ethical. Not all that is immoral is illegal or unethical.

    Not all that is ethical is legal or moral. Not all that is unethical is illegal or immoral.

    There's a reason we have three words for the three concepts. There is very significant overlap, but there are differences. I see it as follows: Legality refers to whether the laws of the land (as in, the laws passed by the legislature) permit or deny a particular action. Morality refers to whether one's moral code (usually religious and nearly always subjective in nature) permits or denies a particular action. (aka. "WWJD".) Ethics refers to a more objective sense of guiding philosophy, which may or may not be rooted in religion, and may sometimes be at odds with it. (aka. What Would Spock Do?)

    For instance, for a member of the Church of Latter Day Saints, taking two or more wives is a moral act. It is not a legal act. Ethics don't quite play in, unless you take one or more wives under false pretenses. (And the false pretenses, there, happen to be immoral.)

    Now consider this situation. (That is, deleting an unread email from the recipients folder at the sender's request.) In some countries, the action may be illegal, and in others, legal. As long as no deceit occurs (that is, one doesn't deny deleting the email when confronted), I don't see how it's inherently immoral. This action was certainly deemed unethical by the admin posing the question, though.

    Three separate concepts people. It's just like confusing Copyrights with Patents with Trademarks.

    --Joe
  62. differences between countries.. by gl4ss · · Score: 1

    are what rises up here.
    94.56% of the replies say that the mail is corporate property and the ceo can do anything they want with it.. while this might be certainly true in usa there are countries where this is not valid, probably even some countries where you can't even sign out these rights, if it's 'protected/private' (equivalent to)mail.

    while it's not as bad as this; you're an accountant, and ceo comes to you and tells you to change some numbers on paper(corp. property, ceo telling you to do something to it). 18months later your company is on the headlines guess for what..

    us corporate ethics seem more and more twisted every day.. and sadly they're infecting the rest of the world with it(everything goes as long as it's for the good of the company on short run).

    --
    world was created 5 seconds before this post as it is.
  63. Same happened to me. by rikkus-x · · Score: 2, Interesting

    Some years back, I was the UNIX admin at a company.

    One of the company's managers came up to me and said she thought one the people under her was spending her time writing personal email rather than doing work, and please could I have a look.

    I said no, absolutely not. As far as I was concerned, her email may contain personal information and I would not breach her privacy. Even if she had been abusing the system by e.g. sending hundreds of multiple-megabyte messages an hour, I still wouldn't actually _read_ it. I'd just tell her to stop it.

    So, I apologised, but said she'd have to find a different way to get to the bottom of the matter.

    I don't know if this had any direct consequence, but I ended up being fired a few weeks later, after being set up (reprimanded for running a password cracker (er, I was root on every machine in the company) - running a password cracker to check the hardness of everyone's passwords is standard practice for sysadmins, no ? - and for messing up a backup - which was actually my superior's mistake, but he wanted rid of me.)

    I stopped doing sysadmin work after that episode.

    1. Re:Same happened to me. by starbasessd · · Score: 1

      Something similar happened to me, where my manager approched me to inquire how to send a email DoS attack against a grey-market dealer of our product. I went into defensive mode, and clearly explained that this was unethical, improper, and illegal in some states/juridictions. He dropped the matter at the time. However, a few days later I noticed an inordinate amount of email being sent to an address with a suspicious subject line. I brought it to his attention, and he blew it off as a 'test'. I then took it to the CIO of the company (his boss) who said that the manager can do whatever he feels like, it is his perogative. Shortly thereafter, I was told by my manager that I had no future at the company, but he didn't fire me. The message was clear, though, that I should move on. I learned later that the person receiving the attack appreciated an anonymous copy of the email logs, which he turned over to his attorney.

  64. Re:It's all in the Expectations (Hotmail comment) by Anonymous Coward · · Score: 0

    He's talking about privacy from the company, not privacy from Yahoo/Hotmail and/or the recpient. It's not the company's job to keep you anonymous on the Internet.

    Which brings up the point that many corporations DO monitor webmail accounts (and it's a security sensitive environment, they damn well should, because that's by far the easiest leak point). Found this out the hard way after I called a consulting client a "fat smelly dyke" in private email to a coworker on hotmail. Fortunately my boss thought it was pretty funny message.

  65. This could have been solved better by shepd · · Score: 1

    So you feel it's unethical to delete other's mail? I can see where you're coming from.

    So, to protect both your ethics and job, do this next time. Open up the guys email. Tell the boss you won't hit the delete key because you don't want to be responsible, and tell the boss that if he wants to hit the delete key, that's his choice.

    Conundrum solved, and I doubt this would get you fired, and the only fallout might be a little uneasyness between you and the boss for a couple of weeks. Big deal.

    Either way, things like this are the reason why I set my work email to be forwarded instantly to home. Delete away, I still have a copy.

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  66. THANKS FOR MENTIONING THAT RFC by honold · · Score: 1

    it was critical to understanding your problem.

  67. A couple of comments... by HotNeedleOfInquiry · · Score: 1

    First of all, pretend you are in the Army. Your platoon sargent give you an order. It may be stupid, unethical, or illogical but you still carry it out as long as it doesn't violate the Geneva convention rules of warfare. Once you've carried it out, you are free to question the order up through the chain of command. That is what you should have done. The order was not illegal and you should have done it first and questioned your boss about the ethics later. Second point. Your boss screwed up big time. He did not explain the above to you beforehand and he did not patch things up with the executive that fired you. That's his job. You'd still have yours if after deleting the email he had immediately gone to the executive and explained that you were just trying to do the right thing for the company, and that he had set you straight. What you did was idealistic and perhaps foolish, but you should not have been fired for it. And I'd put a lot of blame on your boss.

    --
    "Eve of Destruction", it's not just for old hippies anymore...
  68. Destruction of Evidence by Anonymous Coward · · Score: 0

    This should be a crime. Especially in a corp. environment. Ethics are important. We will all lose faith in the system. I don't give a rats lass if the company owns it. ABUSE IS ABUSE.

  69. The Start Of A Bad Trend by ONOIML8 · · Score: 2


    Today he asks you to delete a single email. Next week he asks you do delete a bunch he wished he didn't send, like an email asking his accountants to shred the Enron documents.

    That is the seed that starts a dangerous trend.

    I agree with others here that you don't argue with the CEO on the point. It's his company and his email system.

    But I would have started looking for another job right away. The best way to feel good about your ethics is to surround yourself with others who feel the way you do. Obviously you wern't in the best eviroment for you. And you certainly wouldn't want to be there when the feds come around looking for evidence that was deleted.

    --
    . Quit playing Monopoly with Bill. Switch to one of many non-Microsoft products today.
  70. Who owns that email? by AlecC · · Score: 3, Interesting

    I am not absolutely sure I agree with you. Obviously, it would be totally unethical to delete a third parties email. But you were being asked to delete an email by its originator - someone who could be regarded as its owner. Obviously (IMO), once the recipient has read and taken in the content of that email, s/he has the right to keep it, if only to produce it as evidence of harrassment. But while they are still unaware of the emails existence, I think that ownership of the email remains with the author. So, if the author is requesting that you delete it and you can do so without (as other people have pointed out) infringing the recipients privacy, it seems to me quite ethical to do so.

    As for the "it'll teach him to think before he posts" - I think that lesson has been learned, as far as it can be. You don't thunk an executive *likes* having to plead with a sysadm for a favour?

    --
    Consciousness is an illusion caused by an excess of self consciousness.
  71. Have the CEO put his request in writing by scubacuda · · Score: 3, Insightful
    I've had people give me all sorts of stupid, quasi-unethical, or just outright immoral things to do. As soon as they do this, I tell them (usually in writing) that as a conscientious employee I have a certain problem with it.

    This establishes a few things. First, it gives them food for thought about the consequences of what they're wanting you to do. Second, it establishes WHAT they're wanting you to do (and let's them know--I'm documenting the fact you're wanting me to do this fucked up thing). And third, it gives you something to fall back on in case they want to fire you for not doing this. By making them look bad for firing you, you have some sort of leverage for court, severance, etc.

    I know this doesn't solve the entire dilemna, but it at least protects you in case the shit really hits the fan later.

    Remember: you're the piss ant. People in power can (and WILL) fuck you up. Take a few precautions and CYA!

  72. Not so fast! by Anonymous+Brave+Guy · · Score: 2
    As long as the employer has notified the employee that they monitor email, it is completely legal under the Human Rights Act.

    Was that your professional legal opinion? I'm no lawyer, but I'm afraid I fail to see how either of the articles you cited supports such a black and white view.

    The BBC article is two years out of date and not particularly technical, so I'll ignore it.

    From the second article:

    Businesses need to be aware of the Information Commissioner's view on the interpretation of the Lawful Business Regulations. ... The Information Commissioner also believes that monitoring of personal e-mails will never be lawful because such e-mails are not sent "in the course of business" as is required by the Regulations.

    A little research suggests that there has not yet been any serious test case on the issue of e-mail monitoring by employers, which makes bold claims such as yours dubious anyway. There is, however, a lot of lawyerly ass-covering about the possibilities of misinterpretation of the legislation by businesses, the risks of monitoring everything rather than specifics and of monitoring content rather than usage, and the possibilities of employees taking legal action under data protection legislation, the HRA itself, or just claiming constructive dismissal and going after the employer that way.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  73. Getting upset? by Anonymous+Brave+Guy · · Score: 2
    But deleting it, when they've asked for it? I could see getting upset with an employee who refused to do that.

    Sure, particularly when you're the type of CEO who sends personal rants at people and then realises he ****ed up.

    Personally, I wouldn't have had a problem if the techie guy could just zap the message without any side effects. I'm not exactly full of sympathy for an executive who forgot to think before speaking, though.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  74. Is personal use ethical? by Anonymous+Brave+Guy · · Score: 2
    While you may not think it's ethical, it's usually spelled out in the company handbook of some kind. Ours states that computer, email, and phones are property of the company and should be used only for business use.

    But the thing is, should any employer have the right to say that? You're not employing machines, you're employing human beings. Those human beings may have family situations that need urgent attention, or may need to book their car into the garage, or may need to arrange delivery of a parcel. There are plenty of things that people simply need to do during the day, and your average employee is busy at work for the whole day, at least while other businesses are open as well.

    I'm not advocating totally free use of as much work time as you like for personal matters, but I think it should be illegal for an employer to completely forbid the use of communications resources and company time for personal reasons. Instead, there should simply be an understanding that employees should not do this excessively, and wherever reasonably possible, lengthy problems should be resolved on their own time.

    Now, if an employer feels that an employee is abusing the system, they are at liberty to let them go. If an employee feels they've been let go unfairly, they can take it to a tribunal or a full court and ask for compensation, and an impartial third party can decide whether the personal use was reasonable under the circumstances.

    Under normal circumstances, though, reasonable personal use of company resources is in the best interests of both the human beings who work for a company and also the company itself. Employees who are constantly abused in this way have little loyalty and even less job satisfaction, both of which are directly and seriously damaging to the company. Employees who are trusted and treated well by their employers have more loyalty and are much more productive.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  75. Not limited to CEOs by Fastball · · Score: 2

    Let's not limit the scope of such requests to CEOs. Yeah, CEOs suck. But the folks that make these kinds of requests are more likely to be lieutenants on the rise. I always found senior managers (one rung below partner in most consulting practices) to be the most absurd. These are the kinds of "users" that'll have an issue, you'll check in on them, and their system tray has conquered everything to the right of the Start button.

  76. Re:It's all in the Expectations (Hotmail comment) by invenustus · · Score: 1

    Company monitors webmail accounts?
    1. Get a remote Unix account with inbound SSH access.
    2. Install tinyproxy or your favorite http or SOCKS proxy on port X of the remote host.
    3. Set up an ssh tunnel from port 8080 on your workstation to port X on the remote host.
    4. Tell your browser to use a proxy sitting on localhost port 8080.
    5. Hit www.hotmail.com and your company won't be able to read a single byte of it. (Barring serious ssh vulnerabilities.)

    --
    grep -ri 'should work' /usr/src/linux | wc -l
  77. Might be illegal, even by Bartmoss · · Score: 2

    I am not sure about the laws in the US, but here in Germany, it might even be illegal. There are certain cases when it can be done. I work for a large corporation; practice here is that we (as the administrators of the email systems) may NEVER access any user's mail except in two cases:

    a) The user himself okay's the access (in writing)
    b) The superior of the user can request access to business documents in the user's mailbox, but has to get approval from the "Betriebsrat" (Babelfish translates it as work council; basically, it is the employee's representatives in the corporation).

    Basically, here eMail DOES fall under the same laws as any other kind of mail, and is covered by the same rules of secrecy etc. Yes, we all know that there are differences, but I think it is a good way to handle it.

    Now, about your specific case: I think you acted correctly; however, I think the boss had a valid request. I would've handled like this: Have him put the request in writing (including a clause he takes full responsibility), then have someone neutral around to witness that you did not access any email except the one in question. Do not look at any of the other mails, just access the index, and delete the mail in question.
    If the company has a lawyer, get his opinion on the matter. Also, to be prepared for the next time this kind of thing happens, you might want to read up on relevant laws, and/or suggest to your employers to create a written policy about such issues.

  78. Long and short of it: by Trogre · · Score: 2

    Email is like a postcard. It's there for all who handle it to see and read.
    Don't write anything in email that you wouldn't put on a postcard.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  79. ive been there by entrails_770 · · Score: 0

    ive done it and im afraid that ethics take second place from keeping my job as ive got a wife and kids to feed.

  80. STEP 3 by Anonymous Coward · · Score: 0
    On my copy of Outlook, is

    Go to Actions (not Tools).

  81. Ethics by Anonymous Coward · · Score: 0

    Fact is...If my CEO asks me to delete an employee, I do it. That guy would be lucky to get ANY email that day, just to make sure.

  82. What about the CEO?? by Resident_Geek · · Score: 1

    Ok, I have been reading this thread. There is one thing that bothers. NO one has commented on the responsibility of the CEO. OK, now I know there are some out there laughing at me. But isn't the whole idea that the one that gets the promotion or better job is because they do the job better.

    Ok, go ahead and laugh. But the from the facts posted. The CEO wrote an e-mail that he really shouldn't have. Shouldn't he bear the responsibilty of his words. Sure, he can just walk over the IS and demand they delete. But is that really fixing the problem? As an admin for several companies over the years. I have learned that if anyone asks you to do anything out of the ordinary. You need a signed get out of jail free card. Otherwise you are left holding the bag. I agree with the person who said get the CEO to sign a request with the affected email attached. Because if you do this without a paper trail. The CEO could just as easily say you did it on your own. And you lose your job. Again, this brings up a previous point that companies will only do what they are made to do under the law. Otherwise, they will rape you.

    I have had to send lots of email in a highly stressful/charged environment. This has required some careful thought on wording. And no matter what, you ARE going to offend someone. Whether or not you meant to. Face it. Some people just want to take offence.

    So, back to the CEO. Why should his mistake be yours? I don't want to hear the simple answer because I work in IS. Admin people aren't daycare. Where is the users responsibilty? Most CEOs I have worked with are the worst users. They abuse their own policies. A system in a company works only if everyone does it. Because if you aren't going to use the system. Why have it at all? If the lowest user can't request to have the email deleted. Then the CEOs shouldn't either. I don't want to hear rank has it's privledge. That is a simplist answer.

  83. An alternate view on this ?, with another program: by Lubotsky · · Score: 1

    I imagine a parallel case in which the message in question is saved to the CEO's email client outbox, and he wishes to delete it rather than sending it. Assuming it's within your power to trim the message from the spool without violating anyone's privacy, this seems more a technical question than a moral one.

  84. Really really easy answer next time this happens by tstoneman · · Score: 1
    Guys, remember: Never say no to your boss. That's the quickest way to get fired, as shown by the several responses from other slashdotters.

    Instead, always say "Yes, sure I'll do it."

    Then, come back after 1/2 an hour and say, "Hey boss, I was just looking into it, and I have a feeling that if I try to delete that one e-mail, it's linked to an entire thread of other e-mails, and it could affect hundreds of other people.... I don't think it's possible..."

    Think of some really highly technical answer why you can't do it. Do you really think that your CEO/manager is going to know that you are bullshitting? If he is that technical, then give him the root password, let him do it himself, and change the password later on.

    But I'll bet anything that it'll be easy to just overwhelm him with technobabble that will quiet him down.

    If he brings someone else to do it, just play dumb... "Really? Are you sure about it? But what about this...." and put up a little bit of a fight as to why you don't think it's technically possible, not ethically possible, and then let the other guy do it.

    What really matters to the CEO is you intention, and what really matters to you is your action. This way, atleast to your CEO/manager it looked like you wanted to help him, but you weren't smart enough. This isn't nearly as bad as you being so arrogant as to refuse his request.

    Again, never, ever, EVER tell your manager "No".

  85. Re:frost pist!!! FAG fucking FAG alarm. sugarbitch by Anonymous Coward · · Score: 0
    Red alert. Go to red alert. Fag alarm. This fucking vidiot sexless fat poor health bad physical condition racist fat ultra left wing nationalist asshole idiot is speaking

    GO TO RED ALERT. Space and Time are grinding to a halt.

    Fucking idiot SHITSTAIN McGuspaz is speaking.

    Fat man living off of government or with parents with no sex jerking off to pedophile porn and trolling Slashdot is speaking. WOOP WOOP.

    Captain, people cant take much more of this shit. I'm giving it all shez got.

    WOOP WOOP


    The alien Guspaz, with his corpulent fat face and fronds of flash drooping over belly into cheap assed keyboard try is coming. He farted on the left nacelle!

    1. Should we fly up his ass to hide?


    NO!!!!! That will massage his prostate, GUSPAZ likes anal pleasure, we must go to warp 69!

    FAT SEXLESS GUSPAZ pursues the captain in a long brown skidmarking journey through space.

    Fat fucking pig. Fat stupid. All Your Base Are Belong To Us was meant to be funny, its not the 11th commandment you dumb motherfucker.

    FUCKING ASSHOLE ALARM.