Slashdot Mirror


Ask Slashdot: What Country Has the Best Email Privacy Laws?

An anonymous reader writes "Given all that is going on with the ability of the government to go through my email if it is on a third-party server, I was wondering: what countries have the best privacy laws and what are some good hosts to use? I would rather pay a token fee to have secure private email than have members of the government able to read it as soon as it's 180 days old if I keep it at my email provider."

236 comments

  1. Mine! I can read anyone's email by Anonymous Coward · · Score: 0, Funny

    My country has the best laws.... I can read anyone's email and not get prosecuted.
    if that's not the definition of "the best", I don't know what is.

  2. Most secure country: by ngc5194 · · Score: 2

    My-own-email-server-istan.

    1. Re:Most secure country: by countertrolling · · Score: 1

      All communications must go through the country of ISPistan. There it is processed, and all data is sold to the highest bidder.

      --
      For justice, we must go to Don Corleone
    2. Re:Most secure country: by hedwards · · Score: 1

      That was my thought. The only important thing is that stored emails tend to hang around longer, meaning that there's more time to decide whether or not to trap the information. Not to mention a better guarantee that you'll encounter the email you're after.

    3. Re:Most secure country: by xaxa · · Score: 1

      All communications must go through the country of ISPistan. There it is processed, and all data is sold to the highest bidder.

      And most emails will be stored by whoever you communicate with.

      If this is important don't use email; use something else.

    4. Re:Most secure country: by Jane+Q.+Public · · Score: 1

      And if it's snail mail it will go in somebody's drawer. And if it's a text message it will stay on somebody's phone for 37 years.

      Get serious. If it's REALLY important, then nothing is safe but whispering in somebody's ear, next to a busy, noisy street.

      Or holding a small note up directly in front of their face, which you retain and later destroy.

    5. Re:Most secure country: by davester666 · · Score: 1

      You forgot to mention that immediately after you disclose this secret, private information to the other person, you need to kill them to prevent them from telling anyone else. And then kill yourself to make sure you won't talk when you are waterboarded^h^h^h^h^h^h^h^h^h^h^h^hquestioned.

      --
      Sleep your way to a whiter smile...date a dentist!
  3. privacy laws won't fix a broken privacy model by Junior+J.+Junior+III · · Score: 5, Insightful

    Email is inherently insecure, since it is transmitted in clear text and stored in multiple hops between destination and recipient, where its contents may be intercepted, altered, copied, stored, etc.. If you're relying on the law to keep your email private, you've already lost. Use digital signatures for authenticity and integrity, and strong encryption for confidentiality. At that point, you really don't need the law's help to keep your emails private.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
    1. Re:privacy laws won't fix a broken privacy model by Junior+J.+Junior+III · · Score: 3, Informative

      I mean, do you even know what countries your emails might route through between sending and arriving at their destination? If you're going to go to a server in a different country to gain the benefit of their better privacy laws, you're likely going to need to transfer data over networks that geographically reside in other countries too. And your end points probably are still somewhere within your own country. What are the laws like there?

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    2. Re:privacy laws won't fix a broken privacy model by obarthelemy · · Score: 2

      you do still need laws to litigate if an angry ex, an employer ... find a way (keyloggers...) to get your keys.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    3. Re:privacy laws won't fix a broken privacy model by klapaucjusz · · Score: 3, Insightful

      Email is inherently insecure, since it is transmitted in clear text

      Most mail nowadays is transmitted over SSL. Yes, that's still vulnerable to MITM-ing, but it's no longer a simple matter of passive snooping.

      If you're relying on the law to keep your email private, you've already lost.

      Please. Strong privacy laws won't prevent ISPs from occasionally snooping on their users, granted. With no privacy laws, howver, expect your ISP to routinely spy on you, and sell the data to advertising companies.

      -- jch

    4. Re:privacy laws won't fix a broken privacy model by countertrolling · · Score: 1

      "Strong" encryption will do nothing against a hardware keylogger.

      Yeah.. do you think you really know what your machine is sending? Think you can sniff out the logger's encryption?

      This question is as ludicrous as asking which god is most powerful.. It's Zeus, isn't it? Kinda funny that Greece was the 'best'.

      --
      For justice, we must go to Don Corleone
    5. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 0

      >Use digital signatures for authenticity and integrity, and strong encryption for confidentiality.

      When none of your 50 or so acquaintances and friends and coworkers know what PGP/GnuPG is, and even worse are too fucking lazy or stupid to use it, then what?

    6. Re:privacy laws won't fix a broken privacy model by hedwards · · Score: 1

      Unless I'm missing something, which I don't think I am, that only applies between you and your mail server, between mail servers there is no such guarantee.

    7. Re:privacy laws won't fix a broken privacy model by klapaucjusz · · Score: 5, Informative
      STARTTLS is used between mail servers if:
      • both the sender and the receiver support the STARTTLS extension; and
      • the receiver has been configured with a certificate (even a self-signed one).

      All modern mail servers support STARTTLS, and most ISPs have configured a certificate in their MX. To see if yours has, do the following:

      $ host -t mx google.com
      google.com mail is handled by 50 alt4.aspmx.l.google.com.
      google.com mail is handled by 30 alt2.aspmx.l.google.com.
      google.com mail is handled by 40 alt3.aspmx.l.google.com.
      google.com mail is handled by 10 aspmx.l.google.com.
      google.com mail is handled by 20 alt1.aspmx.l.google.com.
      $ telnet aspmx.l.google.com smtp
      Trying...
      Connected to aspmx.l.google.com.
      Escape character is '^]'.
      220 mx.google.com ESMTP
      EHLO localhost
      250-mx.google.com at your service
      250-SIZE 35882577
      250-8BITMIME
      250-STARTTLS
      250 ENHANCEDSTATUSCODES
      QUIT /blockquote

    8. Re:privacy laws won't fix a broken privacy model by Assoupis · · Score: 1

      The model is flawed, but there are ways of having some privacy ; for example, hosting your own email on your own server, using encrypted partitions and encrypted swap over https, imaps, and if needed, pop3s, and giving emails addresses to friends and people you wanna have communication with. Having a drill press near the harddrive for when cops show up is optionnal. Basically the dead letter model will still work. I assumed this is why so many businesses have domain name email hosted on a single server.

    9. Re:privacy laws won't fix a broken privacy model by Airborne-ng · · Score: 1

      Exactly right, anyone that has dealt with SMTP and looked into header information realizes the many hops involved through relays just to get a message from one place to another...however instantaneous is may seem at times. To require each relay point to agree on a shared key...or better yet have PKI involved for encrypted data transfer is just ridiculous for overhead. my $.02

    10. Re:privacy laws won't fix a broken privacy model by Americano · · Score: 1

      Just a wild guess, but I presume that if that's the case, you end up making angry posts to slashdot about how all of your friends and coworkers are too stupid to use software which is complicated to install and complicated to use?

      If this is the way people are going to get the ability to encrypt/sign emails, then yeah, they're not going to use it.

      If this is the list of features "customers" are expected to make sense of, then yeah, they're not going to use it.

      GPG is great software, but it's not exactly trivial to set up properly & use, and it doesn't appear as if the developers make much of an effort to make it easy to set up properly and use.

    11. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 0

      Some countries make it illegal to encrypt your e-mail.

    12. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 2, Interesting

      Since requiring TLS on my laptop to server connection I have found it is very common for hotel and airport ISP's to hijack the connection and route mail through their own servers. How did I find out? They don't support TLS so the connection fails. Then if you use runtbird to start thunderbird you can find the evidence. In future I will be using runtbird anyway to check if they are hijacking the connection and supporting TLS.

      Example below from a Delta lounge in ATL:

      0[192c140]: SMTP Connecting to: mail.mycompany.com
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 220 mail.tmail.com ESMTP Xxx, xx Mar 2011 14:43:21 -0400
      0[192c140]: SMTP entering state: 14
      0[192c140]: SMTP Send: EHLO [10.241.1.242]
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 250-mail.tmail.com Hello 242.1.241.10.in-addr.arpa [10.241.1.242], pleased to meet you
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 250-ENHANCEDSTATUSCODES
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 250-PIPELINING
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 250 8BITMIME
      0[192c140]: SMTP entering state: 4
      0[192c140]: SMTP entering state: 21
      0[192c140]: SMTP Send: QUIT
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP entering state: 0
      0[192c140]: SMTP Response: 221 2.0.0 mail.tmail.com Closing connection
      0[192c140]: SMTP entering state: 11
      0[192c140]: SMTP entering state: 12

    13. Re:privacy laws won't fix a broken privacy model by syousef · · Score: 1

      Email is inherently insecure, since it is transmitted in clear text and stored in multiple hops between destination and recipient, where its contents may be intercepted, altered, copied, stored, etc.. If you're relying on the law to keep your email private, you've already lost. Use digital signatures for authenticity and integrity, and strong encryption for confidentiality. At that point, you really don't need the law's help to keep your emails private.

      How the fuck does this get modded insightful?

      Using PGP or whatever else is not going to help you if the law requires that you give up your keys or rot in prison for the rest of your life.

      If the opening poster was interested in technical ways to keep his email private I'm sure he would have asked. This is slashdot, so it's entirely possible he's already got the encryption and signature angle covered. This was not a techy question, and a techy answer is not appropriate!

      --
      These posts express my own personal views, not those of my employer
    14. Re:privacy laws won't fix a broken privacy model by icebraining · · Score: 1

      What bothers me is that not even CS teachers use it. I mean, they can program in OCaml, but they can't configure their mail client to send encrypted emails with if the recipient has a key?

    15. Re:privacy laws won't fix a broken privacy model by PhunkySchtuff · · Score: 1

      Whilst the Internet can route around damage or disruption and your packets aren't guaranteed to take the same path every time, in practice they will take a more efficient or shorter route over a longer one.

      If I'm in Australia and I'm checking my gmail which is hosted somewhere in the USA, there is an undersea fibre cable between Australia and the US. My packets aren't going to suddenly start going via Finland and Japan just because they feel like it. I can be quite well assured that my data will travel from Australia directly to the US and not enter any other foreign countries.

    16. Re:privacy laws won't fix a broken privacy model by cheater512 · · Score: 2

      Actually your packets will take a even shorter route - straight to Sydney.

      traceroute to gmail.com (66.102.11.83), 30 hops max, 60 byte packets
        1 192.168.0.1 (192.168.0.1) 0.628 ms 0.829 ms 1.026 ms
        2 * * *
        3 202.7.173.17 (202.7.173.17) 104.611 ms 104.799 ms 104.795 ms
        4 syd-sot-ken-crt1-ge-5-1-0.tpgi.com.au (202.7.162.173) 104.993 ms 105.193 ms 105.389 ms
        5 202.7.171.18 (202.7.171.18) 105.386 ms 105.583 ms 105.783 ms
        6 66.249.95.224 (66.249.95.224) 107.476 ms 72.409 ms 74.315 ms
        7 64.233.174.242 (64.233.174.242) 75.010 ms 75.208 ms 75.299 ms
        8 syd01s01-in-f83.1e100.net (66.102.11.83) 75.403 ms 76.471 ms 76.672 ms

    17. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 1

      Am I wrong in assuming the governtment's super computers within echelon cannot easily crack any e-mail that's encrypted with any commercially available encryption system? When it comes to privacy, I'm going to assume the government can capture everything, and crack anything at anytime.

    18. Re:privacy laws won't fix a broken privacy model by lazybeam · · Score: 1

      Don't most of those cables go through NZ and/or Guam? Also, if both Reach and SXC are damaged, or ISP becomes misconfigured then our packets could go through Japan (Finland is highly improbable though). Then there is the Chinese who have "accidentally on purpose (allegedly)" hijacked large parts of the Internet causing traffic to go through them.

      Internet routing is quite interesting. Recently my office got a new IP address, in the 14/8 range, a range only allocated to APNIC a few months prior. Most sites worked but some just didn't - upstream providers had old bogon filters that stopped our packets.

      --
      --
      no sig for you. come back one year.
    19. Re:privacy laws won't fix a broken privacy model by Jane+Q.+Public · · Score: 2

      But the law in the U.S. doesn't require you to give up your keys. It was ruled that was testifying against yourself. Trying to force you to give it up is a violation of the 5th Amendment.

      The only exception so far was a guy coming in to the United States, and because the computer was asleep (not off), the border search found child pornography that was normally encrypted, but the encryption engine was running. The man then turned off the computer.

      Since they ALREADY KNEW there was illegal material in the encrypted file, the court ruled that his encryption key could be demanded via subpoena.

      The upshot is that in the U.S., they can't demand your encryption keys unless they can already show that the encrypted material contains something known to be illegal.

    20. Re:privacy laws won't fix a broken privacy model by Jane+Q.+Public · · Score: 1

      That is the problem with most encryption software. It simply isn't easy to use. You have to configure it and run it via the command line (something most people won't learn how to do), or else, like TrueCrypt, set up a password, choose from among several encryption schemes (or a combination of them), and choose a hashing algorithm... most people won't bother to learn about whether they should be using Serpent or Twofish or AES, or look up what a RIPE-MD-160 is.

      And ANY good encryption scheme -- I don't care what it is -- requires you to distribute either a key or a password or both, and sometimes other information, before someone else can decrypt your data.

      And when -- as inevitably happens -- you upgrade your OS or do some other such thing, your private and public keys get overwritten, and you have to generate new ones... and any person that uses them will have to be given new keys, and any account that uses them will have to be set up, all over again.

      And while GPG is based on the old PGP, the software called PGP itself is no longer public. It was acquired by Symantec and is wholly proprietary now, though the Linux tools still use the OpenPGP standard.

    21. Re:privacy laws won't fix a broken privacy model by Cimexus · · Score: 1

      Yeah I agree that you certainly don't have any guarantees that your traffic will go direct to the US. As you say if something gets damaged it may well end up going via another country, and you have no guarantees or control what route it will take at any given moment. Looking at the major cables to the US:

      SXC / Southern Cross Cable: This has a loop topology. The southern half of the loop does go through NZ, however, the northern half goes direct from Sydney to the US (Hawaii, then onwards to California). Which side of the loop your traffic goes by is out of your direct control however.

      PPC1 / Pipe Pacific Cable: This goes from Australia to Guam (which is US territory btw). I believe there are landing points in PNG but I'm not sure if there's a breakout here where traffic can actually be rerouted/monitored.

      AJC / Aust-Japan Cable: This also goes direct from Australia to Guam (US), then onwards to Japan. Not sure about the network architecture here, but I imagine that US-bound traffic doesn't go all the way to Japan ... it'd get routed eastward at Guam across to the mainland US.

      So in summary if things are working as they should, most US-bound traffic shouldn't go through any other countries other than NZ occasionally.

    22. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 0

      (from http://tools.ietf.org/html/rfc3207 ) :

      It should be noted that SMTP is not an end-to-end mechanism. Thus,
      if an SMTP client/server pair decide to add TLS privacy, they are not
      securing the transport from the originating mail user agent to the
      recipient. Further, because delivery of a single piece of mail may
      go between more than two SMTP servers, adding TLS privacy to one pair

      of servers does not mean that the entire SMTP chain has been made
      private. Further, just because an SMTP server can authenticate an
      SMTP client, it does not mean that the mail from the SMTP client was
      authenticated by the SMTP client when the client received it.

      Both the SMTP client and server must check the result of the TLS
      negotiation to see whether an acceptable degree of authentication and
      privacy was achieved. Ignoring this step completely invalidates
      using TLS for security. The decision about whether acceptable
      authentication or privacy was achieved is made locally, is
      implementation-dependent, and is beyond the scope of this document.

      The SMTP client and server should note carefully the result of the
      TLS negotiation. If the negotiation results in no privacy, or if it
      results in privacy using algorithms or key lengths that are deemed
      not strong enough, or if the authentication is not good enough for
      either party, the client may choose to end the SMTP session with an
      immediate QUIT command, or the server may choose to not accept any
      more SMTP commands.

      A man-in-the-middle attack can be launched by deleting the "250
      STARTTLS" response from the server. This would cause the client not
      to try to start a TLS session. Another man-in-the-middle attack is
      to allow the server to announce its STARTTLS capability, but to alter
      the client's request to start TLS and the server's response. In
      order to defend against such attacks both clients and servers MUST be
      able to be configured to require successful TLS negotiation of an
      appropriate cipher suite for selected hosts before messages can be
      successfully transferred. The additional option of using TLS when
      possible SHOULD also be provided. An implementation MAY provide the
      ability to record that TLS was used in communicating with a given
      peer and generating a warning if it is not used in a later session.

      If the TLS negotiation fails or if the client receives a 454
      response, the client has to decide what to do next. There are three
      main choices: go ahead with the rest of the SMTP session, retry TLS
      at a later time, or give up and return the mail to the sender. If a
      failure or error occurs, the client can assume that the server may be
      able to negotiate TLS in the future, and should try negotiate TLS in
      a later session, until some locally-chosen timeout occurs, at which
      point, the client should return the mail to the sender. However, if
      the client and server were only using TLS for authentication, the
      client may want to proceed with the SMTP session, in case some of the

    23. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 0

      unless your cisco device uses the default smtp inspection that hammers STARTTLS out, replacing it with XXXXXXX in the default setting

    24. Re:privacy laws won't fix a broken privacy model by TapeCutter · · Score: 1

      I think you mean "they can't [be bothered to] configure their mail client to send encrypted emails". It may come as a great shock to many slashdotters but most people do not even own a tinfoil hat.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    25. Re:privacy laws won't fix a broken privacy model by Anonymous Coward · · Score: 0

      But the law in the U.S. ...

      Wait. So you're saying laws are important, over and beyond technical measures like encryption? Sounds like you've proved his point.

    26. Re:privacy laws won't fix a broken privacy model by b0bby · · Score: 1

      Yeah, when I'm traveling I always use a VPN; too many things are broken otherwise, and there's always the risk of a mitm attack too. Best to stick with a trusted VPN.

    27. Re:privacy laws won't fix a broken privacy model by tehcyder · · Score: 1

      That is the problem with most encryption software. It simply isn't easy to use.

      In addition to being entirely unnecessary for the vast majority of users who aren't living in a dictatorship, paranoid, criminal or all three..

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    28. Re:privacy laws won't fix a broken privacy model by starfishsystems · · Score: 1

      If you're intent on securing your message for confidentiality, encrypt it. To secure for integrity, sign it.

      This capability has been around since S/MIME (RFC 2630 in 1999.) It applies to content only, so headers are still exposed, and of course there is still no guarantee of delivery, but pretty much every email user today can sign and encrypt their messages if they want to. Standards for header authentication (for example RFC 4408) have not been as widely adopted.

      In short, email is an old protocol - one of the earliest, in fact - and it has several shortcomings. But it's not correct to say that "email is inherently insecure."

      --
      Parity: What to do when the weekend comes.
    29. Re:privacy laws won't fix a broken privacy model by Unequivocal · · Score: 1

      I'm pretty sure that MITM doesn't work against SSL? Once you know the public cert from your root key server (something baked into most browsers), no one can MITM your channel. Since you know the public cert of your root key server before you even reach out to them, so it's hard for someone in the middle to impersonate them, and once you've got info from your root key server, it's similarly hard to impersonate an authorized channel. At least that's my understanding. http://en.wikipedia.org/wiki/Man-in-the-middle_attack

    30. Re:privacy laws won't fix a broken privacy model by Jane+Q.+Public · · Score: 1

      "So you're saying laws are important, over and beyond technical measures like encryption? Sounds like you've proved his point."

      Not at all. I disproved his actual point, which was:

      "... is not going to help you if the law requires that you give up your keys or rot in prison for the rest of your life."

      [emphasis mine]

      Not only does the law NOT require that, it is an actionable violation of your rights if they try.

    31. Re:privacy laws won't fix a broken privacy model by Jane+Q.+Public · · Score: 1

      "In addition to being entirely unnecessary for the vast majority of users who aren't living in a dictatorship, paranoid, criminal or all three.."

      Nonsense. History clearly shows that the ability to communicate privately and anonymously is central to maintaining a free society. And it is quite obvious that in recent years, governments around the world -- including many that most people would consider "free" -- have often tried to suppress that very thing.

      Encryption is not "unnecessary"! It is essential.

    32. Re:privacy laws won't fix a broken privacy model by Jane+Q.+Public · · Score: 2

      "In addition to being entirely unnecessary for the vast majority of users who aren't living in a dictatorship, paranoid, criminal or all three.."

      And the "criminal" argument is simply bogus. In effect, it is the old argument that "if you have done nothing wrong, you have nothing to fear."

      Anybody who knows a little bit of history knows how ludicrous that concept is!

    33. Re:privacy laws won't fix a broken privacy model by duffbeer703 · · Score: 1

      From a practical point of view, an end-user won't be aware of a SSL MITM attack if you re-encrypt using a certificate issued by a trusted CA.

      Where I work, for example, we centrally decrypt all traffic and re-encrypt with an cert that we issue and put on each workstation.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  4. Does it matter? by steevven1 · · Score: 2

    Even if you host your own email server or use a server in a country with great privacy laws, every email you send or receive is stored on two servers, each with your name (email address) attached to it. Unless everyone you email has the same security policy as you, your messages are little more secure than they would be if you used any other email server.

    1. Re:Does it matter? by ThatsMyNick · · Score: 1

      Yeah, it would be easier and more effective to use PKI and make sure you never lose your private key.

    2. Re:Does it matter? by fuzzyfuzzyfungus · · Score: 1

      Be sure to avoid living in Britain, in that case.

    3. Re:Does it matter? by Noughmad · · Score: 1

      No, you can still live there, just make sure you NEVER lose your private key.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    4. Re:Does it matter? by SkunkPussy · · Score: 1

      no, because they can oblige you to reveal your private key under threat of imprisonment.

      --
      SURELY NOT!!!!!
  5. Re:India? by Anonymous Coward · · Score: 0

    Haven't clicked the link but I'm positive it's Goatse.

  6. Re:India? by Anonymous Coward · · Score: 0

    I clicked and its worse than a Goatse! (Or may be I got conditioned to Goatse after these years)

  7. Storing email? by krelvin · · Score: 3, Insightful

    If this is really worried about this...Why are you storing any email on a 3rd party server? As new email arrives, save it to your local computer, removing it from the inbox. No email is then left to become 180 days old. Nothing to worry about. Actually that is not true since you most likely will be worrying about something else then too, but...

    1. Re:Storing email? by fuzzyfuzzyfungus · · Score: 1

      This would appear to be operating on the optimistic assumption that hitting "delete" has any effect other than making the message invisible. If you are lucky, cheapness and/or laziness on the part of the operator will mean that they purge and/or just lose everything they can get away with as fast as possible. If, on the other hand, they are doing some sort of data mining for commercial purposes, or complying with some sort of retention request, game over, man.

    2. Re:Storing email? by Jane+Q.+Public · · Score: 1

      It also assumes that you use POP3, not IMAP, or at least have fine control over your IMAP settings. Because by default, IMAP keeps copies of your emails on the server, not your local machine.

      IMAP is great for people who want to access the same email accounts from several machines and see the same thing on all of them. From a security standpoint, it has it's head so far up its ass it will never see daylight.

    3. Re:Storing email? by Jane+Q.+Public · · Score: 1

      I was having trouble with my email account on my hosted server, and I called tech support. I told the guy what the problem was. He said "Why do you want to use POP3? Use IMAP. POP3 is soooo 2003..."

      I just smiled and told him to get my POP3 working again.

  8. What Country Has the Best Snail-Mail Privacy Laws? by lobiusmoop · · Score: 4, Insightful

    Given I can't be bothered to take the most basic steps to gain a little privacy for my letters, like using envelopes, writing everything on postcards that let everybody in the postal industry in contact with my mail read it, what are the best couriers for me to send my letters with?

    Honestly, I think some articles are just deliberate trolls for the computer-security folks on Slashdot.

    --
    "I bless every day that I continue to live, for every day is pure profit."
  9. Re:India? by Anonymous Coward · · Score: 0

    All the accounts above 203XXXX are spam/troll/sockpuppet accounts. Slashdot registration has been compromised... We need better filtering to tune them out.

  10. Best email security laws? by Locke2005 · · Score: 1

    That's easy: Sealand!

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
    1. Re:Best email security laws? by houstonbofh · · Score: 3, Interesting

      Havenco closed in 2008. No sealand hosting now.

  11. Any Country in which cryptography is legal will do by Anonymous Coward · · Score: 0

    Use procmail and gnupg to encrypt each unencrypted message you receive. Or, even simpler, use pop3 to receive your mails, i.e. do not keep the mails on the server.

    I would not solely rely on any privacy laws. Anticipatory obedience on the ISP side might kick in as soon as anyone asks for your mails, with or without any legitimacy..

  12. Re:India? by Aldenissin · · Score: 1

    Not Goatse, but still disgusting and off topic... I am just trying to figure out why someone takes time out of their day to repeatedly spam Goatse to Slashdot. Is this a bet or something? Either way, perhaps you should consider that while virtually no one is "normal", you should get checked out for your obsessive compulsive tendencies...

    --
    Like a city whose walls are broken down is a man who lacks self-control.
  13. Re:Privacy laws by Locke2005 · · Score: 1

    When I told my daughter that glitter comes from unicorn poop, I thought I was being original and making that up. (I try to keep her as misinformed as possible.) Now you come along and point out this is not an original idea! By the way, she insists the color of the glitter matches the color of the unicorn, so only gold unicorns would poop gold glitter.

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  14. Re:What Country Has the Best Snail-Mail Privacy La by sandytaru · · Score: 2

    Redact everything yourself. Problem solved. Stick it to those government snoops!

    --
    Occasionally living proof of the Ballmer peak.
  15. Re:Privacy laws by countertrolling · · Score: 2, Insightful

    (Score:-1)

    This is what I get for pointing out that our 'anonymous' submitter here is a company troll grasping for page hits.

    So one more time for posterity, privacy on the internet, and any expectation thereof is pure mental masturbation.

    This site is being compromised by too many sockpuppets and zombies. It used to be fun when was a small group of friends, but not any more. Maybe it's best to just stay away from the front page.

    --
    For justice, we must go to Don Corleone
  16. Re:RETARDED by Anonymous Coward · · Score: 0

    I'm not sure "retarded" is a necessary epithet. The question is easily interpreted as legally private, as opposed to "secure". And this is a good question. For instance, in many European countries, there is a right to privacy, as opposed to the United States, where no such enshrined right exists.

  17. nowhere really by t2t10 · · Score: 2

    Many European nations nominally have better privacy laws, but they have lots of exceptions for national security, police enforcement, and privacy law enforcement, as well as other loopholes.

    But you're likely also no better off storing it on your local disk; for your government or your ISP, accessing data on your disk is likely no more complicated than pushing a button.

    If you want your E-mail to be private, encrypt it, whether it's on a local disk or a server, and even then, there's a good chance others can intercept the key and read it anyway.

    1. Re:nowhere really by farnsworth · · Score: 1

      If you want your E-mail to be private, encrypt it [...], and even then, there's a good chance others can intercept the key and read it anyway.

      Would you care to expand on that? I was under the impression that both smime and key-pair encryption are pretty solid.

      --

      There aint no pancake so thin it doesn't have two sides.

    2. Re:nowhere really by Anonymous Coward · · Score: 0

      "Nominally"? Come on, law will always gain access to your communications, after all, there have been laws set up to ensure those in "authority" can gain access to it since the 80s, or they can assume worst case.

      But in the real world of business, the EU has extremely touch data privacy laws. If you fall foul of these, you can lose your business. I was working on one pan-Euro project for a very large global company (US based), Belgium made one tiny error is customer data handling, there was no leak, no stolen data, the data didn't escape, but as a result, the entire country had to be removed from the project for 18 months. Had the data been in the wild I could understand serious bottom-kicking, but something that amounted to "oops, good call, thanks, fixed" was hit with the worst penalty. Had the project been a core part of the business within the country, the company would have shut up shop.

      I'm sure China is even worse ;-)

    3. Re:nowhere really by oliverthered · · Score: 1

      IP addresses (say via VPN) and email addresses could do to be secret too.

      --
      thank God the internet isn't a human right.
    4. Re:nowhere really by angel'o'sphere · · Score: 1

      Many European nations nominally have better privacy laws, but they have lots of exceptions for national security, police enforcement, and privacy law enforcement, as well as other loopholes.

      Which loopholes do you mean?
      A search warrant issued by a judge according to evidence presented by the prosecutor is not a loop hole in my eyes. I'm not aware about other "loop holes".
      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    5. Re:nowhere really by t2t10 · · Score: 1

      The loopholes where governments can access and share your data if it is "in the public interest". No, they don't need a warrant for that, and they can do just about anything based on that. Here is one of the places where that exception is listed http://bundesrecht.juris.de/bdsg_1990/__4c.html There are other holes in the law.

    6. Re:nowhere really by t2t10 · · Score: 1

      Governments, software vendors, and/or ISPs can easily install key loggers and backdoors on your machine through the usual software update mechanisms. Once they have that, they can get your keys no matter what system you use.

    7. Re:nowhere really by angel'o'sphere · · Score: 1

      Erm,
      you copied pasted the wrong law/paragraph.

      This is not about allowing anyone to read your emails, but about your personal data.
      As you copied a german paragraph I repeat: in germany EMails can not be read without a judge giving a warrant first.
      For emails exactly the same rules apply as for written letters on paper.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    8. Re:nowhere really by Anonymous Coward · · Score: 0

      Or just this: http://xkcd.com/538/

    9. Re:nowhere really by Anonymous Coward · · Score: 0

      But you're likely also no better off storing it on your local disk; for your government or your ISP, accessing data on your disk is likely no more complicated than pushing a button.

      Huh?

    10. Re:nowhere really by t2t10 · · Score: 1

      No, I didn't "paste the wrong law". That is one of the relevant laws. Similar exceptions exist in other laws:

      http://dejure.org/gesetze/GG/10.html

      http://bundesrecht.juris.de/g10_2001/BJNR125410001.html#BJNR125410001BJNG000300000

      Note that exceptions can be justified under "Volksverhetzung", which is such a vague concept that a lot of politically unpopular speech might fall under these exceptions.

      If you want to claim that "in germany EMails can not be read without a judge giving a warrant first", you have to justify that statement based on law, and ... good luck trying.

    11. Re:nowhere really by angel'o'sphere · · Score: 1

      As you are obviously german and can read the law, you missed the fact that you posted "Das Bundesdatenschutzgesetz" which has nothing to do with "Fernmeldegeheimnis".

      The latter one is an extension to the constitution, "Verfassung" which explicitly states that you need a warrant from a judge.

      I don't get where you have your missinformation from.

      The stuff you linked in this last post again has not much to do with "protection of telecommunication" but is referring to an intelligence agency. And the paragraph starts with: "On *request* by the BND a restriction (or wire tap) can be *ORDERED* ....."

      Guess who is ORDERING this? A judge! And do you really think he does that without any evidence shown by the requestor?

      Sorry ... if you believe in conspiracy theories, why not. However the law is pretty clear on what is allowed and what not, and there is no "loop hole" for email that is not also existing for ordinary mail.

      Also I disagree Note that exceptions can be justified under "Volksverhetzung", that this a vague concept. It is pretty well defined.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    12. Re:nowhere really by t2t10 · · Score: 1

      No, I'm not German, I just follow German politics and law.

      As for the laws, both are relevant, since communications privacy requires both laws, both laws have exceptions, and both kinds of laws apply to ISPs.

      You are picking out bits and pieces of the law and draw conclusions from them, but that's not how it works. In fact, the most relevant parts are Â2 and Â3. Â2 says that executive branches can order telecom providers to give them information; there is no mention of the need for a judge's order. The "order" refers to the communication from the executive branch to the telecom provider. The only penalties the law seems to contain is for refusal of telecom providers to comply or should they disclose such an order.

      Â5 doesn't limit the permissions of earlier paragraphs, it just gives some specific rules for international communications. And there are loopholes, such as Â6, where the intelligence agency itself certifies that it needs the data it is collecting.

      As for "Volksverhetzung", it is extremely vague. If you read that carefully, you can be thrown into prison for attacking the "dignity" of any group of people; making fun of rich people or "Piss Christ" could land you in jail under German law. This kind of law is an anathema to a free and democratic society.

    13. Re:nowhere really by angel'o'sphere · · Score: 1

      Well,

      no offense, but all your conclusions are not correct.

      You are interpreting the laws you are citing wrong.

      In fact, the most relevant parts are Ã2 and Ã3. Ã2 says that executive branches can order telecom providers to give them information;

      Personal information!!! not EMAILS. Under certain situations, if you can make a strong claim, you can get e.g. connection data, web pages that got accessed etc. But not the actual data you transfered via the wire, that means: no, not a copy of the photos / movies you downloaded, not a copy of he emails you downloaded. Only the mere fact that you connected from this IP to that IP and accessed a given URL or file.

      As for "Volksverhetzung", it is extremely vague ...

      It is not, and I don't get what your problem with it is.

      Yes, you can be put in prison if you attack the dignity of any group of people. And we believe this is rightful so. You fail to understand that you only can get put into prison after a court trial. Its not like that a cop just throws you into jail ...

      While we have an explizit paragraph/law about "Volksverhetzung" most other countries apply their less explizit laws e.g. regarding libel in the exact same way.

      Your examples of "making fun" and "Piss Christ(ians)" both would not hold btw. Making fun can't be Volksverhetzung (except you think it is funny and the rest of the world finds it rather insulting). Volksverhetzung is if you call for man slaughter or any other violence and not by mere making fun. Also you need to do that in a given context, no one would be able to able to put you into jail for "Volksverhetzung" if a obviously Muslim has bummed into you on the sidewalk and you shout: "gay moslims". After all this is a one time shout and no continued action. However that gay can accuse you of insult and ask for compensation.

      If your german is good enough to find and link paragraphs from various law sources, why don't you google "verurteilung volksverhetzung" and read up a few of the cases of the last years?

      This kind of law is an anathema to a free and democratic society.

      You forget that this law is made by a democratic established parliament. They could as well remove the law or change it ... there is nothing "undemocratic" with this law.

      Best Regards

      angel'o'sphere

      P.S. if you are interested how law works you need to get some skilled teaching, just reading paragraphs won't help much. Lots of words used in law texts have a very special well defined meaning. E.g. *ordered* is by a judge and not by a *executive*. *Executive* is the police or the ministry of justice. They usually can not order anything. There are only very limited exceptions where a Minister of Justice may give an *order*.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    14. Re:nowhere really by Anonymous Coward · · Score: 0

      Are you sure about this?? can you explains me how can an ISP or Gov "easy install" a key logger or backdoor, like you say, if my laptop or PC/home is minimal protected??

      I

    15. Re:nowhere really by AmiMoJo · · Score: 1

      Encrypting email only obscures the message, not the headers which contain things like sender and recipient's addresses, IP addresses, timestamps, mail client and so on.

      Unless you are a major target for the secret services chances are any snooping by the government or police will be based on requesting logs from your ISP or email provider. If you use a secure mail server in a foreign country you might be able to prevent that working, although keep in mind that if the person receiving the email doesn't take similar measures it won't help.

      tl;dr - email isn't secure, find some other way to communicate.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    16. Re:nowhere really by t2t10 · · Score: 1

      You are interpreting the laws you are citing wrong. In fact, the most relevant parts are Ãf2 and Ãf3. Ãf2 says that executive branches can order telecom providers to give them information; Personal information!!! not EMAILS. Under certain situations, if you can make a strong claim, you can get e.g. connection data, web pages that got accessed etc. But not the actual data you transfered via the wire, that means: no, not a copy of the photos / movies you downloaded, not a copy of he emails you downloaded. Only the mere fact that you connected from this IP to that IP and accessed a given URL or file.

      I am neither interpreting it wrong nor citing it wrong. RTFL! It defines exceptions to the privacy of letter and phone conversations:

      http://bundesrecht.juris.de/g10_2001/BJNR125410001.html

      Yes, you can be put in prison if you attack the dignity of any group of people. And we believe this is rightful so. You fail to understand that you only can get put into prison after a court trial. Its not like that a cop just throws you into jail ...

      No, I understand perfectly that it requires a trial: a bunch of German judges sit there arguing about whether someone's "dignity" was attacked. It is creepy and totalitarian. "Dignity" should not be protected by law because it is far too easy to abuse such a vague concept.

      While we have an explizit paragraph/law about "Volksverhetzung" most other countries apply their less explizit laws e.g. regarding libel in the exact same way.

      Libel laws are civil laws, and truth is generally an absolute defense. "Volksverhetzung" is a criminal law, and truth is not a defense.

      Germany has some of the strongest restrictions on free speech among any western nation.

      Your examples of "making fun" and "Piss Christ(ians)" both would not hold btw.

      Printing the Koran on toilet paper has gotten people convicted.

      You forget that this law is made by a democratic established parliament. They could as well remove the law or change it ... there is nothing "undemocratic" with this law.

      The ErmÃchtigungsgesetz was made by a "democratic established parliament"; does that make it or Hitler's reign of terror "democratic"? Democracy does not mean tyranny of the majority, and not everything the majority decides is democratic.

      P.S. if you are interested how law works you need to get some skilled teaching, just reading paragraphs won't help much.

      What makes you think I haven't? But if my interpretation is wrong, then stop bullshitting and point out specifically where it is wrong, with sources and references. It's the law, it's not rocket science.

      Furthermore, if you want to claim that E-mail is protected no matter what, show the laws that guarantee this, show that these laws are enforceable, and that there are no exceptions to these laws.

      In actual fact, you have not the slightest idea what's going on. You assume that things are safe, sane, and democratic because that's what you think your country ought to be like. You concoct stories to try and justify that view. And you think that law and government best be left to the experts.

      It's scary that someone living in Germany has such attitudes towards government and the law. Have you learned nothing from your history?

    17. Re:nowhere really by angel'o'sphere · · Score: 1

      Sorry, I don't get why you are angry.

      First of all, the original question was about protection of email.

      I pointed out: there is no difference between email and paper mail. You claimed other wise and citited laws that don't even apply to the topic (Bundesdatenschutzgesetz).

      Then you extended that topic to the issue between free speech and Volksverhetzung.

      And you fail to understand: this is a matter how you construct your "law set".

      In other countries the very highest law might be free speech and the second highest one might be the dignity of a person or a group.

      Just because one society decides that the dignity of a human being is HIGHER does not make this fail.

      It is completely arbitrary in which order you define your law system.

      In our point of view, and should be completely obvious what the reason is, the dignity of a human being is valued higher than assaults on it ... assaults on it are not free speech. Everything else is however. So claiming we have no free speech is utter nonsense.

      Back to the original topic, I said: for electronic post (email) the exact same laws apply as for paper post.

      And you said: no! Then you citated/linked the Bundesdatenschutzgesetz, which has absolutely nothing to do with email or paper mail confiscation/ear dropping.

      So, if you want to point out that for email are exceptions then point them out, I can not find any in the laws you linked.

      It's scary that someone living in Germany has such attitudes towards government and the law. Have you learned nothing from your history?

      That is an insult taken to the cubic. Exactly the history is the reason we have paragraphs like Volksverhetzung .... meanwhile I question your intelligence a little bit.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    18. Re:nowhere really by angel'o'sphere · · Score: 1

      Printing the Koran on toilet paper has gotten people convicted.

      In germany? Are you sure?

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    19. Re:nowhere really by angel'o'sphere · · Score: 1

      I read up on this "Printing the Koran on toilet paper" thing.

      Perhaps you should as well?

      That guy was not convicted for printing the word Koran on it but for sending paper rolls to muslim churches and other muslim organizations.

      Do you know any country in the world where he would not have been convicted for libel ?

      And furthermore, why do you think he should be allowed to insult other people for free?

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    20. Re:nowhere really by t2t10 · · Score: 1

      Do you know any country in the world where he would not have been convicted for libel?

      He wasn't convicted of libel; libel is a civil matter. He was convicted of offending religious sentiment, a criminal matter in Germany.

      Yes, in the US you can offend religious sentiment all you want, and that has worked pretty well. There is almost no criminal speech in the US.

      And furthermore, why do you think he should be allowed to insult other people for free?

      Because free speech is meaningless if all you can ever say is things that don't offend people.

      Look at Martin Luther: do you think his statements didn't offend people? I mean, he called the Pope the "anti-Christ". And the same is true for pretty much any speech that has brought about positive change.

      Islam and Christianity both are making strong claims about morality and truth. Of course, one should be able to say "these religions are immoral, fraudulent, and I do not respect them at all"; and one should be able to say that not just in words but also symbolically (although personally, I would not choose scatological symbols).

    21. Re:nowhere really by t2t10 · · Score: 1

      Back to the original topic, I said: for electronic post (email) the exact same laws apply as for paper post. And you said: no! Then you citated/linked the Bundesdatenschutzgesetz, which has absolutely nothing to do with email or paper mail confiscation/ear dropping.

      I didn't disagree with the "exactly the same laws" statement, I disagreed that a judge's order was always needed. Fact is (go back in the thread, I pointed you at the law--the OTHER law) that the German government, like the US government, has a range of legal means by which it can access your server-stored E-mail, even without a court order.

      Sorry, I don't get why you are angry. ... That is an insult taken to the cubic.

      I'm not "angry", you just keep making unsupported statements and keep confusing things, while accusing me of not knowing what I'm talking about. Read up on the difference between civil and criminal law; you keep confusing the two. Read up on free speech rights in the US vs Germany; you seem to think that they are more similar than they are.

      Exactly the history is the reason we have paragraphs like Volksverhetzung .... meanwhile I question your intelligence a little bit.

      No, that is factually false as well. The law against "Volksverhetzung" existed in the pre-Nazi era as an anti-communist law; it was modified post-WWII for a different purpose. The problem with laws like it is that they are abused by regimes in order to stifle opposition (in fact, I believe that "Volksverhetzung" was a popular charge brought by the Nazi regime against its opponents).

      And you fail to understand: this is a matter how you construct your "law set". ... It is completely arbitrary in which order you define your law system

      First of all, some sets of laws work, other don't. Germany's first two attempts at democracy failed miserably and Germany's current laws are derived from those; therefore, it is reasonable to ask why we should trust Germany's laws anymore now than in the 1920's. Germany may still only be a depression and a charismatic leader away from another totalitarian state.

      Second, terms like "free speech" and "democracy" have objective meanings and you can't just redefine them arbitrarily. It is an objective fact that Germany restricts free speech more than most Western nations. You might argue that these restrictions are good, but then a valid question is: where is the empirical evidence? Religious discrimination, tolerance, and integration seem worse to me in Germany than in the US, so what is Par. 130 actually achieving?

    22. Re:nowhere really by angel'o'sphere · · Score: 1

      I disagree.

      And so does my society. So deal with it.

      It is not about an "offending statement" in itself. It is about aiming your verbal attacks against someone in an offending or defaming way.

      In USA now a "priest" is burning Koran books ... you find that right?

      Sorry ... there are different moral believes. I find it outrageous that he is allowed to do that. There already died people because of it.

      Of course, one should be able to say "these religions are immoral, fraudulent, and I do not respect them at all"

      You are able to say that. No one prevents you on it. It seems you lack the insight where the border is?

      The border is when you either directly attack people and organizations (by sending them toilet paper with "koran" printed on") or by public shouting: "burn all moslems."

      I simply don't get why so many - especially americans - don't understand this simple concept. Your own moral feelings should be able to tell you when cross the border. Why don't you understand that free speech is aas free here as in USA? With *only one very very very small* exception. WTF ... you behave as if we would live in a dictatorship.

      If you read up here http://en.wikipedia.org/wiki/Freedom_of_speech you see that *many* countries limit free speech and disallow hate speech.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    23. Re:nowhere really by angel'o'sphere · · Score: 1

      Oki, Then I misunderstood your first posting where you linked the Bundesdatenschutzgesetz.

      Nevertheless you are wrong regarding your assumption that this law would give third parties access to emails. It does not. It gives access to "private data". The Bundesdatenschutzgesetz is about a company having a contract with a person. Gathering during normal business activities data about that person. E.g. when and wehre a credit card was used, or when internet connection to a certain IP was established.
      THAT data may be accessed more easy under some exceptions as you pointed out.
      If you want to draw that a little bit wider then *perhaps* an email I once have sent to that company might fall under it as well. But is strictly spoken not the case. In other words, to access my emails on gmail or to access my emails on an imap server "the police" needs a search warrant issued by a judge.

      The law against "Volksverhetzung" existed in the pre-Nazi era as an anti-communist law

      I'm not aware of this.
      If you read the Volksverhetzungs Paragraph you see it only restricts very few things. So communist parties or any other party is only affected if they plan to kill other people.

      Germany may still only be a depression and a charismatic leader away from another totalitarian state.

      And what would removing the Volksverhetzung law change on this? (and is the USA e.g. farer away from a totalitarian state?)

      Second, terms like "free speech" and "democracy" have objective meanings and you can't just redefine them arbitrarily.

      Of course you can do that. That is what every nation does. The german democracy is in no way comparable to the french, the american or the british. Strictly speaking all three are not even democracies but claim to be it ;D they are just variations of republics. More democratic e.g. is Switzerland.

      You might argue that these restrictions are good, but then a valid question is: where is the empirical evidence?

      For laws you usually don't have empirical evidence. E.g. in many states of the USA the death penalty is given for murder. Nevertheless the murder rate is very often much higher in that states than in others. The same is true for drug usage all over the world. Since ~1970 most "drugs" are more or less illegal all over the world, nevertheless the usage increased 10 fold since that time.
      To find empiric evidence you would need to have an other example to compare with. the only other example we have is the pre Nazi period where the Nazies could do hate speeches everywhere. Now they can't. So far it worked good.

      so what is Par. 130 actually achieving?

      Par. 130 is achieving that a new Hitler running around in Munich trying to get followers to burn Jews or Muslims or just random foreigners gets in jail before he can cause harm.

      That worked pretty well the last 70 years ...

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    24. Re:nowhere really by t2t10 · · Score: 1

      And what would removing the Volksverhetzung law change on this?

      No, it wouldn't. The law is really just a symptom of deep-seated cultural and social problems. The same attitudes that allowed democracy in Germany to fail in the 1848 and 1933 still exist. When Germans start thinking like citizens in a democracy, they will repeal such laws.

      Par. 130 is achieving that a new Hitler running around in Munich trying to get followers to burn Jews or Muslims or just random foreigners gets in jail before he can cause harm. ...

      Germany has been governed by theocracies, monarchies, fascists, military dictators, and communists. You can't fix these repeated failures of democracy with a law banning the Nazis; the problem goes much deeper than that. Germany isn't going to repeat the Nazis; its next totalitarian government is going to be something different again.

      That worked pretty well the last 70 years

      For 50 years, half of Germany was a communist dictatorship, the other had its officials approved by the US secret service, and there are still tens of thousands of US troops on German soil. Germany is far from having achieved peace on its own, and it is far from having proven that it can stand on its own two feet.

      And it isn't working. Germany is quite xenophobic and intolerant in my experience. You can also see that from statistics on immigration and integration.

    25. Re:nowhere really by t2t10 · · Score: 1

      I simply don't get why so many - especially americans - don't understand this simple concept. Your own moral feelings should be able to tell you when cross the border.

      Because Americans have arrived at their current understanding of free speech after centuries of political debate and legal cases. The boundary between what's legal and what's not is documented in hundreds of court cases, many of which are taught in high school and college.

      In contrast, you just say "this is our view, and it's as valid as yours". And when we look at the history of these laws in Germany, we find that instead of promoting democracy, these kinds of laws have historically been used to stifle democratic opposition.

      Why don't you understand that free speech is aas free here as in USA? With *only one very very very small* exception. WTF ... you behave as if we would live in a dictatorship.

      I said no such thing. Of course, Germany is still a democracy. But it has significant restrictions on free speech and freedom of religion.

    26. Re:nowhere really by angel'o'sphere · · Score: 1

      The boundary between what's legal and what's not is documented in hundreds of court cases,

      Germany does not have court law, at least not in the extent you have in the USA.

      And when we look at the history of these laws in Germany, we find that instead of promoting democracy, these kinds of laws have historically been used to stifle democratic opposition.

      I fail to see how this applies to this law. After all it can not restrict you in any way in your democratic rights, creating parties, demonstrating on the streets or whatever.

      But it has significant restrictions on free speech and freedom of religion.

      I fail to understand why that "minimal" limitations is considered "significant" by you. Also I don't understand in what respect germany is restricting freedom of religion, I never have heard about such a thing.

      From your other post:

      For 50 years, half of Germany was a communist dictatorship,

      Obviously because that part was conquered by russia ... or what do you think?

      the other had its officials approved by the US
      secret service,

      So are the laws you don't like. It is not that we where able to write our own law books during 1945 to 1955 without "asking the occupying powers" first.

      and there are still tens of thousands of US troops on German soil. Germany is far from having achieved peace on its own, and it is far from having proven that it can stand on its own two feet.

      That is a NATO thing, or not? You know, the USA have bases all over europe. Historically ofc in west germany because they conquered a part, however since the 1950s because we are all allied together in the NATO organization.

      You can't fix these repeated failures of democracy with a law banning the Nazis; the problem goes much deeper than that. Germany isn't going to repeat the Nazis; its next totalitarian government is going to be something different again.

      Again: what should not having such a law, change on this? Sorry, if your perception is that germans are still barbarians, I can't help that. You might have your reasons. *I* find it a very valuable law.
      Consider this: if one is burning korans in front of a muslim church, then *we* can prosecute him. In the USA you likely can't. For me that is a GOOD thing.

      Note: as long as no one gets directly attacked, that means a person or an organization, there is no one harmed, so no one can bring a charge against him. In our example above: as we have a law against it the state can accuse him, that is imho a good thing.

      Keep in mind: the USA is since years debating whether burning the flag or whether burning foreign flags should be punished. In Denmark e.g. it is punished - own flag and foreign flags.

      According to your speech I would assume you are against punishment/laws in this case. I'm fully in favour of such a law. I find it completely disrespectful to burn other nations flags as a "statement", the same for their religious books or symbols etc.

      Anyway, you find it "undemocratic" to have a law like we have, I find it "unhuman" that this prick in the USA that is burning muslim books gets away unpunished. That guy should have no place amongst mankind on this planet. Warmongers like him we don't really need.

      So: looking at this dispute I would argue, that we find that better that we know from childhood and with which we are grown up. I doubt it is possible to find an objective point of view which tells us: this or that is better.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    27. Re:nowhere really by t2t10 · · Score: 1

      I fail to see how this applies to this law. After all it can not restrict you in any way in your democratic rights, creating parties, demonstrating on the streets or whatever. ... I fail to understand why that "minimal" limitations is considered "significant" by you. ... Also I don't understand in what respect germany is restricting freedom of religion, I never have heard about such a thing.

      Yes, you "fail to see the problem" and you "don't understand". That's the problem: you just view US and German laws on privacy, communications secrecy, free speech and freedom of religion as different opinions and choices, apparently without any clear understanding of the history, philosophy, and legal traditions behind them.

      Contrary to what you seem to think, these are not settled issues. There have been a number of important legal cases in Germany regarding all these questions in recent years, as well as some EU cases. You weren't familiar with any of them, and when I mentioned some of them, you merely got defensive saying that that was as it should be. Apparently, you're just in total agreement with what politicians and courts in Germany are doing, even though you don't actually even keep track of it, and that's just creepy to me.

    28. Re:nowhere really by t2t10 · · Score: 1

      Keep in mind: the USA is since years debating whether burning the flag or whether burning foreign flags should be punished. In Denmark e.g. it is punished - own flag and foreign flags.

      Yes, the US has been debating this, and Germany is not debating these things: that is the problem. You ask Americans about flag burning or Quran burning and whether it should be legal and you get lots of different answers, both agreeing and disagreeing with the law. You ask Germans about it, and one usually gets your kind of answer: that Germans are overwhelmingly in favor of the way their laws are, that they are good laws, and that there is really no point to debating them. It's the same for death penalty, privacy, religious freedoms, etc. And when you ask Germans to talk about relevant history, legal foundations, or court cases, they draw a blank.

      Germany had the same attitudes when it was a monarchy, a military dictatorship, a fascist state, and a communist state. Germans always believed they had things figured out perfectly, if only the rest of the world would see it! Geibel put this arrogance in words, and it was used by both monarchists and Nazis for propaganda purposes:

      Macht und Freiheit, Recht und Sitte,
      Klarer Geist und scharfer Hieb,
      Zuegeln dann aus starker Mitte
      Jeder Selbstsucht wilden Trieb,
      Und es mag am deutschen Wesen
      Einmal noch die Welt genesen.

      That's still the attitude that Germans have today.

      Sorry, if your perception is that germans are still barbarians, I can't help that.

      Not at all. My perception is that Germans value unity and social conformity to a dangerous degree.

    29. Re:nowhere really by angel'o'sphere · · Score: 1

      Yes, you "fail to see the problem" and you "don't understand".

      Then let me word it different: I expected you to EXPLAIN me why you believe that germany is restricting religious freedom.
      Sorry, it is granted in the constitution and there is no law that puts any restrictions on religion that I'm aware of, but you claimed otherwise.

      That's the problem: you just view US and German laws on privacy, communications secrecy, free speech and freedom of religion as different opinions and choices, apparently without any clear understanding of the history, philosophy, and legal traditions behind them.

      I disagree. However I have no law education.
      Of course I have learned in school the differences and the evolutions of the various nations their constitutions and their laws. I don't understand what your point is ... except that I lack the wording to explain differences in english.

      Let me sai it simple: the USA in its foundation was founded 1776 ... while you had a nice constitution, you had slavery in various forms and apartheid up till 1950. They had bought elections all times and everywhere, last time the Bush one (at last oen where it was obvious), there lots of movies, albeit entertaining movies and not historical correct of such events. Over the USA had roughly 250 years to evolve into the nation it is right now.

      On the other hand there is germany which did not exist until roughly 1840 as a "united state".

      The first attempts after foundation of the german state, and establishing a democracy failed more or less (collapsing in the big two wars).

      Now in present the USA want to establish their doctrine of way of life all over the world. See below ... the next quote.

      I'm perhaps not very interested in "Volkesverhetzungs" Paragraphs as we have on my list a few hundred things that are far far far more important, and this are all world wide issues. Who the F*ck cares if a backyard germany somewhere in the center of europe has a few stupid left over laws when in fact the world around is is collapsing?

      Contrary to what you seem to think, these are not settled issues. There have been a number of important legal cases in Germany regarding all these questions in recent years, as well as some EU cases.

      Important for whom? People who study law?

      Apparently, you're just in total agreement with what politicians and courts in Germany are doing, ...

      Nope I'm absolutely not in any agreement of any politician in germany.
      But as you surely know in the fucked up way how voting, parliaments and politics works in germany we can't do anything to get influence on what we really want. What do you think why Stuttgart 21 escalated so badly? Communal construction projects are the only thing where the population can interfere with, and the stupid citizens of Stuttgart, did not even sue their power there. Also ofc demonstrations is what they can do. So they do that suddenly since quite a while.
      If that accident in Japan has not happened we never had given up nuclear power. Albeit the more than 80% of the population are against it since EVER.

      However I believe that our courts actually do a very good job. OTOH I have no trust at all in the US legal system, thats the main reason I never visited USA.

      ... even though you don't actually even keep track of it, and that's just creepy to me.

      I keep track with the stuff I'm interested in and the stuff I'm getting aware about. Obviously that is not the stuff you are aware about ;D After all if stuff is not in the news, I don't know it. As I said above: there are dozens if not hundreds of global problems we are facing. A few paragraphs in german law is irrelevant. All changes we make to laws are currently dictated by the supreme overlord USA. Biometric pass

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    30. Re:nowhere really by angel'o'sphere · · Score: 1

      Yes, the US has been debating this, and Germany is not debating these things: that is the problem.

      Sorry, but that I doubt very very very big time.
      Every street interview I see in the USA about anything is: "shrugging", "it is as it is", or they simply don't know anything about it.
      On contrary I believe that germans are very open to discussions and are open to debating.
      However debating does not come from it self. You sound as if there is so much burning here that we should have up roaring debates about it. Obviously no one sees the issues you see, and that is why they dont have opinions about it or feel the need to debate.

      Und es mag am deutschen Wesen
      Einmal noch die Welt genesen.

      That's still the attitude that Germans have today.

      And? What is your problem with that? Don't you have enough self reflection that *you* are behaving in the exact same way? Yes you are only friendly discussing ... and only asking challenging questions.
      But the "poem" you quoted, could as well be a complete new poem on the backside of the New York Times.
      Right now the USA are the nation who wants "am amerikanischem Wesen soll die Welt genesen".

      My perception is that Germans value unity and social conformity to a dangerous degree.

      What is "dangerous" in that? Look at Japan, they value this two things far higher even! Why not accept that? It is a cultural difference!

      In the USA they value the rich and look down on the poor (stupid idiot, to lazy to work) ... Sure, there are exceptions, people giving money to charity etc.

      The democratic problems in germany are not because we have a few laws that you find "dangerous". The problem is we have interlocked levels of mini republics where no one who came into parliament (Stadtrat / Gemeinderat / Landesparlament / Bundestag) actually is responsible for what he is doing, can get voted out or is accounted for his platform. The power is by the "parties" and the men behind it, not by the people.

      Facing and understanding that I find it really refreshing that our legal system (Judges / counsel for the prosecution ) works pretty well. After all none of both gets promoted on the number of convictions, and deals like in the movies are not really happening here.

      Regards,
      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    31. Re:nowhere really by t2t10 · · Score: 1

      Sorry, but that I doubt very very very big time. Every street interview I see in the USA about anything is: "shrugging", "it is as it is", or they simply don't know anything about it.

      Oh, well, that settles it then! A few interviews of people on the street, selected by German television, and you are an expert on US culture!

      On contrary I believe that germans are very open to discussions and are open to debating.

      You sure do debate a lot, unfortunately without much reference to history, law, and facts.

      What is "dangerous" in that? Look at Japan, they value this two things far higher even! Why not accept that? It is a cultural difference!

      Yes, and whaddayaknow... Japan was the other big power in WWII.

      And? What is your problem with that? Don't you have enough self reflection that *you* are behaving in the exact same way?

      No, because ultimately I really don't care how you live your life. I object to you mischaracterizing US laws and erroneously claiming that free speech and freedom of religion are arbitrary terms that any nation can define any way it likes. And I encourage you to at least look at US history and law and then make up your own mind. Right now, you're simply speaking from a position of ignorance.

    32. Re:nowhere really by t2t10 · · Score: 1

      But as you surely know in the fucked up way how voting, parliaments and politics works in germany we can't do anything to get influence on what we really want. ... Communal construction projects are the only thing where the population can interfere with, and the stupid citizens of Stuttgart

      So, you are saying that you really trust German courts, and German laws are really great, it's just that "voting, parliament and politics" are "fucked up" and people get "frustrated" because "communal construction projects" are the only place the population has influence on. Don't you see the disconnect there?

      The frustration you and others feel in Germany is exactly what I'm talking about: self-imposed limits on free speech, fear of controversy, and the contradiction between the supposed achievements of German democracy and political reality.

      All changes we make to laws are currently dictated by the supreme overlord USA. Biometric passports, changes on copyright law, the attempt to get software patentable, the wish to sell genetic altered food, lowering the restrictions on consumer protection regarding imported food (like beef from the US) all that are attempts coming from the USA.

      A lot of those laws are pushed at least as much by European corporations as by US corporations. German politicians blame all the things they really want to do but find hard to push domestically on the "evil Americans". It's mostly policy laundering and propaganda. And it's nothing new either: Nazis and the Weimar Republic did it too. The amazing thing is that Germans just don't learn.

      I care about stuff, just not about the same stuff you do.

      You really do care about the same stuff I do, you just can't connect the dots from the causes to the symptoms.

    33. Re:nowhere really by t2t10 · · Score: 1

      Let me sai it simple: the USA in its foundation was founded 1776 ... while you had a nice constitution, you had slavery in various forms and apartheid up till 1950

      Yes, and objectively, the US has been far ahead of Europe that way, where minorities were slaughtered by the millions "up until the 1950's" and religious wars took place until the 1990's. And even more importantly: the US corrected these problems without being forced to do so by anybody else.

      Even today, integration of immigrants and minorities in Germany is pitiful compared to the US, and religious diversity is nearly non-existent.

    34. Re:nowhere really by angel'o'sphere · · Score: 1

      Even today, integration of immigrants and minorities in Germany is pitiful compared to the US, and religious diversity is nearly non-existent.

      My point was: the USA are an "old" nation, and germany or if you want, also post war france, spain, italy are young nations.
      I simply can not see what your "religion" which you bring up so often has to do here.
      Sorry, where do you get this impression from? It is not my fault that obscure people from an obscure minor religion don't immigrate into germany. You several times brought up we had restrictions on religion and you don't bring up a single example.
      Every religion I know about is here and likely many more I never heard about. No Jedis though ...

      Regarding immigration, yes we have less immigrants then we could support if we "wanted". However we define us as an emigration land not an immigration land.
      Why and how minorities are not well integrated is not really known. Partly they do that by themselves by refusing to learn german, partly by not letting their children go to school, partly it is germanys fault as the efforts to integrate them are not well thought out or not good enough.
      I mean if you know what to do in that area, it would be more appropriated to talk to people working in that area.
      What the pure numbers are concerned, sorry: over the last few hundred years there surely immigrated more people into the USA, but in relation to the population I doubt that. Isn't the "green card" limited to about 30k - 40k per year? Don't forget the mexican boarder e.g. Immigrants going to the USA go there to work there, often people with university degrees from second world countries, immigrants coming to the EU are mainly refugees.
      While you are basically right with your observation, that "immigrants" are here less welcome and that the new laws "Schengen etc." are not really "human" we are pretty helpless in finding solutions right now. After all it is a global problem ... the USA are just lucky that the refugees from the middle east and north africa come to us and not to them.
      Anyway you are writing much to much today ;D I can not keep up.
      Best Regards

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    35. Re:nowhere really by t2t10 · · Score: 1

      Then let me word it different: I expected you to EXPLAIN me why you believe that germany is restricting religious freedom.

      Empirically, the fact that there are only two major churches is a good indication. Legally, because the German legal system and government does a lot of things that legal scholars generally consider incompatible with separation of church and state in other nations.

      Sorry, it is granted in the constitution and there is no law that puts any restrictions on religion that I'm aware of, but you claimed otherwise.

      The German constitution says that freedom of religion is guaranteed, but that's meaningless since politicians and judges don't enforce it due to their close ties to the two major churches.

    36. Re:nowhere really by angel'o'sphere · · Score: 1

      Sorry, but that makes no sense.

      I tell you what: 90% of germans are either in the protestant church, or in the catholic church.

      The rest are muslims or what ever ... not important as only the first 90% count.

      Now lets look at those 90% ....

      From those 90% again roughly 75% are atheists or agnostics. So bottom line about 60% of the population has no interest in churches, religion and what ever. THAT is empiric evidence/indication.

      Legally, because the German legal system and government does a lot of things that legal scholars generally consider incompatible with separation of church and state in other nations.

      Again you bring a claim without any evidence or example.

      but that's meaningless since politicians and judges don't enforce it due to their close ties to the two major churches.

      Again you want that politicians and judges (I think you mean the attorney here and not the judge) enforce something ... while in fact the one who is suffering can easy go to an attorney and claim a cause? OTOH you don't want the attorneys and politicians to enforce anti hate speech?

      What exactly in "religious freedom" do you want to enforce, if there is no obvious "mis treating" or what ever happening? The only thing I would perhaps want to enforce is that three is *no christian cross* in class rooms of public schools (unless they are schools belonging to the church ofc).

      Again you don't bring any example.

      There is a simple saying: Wo kein KlÃger, da kein Richter. Even you as a foreigner can go to court and accuse the responsible parties for not following oor enforcing the relevant constitution paragraph.

      I never ever have heard about anyone complaining that his religion gets mistreated, suppressed or in any way tampered with.

      Keep in mind: even if you don't see it, the protestant church in germany is is splittered in 100ds of mini churches ... mainly the same one like in the USA, calvinists, new apostolic, methodist (sorry, is that there right word?) and and and ... sigh. Are you from america? Assumed so ... no idea, you never said from where you are. So you have more churches? A better separation? Don't 90% of the people there believe they live in gods own country? The president is vowing on the bible and so do witnesses in court? Do you think a non christian person can become president? Do you believe it if you think it?

      How should religions *come* to germany if no people with *strage* religions immigrate here? Do you really think we invent new religions over night, try to make a church and get beaten down by the government / law / judges? How many majour churches do in your eyes even exist? I only count 5 or so: Islam (with 2 main groups), Christianity (with 3 main groups), Buddism, Hinduism ... and basically thats it. Now with only very few members you can add: Jews (the 5th of my sentence before), Shinto (oh that are a few more people than the Jews), and lots of nature religions in africa, south america and asia. I bet for everyone of those you find churches in germany.

      Anyway, the reason you don't hear much about religion basically is: no one is religious. You only go to church if *you must*. The last 3 times I was in church was because I was a witness in a marriage ceremony, besides that I did not visit the church since 35 years. I don't plan to do it again in the near future except I'm forced again by *cultural* pressure ;D

      Also: separation of church and state, what a laugh. You want to tell me in other countries the separation is more strict than in germany? I doubt you find more than a singel one: France. And thats it.

      Anyway, religion is the last thing I want to discuss about as I don't believe in any gods. Nevertheless I believe that burning Qurans or Bibles in public is a criminal assault and should be dealt with accordingly. There is a german saying: "Wer Bücher verbrennt, der frisst auch kleine Kinder." I can only imagine what stuff people are up to if they even burn the word of god ;D

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    37. Re:nowhere really by angel'o'sphere · · Score: 1

      As a follow up to my previous answer: I forgot to mention the revival of the pagan cults, Druid Cults, Odin Cults etc. in germany (and other parts of europe). I guess those have more (active!) members than a small church like the Methodist Church in germany which has roughly 110,000 members.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    38. Re:nowhere really by t2t10 · · Score: 1

      Regarding immigration, yes we have less immigrants then we could support if we wanted". However we define us as an emigration land not an immigration land. Why and how minorities are not well integrated is not really known.

      As someone who has lived in Germany as a foreigner, I can tell you what it is: it's the kind of attitudes, prejudices, and ignorance you exhibit, and which are predominant among Germans.

      What the pure numbers are concerned, sorry: over the last few hundred years there surely immigrated more people into the USA, but in relation to the population I doubt that.

      There have probably been more immigrants to the US from Germany alone than there have ever been immigrants to Germany from anywhere. I think part of Germany's political problems stem from the fact that anybody who has an ounce of independent thought just leaves the country.

      Isn't the "green card" limited to about 30k - 40k per year? Don't forget the mexican boarder e.g. Immigrants going to the USA go there to work there, often people with university degrees from second world countries, immigrants coming to the EU are mainly refugees.

      In different words, anybody who actually has a choice chooses to go to the US.

    39. Re:nowhere really by t2t10 · · Score: 1

      What exactly in "religious freedom" do you want to enforce, if there is no obvious "mis treating" or what ever happening? The only thing I would perhaps want to enforce is that three is *no christian cross* in class rooms of public schools (unless they are schools belonging to the church ofc). Again you don't bring any example. There is a simple saying: Wo kein KlÃfger, da kein Richter. Even you as a foreigner can go to court and accuse the responsible parties for not following oor enforcing the relevant constitution paragraph.

      I'm sorry, but I can't make up for your years of disinterest in your nation and politics in a few Slashdot posts. Do you even know who your constitutional judges are? What their background is? What cases have come before them over the last few years? If you did, you wouldn't make such silly statements. And while you're at it, read up on SCOTUS cases and decisions and US history; there's a lot more to it than "it was founded in 1776 and there was slavery or apartheid until the 1950's".

    40. Re:nowhere really by angel'o'sphere · · Score: 1

      As someone who has lived in Germany as a foreigner, I can tell you what it is: it's the kind of attitudes, prejudices, and ignorance you exhibit, and which are predominant among Germans.

      As far as I can see, only you have shown prejudices so far. And you did not answer any of my questions.
      To every question: show me an example please, you jump to another new "accusation" of my ignorance and stupidity ...

      There have probably been more immigrants to the US from Germany alone than there have ever been immigrants to Germany from anywhere. I think part of Germany's political problems stem from the fact that anybody who has an ounce of independent thought just leaves the country.

      You might be very right there, as that is exactly what I'm very likely doing as well.

      Isn't the "green card" limited to about 30k - 40k per year? Don't forget the mexican boarder e.g. Immigrants going to the USA go there to work there, often people with university degrees from second world countries, immigrants coming to the EU are mainly refugees.

      In different words, anybody who actually has a choice chooses to go to the US.

      So again, you have no answer to my question? We have more than 40k immigrants into germany every year, but the USA only issues less than 40k green cards per year, perhaps you could have explained the difference? Prime land for german emigrants is ofc not the USA; lol, how do you come to this idea?

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    41. Re:nowhere really by angel'o'sphere · · Score: 1

      Sigh sometimes you tire me a bit.

      AGAIN you just jump from a to b without answering any question. My conclusion is: you like to talk.

      Do you even know who your constitutional judges are?

      Nope. But I can read it up in the internet. Was that the answer you seeked?
      I'm not interested in that kind of german politics and supreme court is the point where politics and law meet.
      I'm not interested in people that are of public interest, in other words as you might have guessed: no, I dont know all "prime ministers" of the federation states either. I'm interested in politics as global thing. What is going on, but not who is doing it, as they do everything wrong anyway.
      However: that has nothing to do with our argumentation.
      AGAIN: where did you ever see a religious suppression thing in germany? Give me an example, or it has not happend. Pretty simple. You jump from one accusation to the next without ever giving an example (that holds).

      Why should I read up about SCOTUS cases? Sorry, I lack the knowledge which of the cases is relevant for what. Sounds like a waste of time to me. They did not even dare to annulate the second Bush election. I doubt they are in any way different than the german supreme court.
      But, never mind: today an interesting case started. Who has to prove a patent is valid, in a patent dispute? The patent owner or the party accused of infringement, that is interesting ...

      As a matter of fact, I don't get why you point on german "law problems" that in my eyes are academic or only existing in your imagination but seem not to care about USA law problems.

      I'm ignorant, arrogant, and how did you say in the other post .... ah that was it, nothing else. How are you? You are a law professionalist, or only an enthusiast? And I'm only a laymen. You jump from the fact that the Weimar Republic had an anti "Klassenkampf" law to the conclusion the "Volksverhetzungslaw" is evil. And that we lack freedom of speech.

      That jumping is ridiculous. After few more posts you claim we have no religious freedom. Even if that was true, I pointed out: no one cares. Germany IS NO RELIGIOUS SOCITEY.

      Now you want me to "background check" the supreme court judges, to figure what? Surprise surprise, they are all Protestants or Catholics? Rofl ... what else should they be?

      And what has that to do with the original topic, the question weather a nation can arbitrarily decide which good they value higher: freedom of speech or dignity of the human being? Obviously every nation decides that themselves, nevertheless you claim it would not be the case. Come on, put every constitution of every european country on the table and just read the first paragraph. EVERYone values something as the most important. And that is expressed in the first paragraph.

      Now you want me to read up supreme court stuff from the USA, why?

      The USA have the most backyard and most archaic law system of the world, directly in front of the sharia. No one in a civilized country cares about it if he can avoid it.

      As soon as one president finally manages to establish a new law, the next one tries as hard as possible to remove it.

      Unfortunately no one can ignore them as everyone trades with the USA.

      Half of your laws are in contradiction to basic human rights, no you may not walk over this private owned property: you get shot, boom. No, you can not drink water from the tab, as in this city the arsenic level is to high, sorry.
      No, you have no right of housing or clothing or support by the society.

      You can get put into jail indefinitely for ridiculous little crimes.

      Wasn't it 2 years ago that a 90 year old black guy got amnestied after spending nearly 70 years in jail? He was sentenced for stealing some simple thing and punished with live long jail. Rofl ... the supreme court was it not who amnestied him ... it was the governour of the

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    42. Re:nowhere really by t2t10 · · Score: 1

      As far as I can see, only you have shown prejudices so far. And you did not answer any of my questions.

      They are not "prejudices"; I lived in Germany for nearly a decade, my parents are German, I studied German and German history.

      Bottom line: if you want to teach me, then give me an example.

      I don't want to teach you. Get off your butt and learn something about your own history and government instead of talking about what how you imagine Germany to work. It's just one factually false statement after another from you, starting with the your false claim that E-mail in Germany can only be examined under court order.

    43. Re:nowhere really by t2t10 · · Score: 1

      Anyway, perhaps you find a case of religious suppression or what ever your problem with germany and religion is.

      The preferential treatment of the Catholic and Protestant churches by the German government is a fundamental and serious violation of religious freedom. It is also a violation of the German constitution, which requires this preferential treatment to be abolished. You say you "don't care", but you are paying for it even if you have left the church and pay no church tax. Do some research on it: there is tons of material, also in German.

    44. Re:nowhere really by angel'o'sphere · · Score: 1

      It's just one factually false statement after another from you,

      No, it is the opposite around: I get just one factually false statement after another from you,
      It is you who claims we have no religious freedom here. And as proof you bring the composition of the german supreme court.
      That must be a joke.

      starting with the your false claim that E-mail in Germany can only be examined under court order.

      Then disprove it. Bring me one singel case where emails where accessed legally without court order.

      Good luck, I'm very keen to see something like this!!!

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    45. Re:nowhere really by angel'o'sphere · · Score: 1

      No I dont do research on this, if you are unable to even bring a singel quote, a singel example then my research is pointless.
      I dont even know how to accurate translate your claims into the correct german terms to feed it into google.

      The preferential treatment of the Catholic and Protestant churches

      Excuse my strong words ... but:
      WHAT THE FUCK is that supposed to mean?

      "Preferential treatment" of (certain) churches ...

      Preferred over what?

      Supposed you are right, sorry, then address it to people who care. I dont care about the church. And the church has not much influence into politics. Regardless what you think, they are the very very least concern regarding anything that is important.

      As I said now several times: if you can not bring a single example: then it did not happen. No need for me to do research.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    46. Re:nowhere really by t2t10 · · Score: 1

      Excuse my strong words ... but: WHAT THE FUCK is that supposed to mean?

      ttp://www.google.com/search?q=islam+gleichstellung

      h

      Unions-Fraktionschef Volker Kauder (CDU) weist Forderungen aus den Reihen der Opposition zurück, den Islam als Religionsgemeinschaft in Deutschland mit den christlichen Kirchen gleichzustellen. Das gehe âzin eine vÃllig falsche Richtungâoe, sagte Kauder der âzBildâoe-Zeitung. Eine Gleichstellung wÃre kein Beitrag zur Integration, sondern würde die Probleme nur verschÃrfen.

      This is one of the major political debates in Germany. I mean, really, how uninformed and disconnected from reality can any one person be?

    47. Re:nowhere really by angel'o'sphere · · Score: 1

      Again yo fail.
      How long did it take you to find this?
      That is no "majour debate" in germany. That was half a year ago, and a topic for 1 or 2 weeks. And as you already pointed out before: there is no debate, because no one cares.
      And as you might have seen, church tax is only payed for christian churches. So imho, not being forced to pay it if you are muslim is a nice thing.
      So, what are the search results about you get from google? About "Gleichstellung" ... and ... no where is mentioned what is supposed to mean.
      In other words, you fail to understand what is going on. But you think it is a majour lack of german politics.

      Anyway, I thank you and congratulate you, this is the FIRST concrete example of a backing of your position.

      What you conclude from those articles you get via google is your own business. If you have questions about them I gladly help in interpreting those articles.

      Especially I would suggest to read the first search result from top to bottom. So you dont miss stuff like "Die Muslime seien in Deutschland willkommen, sagte Kauder, und fügte hinzu: âzUnsere Werteordnung, zu der auch die Religionsfreiheit gehÃrt, müssen wir erhalten. Der Islam kann diese Wertordnung nicht bestimmen.âoe"

      In other words: constitution first, religion after that.

      Besides bringing "points" of your position, you still did not give your own statement, what is wrong with religious freedom in germany?

      Make a single statement: "I think X is wrong" and then give a link for it.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    48. Re:nowhere really by t2t10 · · Score: 1

      No, it is the opposite around: I get just one factually false statement after another from you,

      Like what?

      Then disprove it. Bring me one singel case where emails where accessed legally without court order.

      I gave you the law:

      http://www.gesetze-im-internet.de/g10_2001/BJNR125410001.html

      Here are some newspaper analyses:

      http://www.sueddeutsche.de/politik/entwicklung-der-sicherheitsgesetze-viele-jaeger-sind-der-freiheit-tod-1.377313

      http://www.welt.de/politik/article1589067/BND_darf_Telefonate_von_Verdaechtigen_abhoeren.html

      If you dig a little deeper, you'll see that the BND routinely monitors international calls (from their facility in Pullach). It's neither a secret or a great mystery. And they did the same thing back in the 1970's and 1980's for calls to/from East Germany. The have general authority to do that and don't need a court order for each instance. God only knows what the German "Verfassungsschutz" does.

    49. Re:nowhere really by angel'o'sphere · · Score: 2

      Lol, you again bring complete false contextual answers. The question was never if a security agency like CIA or BND may in special circumstances read email without a court order, the question was wether the "government" or the "police" may do it.

      Did you ever read the laws you citate?
      And did you read the articles you link?

      Neither the law you linked nor any article says that THE POLICE or THE STATE does NOT NEED a court order. Of course they need one.

      The BND is an exception just like the CIA or NSA is ... so what is your fucking point? You start to annoy me. You don't want to admit that you are wrong.

      Do you really think a random police man or a random BND agent is "allowed" to read m email?

      Read the damn law you link.
      The question is not if the Verfassungsschutz is illegally doing it, the question is how to legally do it and to do it legally you need a court order. Or you need to announce it to the "Parlamentarische Kontrollgremium" which is an even higher instance than a court.

      Â 1 Gegenstand des Gesetzes
      2. ...
      (2) Soweit MaÃYnahmen nach Absatz 1 von BehÃrden des Bundes durchgeführt werden, unterliegen sie der Kontrolle durch das Parlamentarische Kontrollgremium und durch eine besondere Kommission (G 10-Kommission).

      Learn to read, and stop claiming something and then linking a not appropriated source.

      http://www.welt.de/politik/article1589067/BND_darf_Telefonate_von_Verdaechtigen_abhoeren.html

      Read your link from top to bottom and get a damn clue.

      The BND *asked* their supervisors to do the surveillance!! Der Geheimdienst hatte auf die internationale Terrorgefahr verwiesen, als er die Telefonüberwachung am 14. September 2001 beim Bundesinnenministerium beantragte.

      And again: you jumped the topic without noticing I assume. My claim is: E-mail is equivalent to postal mail. Thats all! I never talked about security agencies ... you jumped the topic to them.

      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    50. Re:nowhere really by t2t10 · · Score: 1

      And again: you jumped the topic without noticing I assume. My claim is: E-mail is equivalent to postal mail. Thats all!

      Your claim is:

      For email apply the same laws as for paper mails ... at least in germany and most european countries. If you want to read them you need a search warrant.

      Your claim is wrong both E-mail, paper mail, and phone conversations.

      The BND is an exception just like the CIA or NSA is ... so what is your fucking point? You start to annoy me. You don't want to admit that you are wrong.

      That is my point: in Germany, just like the US, E-mail can, under some circumstances, be accessed without a court order.

      The BND *asked* their supervisors to do the surveillance!! Der Geheimdienst hatte auf die internationale Terrorgefahr verwiesen, als er die TelefonÃf¼berwachung am 14. September 2001 beim Bundesinnenministerium beantragte.

      Search warrant or court order required? No, since the Bundesinnenministerium is not a court of law.

    51. Re:nowhere really by t2t10 · · Score: 1

      Well, you have an Abitur, a Bachelor, and a Master. Thanks for demonstrating just what level of historical and political awareness that entails.

    52. Re:nowhere really by angel'o'sphere · · Score: 1

      Good then you finally come to the point: there are EXCEPTIONS, of course there are.

      Our original topic was not the exceptions but the general case.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    53. Re:nowhere really by angel'o'sphere · · Score: 1

      And you?
      You know more about history?
      Are you sure? And which part you know is relevant, why? You always jump to the Weimarer Republic and start drawing conclusions from there ... which is ridiculous. But it is out of scope to tell you why ...
      Half your posts are "conclusions" you have pulled out of your arse, connecting things together that have no connection at all. This is because of that, rofl. Most of your causal connections are either "self invented" by your teachers, or by yourself.

      If you want to learn something about european law I strongly suggest to stop starting 100 years ago.

      Why don't you start at its root? With european, german, in this context I mean continent. Obviously england (and surprisingly a hugh deal of law tradition in the USA comes from UK ... you did know that, or?) has a completely different way to deal with law than "the continent".

      You know just enough to piss other people off, thats all.

      I hope you are not a law professional ar god may help your later clients.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    54. Re:nowhere really by t2t10 · · Score: 1

      The context was where people should store their mail to have it protected better in the US. You claimed that "For email apply the same laws as for paper mails ... at least in germany and most european countries. If you want to read them you need a search warrant." In actual fact, the US and Germany both have similar exceptions, so in the context, your statement and recommendation was false.

    55. Re:nowhere really by t2t10 · · Score: 1

      Half your posts are "conclusions" you have pulled out of your arse, connecting things together that have no connection at all. This is because of that, rofl. Most of your causal connections are either "self invented" by your teachers, or by yourself.

      Well, you're welcome to challenge my conclusions and those of historians with actual facts and arguments.

      You always jump to the Weimarer Republic and start drawing conclusions from there

      Oh, no, you misunderstand: my conclusions, namely that modern Germany is fairly xenophobic, racist, and intolerant compared to other Western democracies are based on current data.

      I mention the Weimar Republic only to point out that these attitudes have a long history in Germany and that Germans have changed much less than you think they have.

    56. Re:nowhere really by angel'o'sphere · · Score: 1

      Yes that was the context.
      And to access that mail you need a search warrant issued by a judge or must rely on exceptions like being in an intelligence agency, BND or NSA or CIA etc.
      In other words, your claims are completely FALSE.
      I my statement was completely right. I don't get why you again repeat claiming I was false.
      We have no EXCEPTIONS for email, email is handled exactly the same as paper mail.
      WTF, stop writing this bullshit and get a damn clue.
      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    57. Re:nowhere really by angel'o'sphere · · Score: 1

      I mention the Weimar Republic only to point out that these attitudes have a long history in Germany and that Germans have changed much less than you think they have.

      No, you jumped to the Weimarer Republic to claim that the "Volksverhetzungs" law was evolved from the "Aufstachelung zum Klassenkampf" law.
      Which is utter nonsense.

      Also you don't even understand what the difference between the Weimarer Republik (aka 15 USA states) and the Bundesrepublik (aka 52 USA states) is. The evolution from that time to now is hugh.

      As I said before you need to learn how to argue.
      This time you linked a 4 years old spiegel article you likely needed ages to google for.
      That is not an argument, that is FAIL.

      "The Germans" that are 80 millin people. If 4 of them attack a foreigner it is not the fault of the other 7999996 people living here.

      In USA every day a black gets beaten down by the police ... of course, that does not count as xenophobic, as the black one belongs to the same nation. But its Racist, or?

      I strongly suggest to work on your own problems, as you seem to have no clue what is going on here in germany.

      Btw: I'm an aikido teacher, one of my students is a judge in the german supreme court. He is not a "Supreme Judge" or how you want to call that. Every supreme court judge has 4 "helper judges" who prepare stuff for him, he is one of those.

      I told him about our conversation. And that you would expect me to know all the names and backgrounds of the "Verfassungsrichter"s ...

      You know what? He told me: "Man, most of them I don't know my self, or can remember their names."

      Oh, no, you misunderstand: my conclusions, namely that modern Germany is fairly xenophobic, racist, and intolerant compared to other Western democracies are based on current data.

      As I said above, perhaps you should focus on the problems in your own country.
      Germany is not xenophobic, intolerant or racist.
      A few germans are, thats all.
      The USA as a whole nation is intolerant to all other nations, xenophobic and racist to all other nations.
      Or how do you explain the vietnam war, the iraq wars, the afghanistan war?
      How do you explain the war crimes that happend there? How do you explain they try to impose their stupid laws on our countries?
      angel'o'sphere

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    58. Re:nowhere really by t2t10 · · Score: 1

      We have no EXCEPTIONS for email, email is handled exactly the same as paper mail.

      Absolutely correct: and like paper mail, it can be read by the German government without a court order. And that makes German (e-)mail no more secure or private than US (e-)mail.

    59. Re:nowhere really by t2t10 · · Score: 1

      I strongly suggest to work on your own problems, as you seem to have no clue what is going on here in germany.

      I was living in Germany for years. You haven't even been to the US.

      "The Germans" that are 80 millin people. If 4 of them attack a foreigner it is not the fault of the other 7999996 people living here.

      There were about 18000 hate crimes in 2006 in Germany, with a growing trend. And since Germany is a democracy, that is the fault of all Germans, since all Germans have the political power to change it.

      As I said above, perhaps you should focus on the problems in your own country.

      That's indeed where Americans focus. That's why the American press talks so much about racism, the morality of war, etc.

      But there's a limit to how much shit we're going to take from people like you. Take your own advice and fix your own country: it is in dire need of political change and democratization. You said so yourself.

  18. Re:RETARDED by countertrolling · · Score: 1

    The 'asker' is probably a troll/flame script. Doesn't sound human to me.

    FYI: for the believers, from 2007

    --
    For justice, we must go to Don Corleone
  19. Re:Which country? by Anonymous Coward · · Score: 0

    > Learn English for fuck's sake.

    I don't know who fuck is, but why should I learn English for his sake?

  20. Re:India? by Anonymous Coward · · Score: 0

    I tried to post warnings about the goaste loving jerk yesterday but was modded into oblivion as a karma whore. Go figure. I couldn't post often enough as AC to keep up with his many accounts.

    capthca: imprison

  21. Re:RETARDED by Anonymous Coward · · Score: 0

    How exactly does this work in the real world? A cop has a grudge against you and he gets to read all of your old email on a whim?

    Are you even notified?

  22. Re:India? by DurendalMac · · Score: 1

    Dammit, by the time I clicked it was gone. Now I want to know what horrid image was up there.

  23. Re:Privacy laws by Anonymous Coward · · Score: 0

    I am intrigued by your daughters ideas and would like to subscribe to her newsletter.

    Oh, and I can -uh- "babysit" any time. Please.

  24. Re:What Country Has the Best Snail-Mail Privacy La by Anonymous Coward · · Score: 1

    I think some people here have fair knowledge of computers and the internet but don't know about all the details either. They want to learn more, they try to ask questions, and the experts here have two options:
    1) Be nice, teach them how it works and let them improve their knowledge
    2) Be arrogant, push them down for asking 'stupid questions' and keep them in ignorance.

    I have good enough understanding of computers so that I can understand most of the articles here and find them interesting. I'm also concerned about e-mail privacy. I often here "encrypt your mail", "use POP3", "download the mails from hotmail/gmail/yahoo to your computer"... The problem is, I have no idea how to encrypt mail, what POP3 is or how to download my e-mails. I'm also not sure doing this would cover every weakness in my privacy protection - for instance I recently heard that deleting e-mails on gmail only makes them invisible and does not remove them from their servers.
    It would be helpful if someone wrote and posted here a serious tutorial on how to protect your privacy. Unfortunately, most advice I could find on the web is incomplete (thus useless) and most of the time the 'experts' would rather complain about the ignorance of the persons who are wise enough to ask questions.

    tl;dr : it's not obvious to everyone that e-mail is like sending letters not enclosed in an envelope. Teach people or STFU.

  25. "...what countries have the best privacy laws..." by John+Hasler · · Score: 3, Interesting

    Because we all know that all govenments can be trusted to respect such laws when their own interests are at stake.

    If you have secrets that you must protect against goverments why are leaving them (unencrypted, evidently) on third party servers? And why are you discussing that fact on a public forum?

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  26. What about the people you communicate with? by timothyf · · Score: 2

    Are you sure you're always communicating with people that live in countries with privacy laws that are just as secure? Unless you're really good about keeping your contacts secure as well, all it means is that they have to issue more subpoenas.

  27. click the GPG checkbox, and pick the right country by Anonymous Coward · · Score: 0

    In some countries, the UK say, you must turn over encryption keys if asked.

    But many countries you don't have to. The most secure is to GPG your mails.

    Without encryption, there is no privacy AT ALL in email. They are sent as cleartext.

  28. Just answer the question by Anonymous Coward · · Score: 0

    Why does everyone try to solve some problem instead of just answering the anonymous reader's question?
    What countries have the best privacy laws?

    1. Re:Just answer the question by houstonbofh · · Score: 1

      No doubt... I to am interested in this. Yes, I know it is no substitute for good encrypting, and I know how START/TLS works and so on. But being able to avoid a data mining fishing expedition should be easy low hanging fruit.

  29. Re:RETARDED by SwedishPenguin · · Score: 2

    Except the data retention directive requires providers to store email for at least 6 months.. (minimum in directive, actual period can be longer in individual countries)

  30. Email Privacy? by EricX2 · · Score: 1

    If the government sends a letter to your email host and say 'give me access to this guys email' and the email host says yes, no laws were broken. At that point you are asking what email providers have the best privacy agreements that may say no to government requests.

    Also, where does 180 days come from? Do you not have access to a pop3 client? Is there a law I'm unaware of that says it forwards to the government email system after 180 days of idle time on the server? I am so confused!

    1. Re:Email Privacy? by Anonymous Coward · · Score: 0

      The 180 days is part of the Electronic Communications Privacy Act. It's not automatic forward to the government, it's that the government can request your emails from the ISP and if they are asking for emails more than 180 days old there is far less red tape for them to go through to get your data.

  31. Re:India? by ngc5294 · · Score: 1

    Thanks - fixed, just click now...

  32. Re:Privacy laws by debilo · · Score: 1

    I am intrigued by your daughters ideas and would like to subscribe to her newsletter.

    I assume constant monitoring of her outbox may be required.

  33. Re:Which country? by hedwards · · Score: 1

    Because, he'll get you laid.

  34. This is a false question! by bogaboga · · Score: 1

    Ask Slashdot: What Country Has the Best Email Privacy Laws?

    And here's why I say this:

    It depends on who's metrics we'll use to determine what is 'best'. So that's the question.

    1. Re:This is a false question! by Odinlake · · Score: 1

      Anything can be misinterpreted by someone who doesn't want to understand. I'd say implicit in this question is:

      "According to whatever metrics you yourself apply when using the word 'best' in this context, out of the countries you have any knowledge or instinct about whatsoever, have you noticed any one that seems to have somewhat better email privacy laws than the other."

      Now this is still not very precise, but I imagine if the best literary minds in the world got together and wrote a treaty on the subjects, cowards like us would still avoid answering the actual question by instead perpetuating an argument about the meaning of some word X.

      Perhaps Switzerland.

  35. Seriously, use a North Korean based mail host by Swave+An+deBwoner · · Score: 1

    I am pretty sure that the North Korean government does not provide the US government access to email stored on their servers.

    1. Re:Seriously, use a North Korean based mail host by ibsteve2u · · Score: 1

      lolll...guess I should have expanded all of the comments. Your idea is essentially the same as mine, giving yours the marks for originality.

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
    2. Re:Seriously, use a North Korean based mail host by Tumbleweed · · Score: 1

      I am pretty sure that the North Korean government does not provide the US government access to email stored on their servers.

      Yeah, but they probably would to the Chinese government, who in turn will sell it to some general's company on the side, who will then spam the ever-loving shit out of you until eternity. All in Chinese, of course, making it even more useful. The other stupid as shit spammers tend to come from Russia. Do they _really_ think anyone outside of Russia or former Soviet bloc nations speaks Russian?

    3. Re:Seriously, use a North Korean based mail host by currently_awake · · Score: 1

      I think we can safely assume that all email sent to/from north korea is recorded/stored/examined in detail unless it's encrypted. I'm pretty sure sending encrypted email to north korea will result in the men in black helicopters coming to visit you in the middle of the night. If you really care about security use your own email server, with self destruct if tampered with. (and if they try to obtain it legally they will probably go for the hard drive before telling you- oops!)

    4. Re:Seriously, use a North Korean based mail host by ibsteve2u · · Score: 1

      I stand corrected; use the RNC email servers, instead.

      --
      Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  36. Re:horrid by TaoPhoenix · · Score: 1

    See my post above. NSFW!

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  37. I suspect you're thinking of it wrong by Anonymous Coward · · Score: 0

    Laws change. Laws are written on paper, and don't determine how anybody really acts.

    I recommend looking for whatever government you can either ignore or resist the most effectively.

  38. The Netherlands, at least against SPAM by Anonymous Coward · · Score: 0

    In the Netherlands we have a quite good anti-spam policy (see spamklacht.nl, in Dutch).

    Although, I wonder for the rest... they might be able to ask hosting providers to read mail.

    But hey: why don't you host your own mail? Or just use PGP.

  39. Might be a good start-up idea for the PRC by ibsteve2u · · Score: 1

    You know the People's Republicans of China are going to read your email, but would they share with any other government? Doubtful.

    --
    Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  40. Depends by Oceanplexian · · Score: 1

    Whatever country you're living room is, where you would obviously be keeping your mail server in a rack running under truecrypt.

    If you don't want to bother than that, then, your privacy just isn't important. As soon as you put your personal information on someone else's hardware you lose control of that information.

  41. Zeus, Jupiter, Terminus by handy_vandal · · Score: 1

    "This question is as ludicrous as asking which god is most powerful.. It's Zeus, isn't it?"

    Not necessarily. I don't know about Zeus, but there may be a parallel with Jupiter (the Roman Zeus, "Jupiter" = "Zeus Pater").

    Jupiter was the supreme Roman god in most things, and he was rightly respected for hurling lightning bolts, but there was one greater than he:

    Terminus, the divine personification of boundaries and boundary-stones, to which even Jupiter was subordinate. (The Romans were very, very big on property law.)

    --
    -kgj
    1. Re:Zeus, Jupiter, Terminus by ichthus · · Score: 1

      Jupiter was the supreme Roman god in most things, and he was rightly respected for hurling lightning bolts...

      Indeed, he still is respected. Don't mess!

      --
      sig: sauer
  42. Re:Privacy laws by Ethanol-fueled · · Score: 0

    This site is being compromised by too many sockpuppets and zombies.

    Agreed. Besides all of the obvious ones, I've noticed some generic-commenting ones. Check a story fairly early after posting, and you'll see a post, then the one right below it will read the exactly same points, even written in the same paragraph format, except that the words are subtly changed and rearranged.

    If somebody is using HBGary's persona management software, it's still way too obvious to anybody with half a brain. They'd be better-off paying a unique Indian (utilizing a spell and grammar checker) for each persona -- Indians are cheaper than shoats.

  43. Insane Replies by Anonymous Coward · · Score: 0

    Asking a simple question, which country has the best legal protection from privacy. What this means is what countries have laws restricting invasions of e-mail privacy. A lot of countries have mandatory ISP e-mail retention and are required to produce those e-mails to public authorities without a warrant. What the hell, Slashdot? Can't you answer a simple question? I honestly thought Slashdot had become better then this.

    I'm not a legal expert in this field, so I can't answer it myself, but it's still a legitimate question. Okay, a few comments about how e-mail needs to be encrypted would make sense, but outright insults, slander, and the throwing of feces?, all of which calling the poster a Troll for asking a simple, legitimate question.

    Considering how many countries are getting worse and worse for e-mail privacy laws, this is certainly a valid question that affects everyone's lives here, (how many geeks can really live without e-mail, huh?)?

    1. Re:Insane Replies by houstonbofh · · Score: 1

      The funny part is with all the invective, I don't think that most of them realized what the question was. They think it was "How do I keep my e-mail secure..." And I too would like to know the answer of what countries do not allow easy datamineing fishing trips.

  44. The Answer is... by DanielRavenNest · · Score: 1

    Don't put anything you want to keep private on a third party server. If you must use email, find one with encryption. Microsoft Outlook has had it since at least version 2003, and there are lots of other programs available.

  45. Re:Which country? by Runaway1956 · · Score: 1

    That troglodyte crawled up a chicken's ass and waited for days, and still couldn't get laid.

    --
    "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
  46. Re:India? by WrongSizeGlass · · Score: 1

    They're also using:
    http://freeblogspot.org/journalism/2011/04/03/post/
    http://tinyurl.com/42kdzgp (uses a data:text/html;base64 eventually redirect ending up at goatse.ru)
    http://tinyurl.com/5szfvml (uses a data:text/html;base64 eventually redirect ending up at goatse.ru)

  47. Host it yourself by Animal+Farm+Pig · · Score: 1

    Why not just host it yourself using the open source mail server and transport of your choice?

    1. Re:Host it yourself by the+eric+conspiracy · · Score: 1

      Generally that requires a static IP because so many ISPs won't deliver mail from a dynamic address.

      Not everyone can get one of those.

  48. Talking about an old US privacy act by Anonymous Coward · · Score: 0

    In a 3 day old article, http://rss.slashdot.org/~r/Slashdot/slashdot/~3/parDc6QiCaw/Obama-Administration-Wants-Your-Old-Email discusses how any email older than 6 months is considered discarded and can be "trivially subpoenaed". I think this question is in response to this article.

  49. Strike one. by westlake · · Score: 1

    I was wondering: what countries have the best privacy laws and what are some good hosts to use?

    You are a foreign national routing allegedly innocent e-mails through an unfamiliar host 1,200-12,000 miles distant. Do you really think that won't attract unwanted attention on both sides of the border?

  50. For email apply the same laws as for paper mails by angel'o'sphere · · Score: 3, Interesting

    ... at least in germany and most european countries.

    If you want to read them you need a search warrant.

    angel'o'sphere

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  51. Re:RETARDED by Jurily · · Score: 3, Insightful

    legally private, as opposed to "secure"

    I'm not sure this term has any meaning when applied to information that is instantly, cheaply and undetectably duplicated, especially if this duplication is the whole fucking point. How many servers did that mail pass through while it got to the recipient?

    What we really need is to define encryption as a basic human right.

  52. Re:What Country Has the Best Snail-Mail Privacy La by oliverthered · · Score: 1

    The ones that don't require you to put a return address on the post card, let you send to an anonymous PO BOX number and don't require all post cards to be signed for and the postal office to retain copies of the sender, receiver and signatory and hand them over to people left right and center.

    I use BASE64 encoding to transmit all my AES encrypted numbers via number stations.

    really, some people just haven't been here long enough to know that number stations even exist or that you can base64 encode AES and stick it on a post-card.

    Have you ever had to sign for mail or return a letter?

    --
    thank God the internet isn't a human right.
  53. Re:other means of storage by symbolic · · Score: 2

    There are third party services (like messagelabs offered by Symantec) that provide email scanning and archival. This puts an interesting kink into the model, because now the path includes more than just other email hosts. These services can have their own retention and privacy policies, and you, as merely one endpoint in a communication process, may have no idea that such a third party is being used.

  54. use gpg by McTickles · · Score: 0

    or something like that

  55. Re:RETARDED by zill · · Score: 1

    What we really need is to define encryption as a basic human right.

    I wholeheartedly concur.

    Unfortunately this won't happen anytime soon due to all the import and export restrictions.

  56. I wonder if I misunderstood... by Anonymous Coward · · Score: 0

    When I wad the question, I assumed the following:
    1. The originator already encrypts his email (to the extent possible - you cannot force senders to encrypt the email they send you).
    2. The originator lives in a country that can legally force him to give up his encryption keys.

    Obviously, I'm having a charitable day.

    Given those assumptions, keeping one's email on a server in another country MIGHT be a legal workaround.

  57. IMMI - International Modern Media Initiative. by mordur · · Score: 3, Informative

    I don't know which country has the best protection for users of online services now, but Iceland most certainly will be a contender when the IMMI legislation has been passed as per the Parliamentary Resolution passed on June 16. last year. Check it out: http://immi.is/

  58. Not Your Own Country (and not a high-spam country) by billstewart · · Score: 1

    The governments most likely to be interested in you are your own government and any you might be trying to overthrow. So don't go there. And use your own mail server to store your mail on, not your mailbox provider's.

    Pick some country other than your own, not the US, not a notorious spam or cybercrime haven. (The latter's obvious, just because you don't want your mail discarded automatically by your recipients.) The countries that have good privacy laws mostly have police agencies trying to pass data retention laws, so it's not much of a win. Preferably pick somewhere that your language isn't the primary local language.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  59. Yes, you're missing something by billstewart · · Score: 1

    Most SMTP servers will use encryption for mail transfer these days, not just for mail submission and mail reading. klapaucjusz's reply to your article has more details on how.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  60. data rendition by Tumbleweed · · Score: 1

    Are you sure you're always communicating with people that live in countries with privacy laws that are just as secure? Unless you're really good about keeping your contacts secure as well, all it means is that they have to issue more subpoenas.

    This brings up a point - I wouldn't be at all surprised if data isn't routinely sent out of the country for analysis and decryption to countries who have no laws against such things.

  61. China! by Anonymous Coward · · Score: 0

    Our wise and benevolent government ensures that we are happy and safe by protecting us from bad emails.

  62. Enforcement? by kuzb · · Score: 1

    Best laws are one thing, but I'm more interested in best enforcement.

    --
    BeauHD. Worst editor since kdawson.
  63. I am a lawyer - you don't want email xing a border by Anonymous Coward · · Score: 0

    IAAL. From what I know, you don't want your email crossing a national border. At least here in the USA, that gives the authorities tremendously more authority to scan it.

    Your ideal setup for moderate security is going with a provider here in the USA with a good TOS. Be careful, the TOS often says that they will give your email over to the govt without a warrant or subpoena. That vitiates your reasonable expectation of privacy. SOME provides will actually renegotiate the TOS.

    For high security, you have to host it in a box in your house.

    The above is not legal advice.

  64. Time to learn the hard truth ... by tgd · · Score: 0

    Sorry to say it, guy, but no one gives a shit about you.

    If you're doing something they'd actually care about, odds are you're smart enough to use PGP for your illegal dealings.

    And if not, you're just not that special. No one cares what your e-mails say. Get over yourself.

    1. Re:Time to learn the hard truth ... by houstonbofh · · Score: 1

      Dude, didn't you see who it was? Anonymous! They have a reason to hide! They are about to protest Sony! http://www.facebook.com/group.php?gid=21903225493#!/event.php?eid=136813236391154

  65. Re:What Country Has the Best Snail-Mail Privacy La by icebraining · · Score: 1

    I often here "encrypt your mail", "use POP3", "download the mails from hotmail/gmail/yahoo to your computer"... The problem is, I have no idea how to encrypt mail, what POP3 is or how to download my e-mails.

    Search Google for "how can I encrypt my email"; first two results are step by step guides on how to encrypt your email, either with Thunderbird or Gmail.

  66. Re:For email apply the same laws as for paper mail by bloodhawk · · Score: 1

    or a router or a mail server in the chain between the sender and recipient, then you can just read it to your hearts content with no one the wiser. seriously if you are relying on governments or providers to keep your privacy then you have already lost. Sign it if you want to be sure it wasn't altered, encrypt it if you want to be sure it wasn't read. otherwise all bets are off.

  67. Re:What Country Has the Best Snail-Mail Privacy La by digitrev · · Score: 1

    Encrypt your mail: That's fairly easy. You need to get yourself set up with GPG, the Gnu Privacy Guard. If you use Linux, then most e-mail clients support it (like Evolution), but if you're a Windows user, then you need Thunderbird and the enigmail add-on. What GPG does allow you to sign / encrypt e-mail. It does this using public key cryptography. First you create a public key and a private key. These are tied together. Never give away your private key. The public key can go to anyone and everyone. Now what happens is, when you send an e-mail, you sign it with your private key. Now, anyone who reads your e-mail can get your public key and verify that you are in fact the person who sent it. To encrypt e-mail, you need the other person's public key. Then, when your friend receives the e-mail, he can decrypt it with his private key. Anyone without his private key will see nothing but gibberish.

    POP3: Also fairly easy. Once you have yourself set up with an e-mail client like Thunderbird, Evolution, or Outlook, you just need to check if your e-mail provider supports POP3. If it does, you just have to change the appropriate settings. This downloads the e-mails to your computer and deletes them from the server, making your computer the only place that stores the e-mail.

    I hope that helps.

    --
    Cynical Idealist
  68. Re:Mine! I can read anyone's email by cbiltcliffe · · Score: 1

    Hilarious.
    Really.
    My ass is somewhere on the floor.
    Seriously.

    Ok...now...
    If you're afraid of someone being able to read your email when it's hosted somewhere out of your direct control, then host it yourself.
    A combination of fetchmail, Apache, and Squirrelmail/Horde/GroupwareOfChoice, along with a free dyndns.com account, and you've got all your mail completely under your control, and still available anywhere.
    Assuming you use Linux, when you set it up, make sure you use encrypted LVM, and even if the government/police seize your equipment, they still can't read your email.
    You can also set it up to use SSL exclusively, which makes things even safer.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  69. Re:Privacy laws by cbiltcliffe · · Score: 1

    This is what I get for pointing out that our 'anonymous' submitter here is a company troll grasping for page hits.

    Errm...

    There's no link in the posting. How exactly would this generate page hits?

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  70. Re:For email apply the same laws as for paper mail by houstonbofh · · Score: 1

    "I wonder who he has been talking too? Quick, put a sniffer in last month! Case closed!"

  71. Finally, on on topic answer! by houstonbofh · · Score: 1

    Damn! I have mod points, but I have already posted in this thread. But thank you for being the first one with an on topic answer. I may just hunt you down in other threads and mod you up.

  72. Alternate solution by drb226 · · Score: 1

    Encryption! Even the most basic form of encryption -- writing in a secret language -- solves this problem. Don't drink the coolaid; remember to drink your ovaltine!

  73. There's always a work-around! by Paracelcus · · Score: 2

    Run an SMTP/POP3 server in a VM that loads from an encrypted partition, use a dynamic DNS service so that you can be found. Or rent a COLO in a third world country, etc, And send everything/receive everything as an encrypted attachment. Use steganography to distribute embedded keys in mainstream porn images on annoying pop-up web-page ads.

    Live in a skid-row hotel room, move often, use prepaid cell phones, don't use snail-mail, if you have a beard, shave, if you don't grow one, large dark glasses, broad-brimmed hat (lined with tinfoil) look behind you, AAAHHH!!!

    --
    I killed da wabbit -Elmer Fudd
    1. Re:There's always a work-around! by tehcyder · · Score: 1

      Run an SMTP/POP3 server in a VM that loads from an encrypted partition, use a dynamic DNS service so that you can be found. Or rent a COLO in a third world country, etc, And send everything/receive everything as an encrypted attachment. Use steganography to distribute embedded keys in mainstream porn images on annoying pop-up web-page ads.

      Live in a skid-row hotel room, move often, use prepaid cell phones, don't use snail-mail, if you have a beard, shave, if you don't grow one, large dark glasses, broad-brimmed hat (lined with tinfoil) look behind you, AAAHHH!!!

      But most of all, remember that you're not that interesting to anyone else, and that no-one is actually after you.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
  74. Re:I am a lawyer - you don't want email xing a bor by houstonbofh · · Score: 1

    You are more subject to interception, but not datamining.

  75. You forget something - APPLICATION of the law by Anonymous Coward · · Score: 0

    Your main problem is not the wide availability of intercept laws - it's the abuse thereof.

  76. Self-destructing data by Octetus · · Score: 1

    I wish that we could get any form of expiry date on mails that we send, that would be honored by mail servers like Google.

    a) we could have mail expiry dates like Microsoft Outlook on headers, that would make the mail client or server delete them;
    b) we could have a working version of something like this http://vanish.cs.washington.edu/

  77. How about using encrypted email for a change? by jopet · · Score: 1

    Its easy. Enigmail and Co have been there for ages.

  78. The Adrian Lamo method? by way2trivial · · Score: 1

    http://en.wikipedia.org/wiki/Adrian_lamo#Personal
    Popularly called the "homeless hacker" for his transient lifestyle, Lamo spent most of his travels couch-surfing, squatting in abandoned buildings and traveling to Internet cafes, libraries and universities to investigate networks, and sometimes exploiting security holes.[2] Despite performing authorized and unauthorized vulnerability assessments for several large, high-profile entities, Lamo refused to accept payment for his services. During this period, in 2001, he overdosed on prescription amphetamines.[5][6]

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  79. China definitely by KostasPlenty · · Score: 2

    China has arguably the best privacy laws. In China the state really will go the extra mile to protect the privacy of all government agencies that have access to your emails.

  80. IPv6 by muckracer · · Score: 1

    I wonder, how the adoption of IPv6 will cause a paradigm shift here. It would allow every user to host his very own mail server right at home (though technically already doable even with v4), incl. SSL etc.. Subpoenas for your mail would need to be real search warrants, the entire (mail) hosting industry would mostly become irrelevant and people could send mail the good old-fashioned way *directly* to each other ('s IP). Snoops would have an awful time with this, when they have their established live-feeds from the various Telco's providing (your) connectivity, but all they see is encrypted SSL traffic with Un-MITM-able self-signed (and out-of-band verified) certificates going on between people. A whole mesh could be created this way, even defeating traffic-analysis. Every user a remailer....oh the possibilities....

    1. Re:IPv6 by lingon · · Score: 1

      Sorry but the spam problem has made that impossible. The reason that you can't run a mail server at home is not a shortage of IP addresses in IPv4 but that most ISPs will refuse to deliver mail from dynamic IPs since thats mostly home subscribers (running an old an unpatched version of Windows and are therefore most likely part of a botnet) and not larger companies. That problem won't change with IPv6.

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

      Most users (95%+) will be too dumb to be able to mainain any server (including mail server), so this will not work. It would be very nice, but is unreal.

    3. Re:IPv6 by muckracer · · Score: 1

      > The reason that you can't run a mail server at home is not a
      > shortage of IP addresses in IPv4 but that most ISPs will refuse to
      > deliver mail from dynamic IPs since thats mostly home
      > subscribers (running an old an unpatched version of Windows
      > and are therefore most likely part of a botnet) and not larger
      > companies. That problem won't change with IPv6.

      Actually it most likely will. With IPv6 there's no need for *dynamic* IPs. Every person can have their own and that can be tied distinctly to that person (same as you street address on letters). So I don't see Spam as an issue, even with malware, as the IP can simply be blocked, as opposed to DHCP-pool'ed IPs.

      Besides, who say, mail agents can't have a feature specifically allowing only specific other people to remail through your address. Presumably this would only be people you actually know. The mail program would somehow communicate this to the mail program of the person in question, so they can establish their routes when wanting to remail.

  81. Legal precedent considers email secure by mrcaseyj · · Score: 1

    Back when clients started sending emails to lawyers, it was questioned whether lawyers had a responsibility to warn clients on their web sites that email was insecure. The courts decided that lawyers needn't publish public keys and tell clients to use them because it was considered almost always secure enough for almost all clients. Obviously some clients and lawyers need all the security they can get, but they apparently don't consider that the case in general. The situation was likened to telephones, snail mail, and faxes, which can be intercepted by a variety of adversaries, but apparently rarely are. The last time I sent an email to a lawyer a year or so ago, I checked the lawyer's web site and found no public key.

    One argument against lawyers encouraging clients to encrypt email is that even encrypted email is so insecure that the false sense of security might do more harm than good for the clients if they put things in emails that are better left unwritten.

  82. Re:For email apply the same laws as for paper mail by Anonymous Coward · · Score: 0

    but in many places that warrant is presented to your email host, not you.

  83. Trick Question by darth+dickinson · · Score: 1

    "Email Privacy" does not exist.

  84. Best Privacy Laws by Anonymous Coward · · Score: 0

    1. I'd go with an EU based company over almost anywhere else, except maybe Switzerland or Norway. EU privacy law is the most mature; it has the broadest definition of personal data so it is more likely to apply to any given situation; it provides you with the most rights, including rights to access/correct/delete your personal data, and some rights to obtain redress; it obligates EU companies to provide reasonable and adequate protections for your data (i.e. some security). In addition, they have some legal restrictions on transferring data out of the EU or allowing it to be accessed from outside the EU. While there are exceptions for access to your personal data for law enforcement, national security, judicial or other reasons, this is true of every privacy law that I'm aware of globally.
    2. I'd go with a company that doesn't have business operations outside of the EU. Even with the EU's cross-border transfer restrictions, when you do business with a company with business operations outside the EU, you are at greater practical risk, imo, of your data being transferred to a jurisdiction that doesn't provide as many rights or obligate as many protections.
    3. Within the EU, for too many reasons to go into here, I'd probably go with a company in Germany, Denmark, or Sweden.

  85. Re:For email apply the same laws as for paper mail by DCFusor · · Score: 1

    Nah, no warrant need to read them -- done all the time. Warrant only needed to convict you for something in them. But -- no need for a warrant then either. Just use the email to figure out who to watch, and then they bust you for whatever they see you do. Just like the way you are entitled to confront your accuser. Some guy calls the cops on you, they show up, and they see, you name it, and bust you for it. The cop is now "the accuser" and you never find out who called them. Just ask the cops sometime if they know, or are allowed to tell (yes, and no).

    --
    Why guess when you can know? Measure!
  86. Re by Winston+R+Navin · · Score: 1

    1. I'd go with an EU based company over almost anywhere else, except maybe Switzerland or Norway. EU privacy law is the most mature; it has the broadest definition of personal data so it is more likely to apply to any given situation; it provides you with the most rights, including rights to access/correct/delete your personal data, and some rights to obtain redress; it obligates EU companies to provide reasonable and adequate protections for your data (i.e. some security). In addition, they have some legal restrictions on transferring data out of the EU or allowing it to be accessed from outside the EU. While there are exceptions for access to your personal data for law enforcement, national security, judicial or other reasons, this is true of every privacy law that I'm aware of globally. 2. I'd go with a company that doesn't have business operations outside of the EU. Even with the EU's cross-border transfer restrictions, when you do business with a company with business operations outside the EU, you are at greater risk, imo, of your data being transferred to a jurisdiction that doesn't provide as many protections. 3. Within the EU, for too many reasons to go into here, I'd probably go with a company in Germany, Denmark, or Sweden, maybe UK.

  87. Re:For email apply the same laws as for paper mail by angel'o'sphere · · Score: 1

    Sorry, that is not how it works in germany or any EU country I know about, like france, italy or UK or netherlands.

    angel'o'sphere

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  88. Encrypt It by Danieljury3 · · Score: 1

    Encrypt it with quad ROT13!! Only then will your secrets be safe.

  89. Re:For email apply the same laws as for paper mail by Anonymous Coward · · Score: 0

    In Sweden, the law is very clear, providing very strong protection for paper mail. It has, however, been ruled that electronic correspondence is not covered by the same protection.

  90. DON'T PAY FOR IT! by gl4ss · · Score: 1

    if you don't want it to be associable to you via bank slips.

    ask it from a trusted associate who doesn't run backup servers and who has enough noise in his transfers.
    if you're really paranoid that is. of course, you should also have your eggs in multiple baskets. but if you don't want it to be searchable later, then you should somehow arrange that the chat isn't stored at all(so that whoever eavesdropping you would at least need to pretty much log all your traffic, because he couldn't just bust the door in).

    or write in riddles. it all depends on what your secret is.

    --
    world was created 5 seconds before this post as it is.
  91. What Country Has the Best Email Privacy Laws? by Anonymous Coward · · Score: 0

    China

  92. Encryption won't hide who you're talking to by lingon · · Score: 1

    For all of you shouting "encryption": Done properly, that will of course ensure that (evil) corporations and (evil) government won't be able to read your e-mails. However, that's often not what they are interested in, they're interested in who you're talking to. There's no support for encrypting the destination address in any standard.

  93. Re:RETARDED by Lobachevsky · · Score: 1

    In the U.S., if you are deemed to be hiding vital information and it's encrypted, you are required to give your decryption key or face jail time for contempt of court. There's an XKCD comic about beating the key out of someone as by far the most efficient way to decrypt.

  94. Nepal! by herojig · · Score: 1

    Nepal! The best law is none at all, for anything. Freedom and self-governance without a tax-sucking government to get in your way. Do what you want, as long as it hurts no one but yourself. If you screw up, you will be punished - by your peers. Namaste.

    --
    I think therefore I can't be ~TTNH
  95. Re:For email apply the same laws as for paper mail by faargenwelsh · · Score: 1

    "that is not how it works in germany or any EU country I know about, like france, italy or UK or netherlands."

    I would like to make two objections to your statement.

    1. German legal system is quite different from those of other European countries in that it puts a very special emphasis on human rights and very strong limitations to the power of government. Most of these limitations were invented to secure the "never again" principle, referring to the specific role Germany was playing during the Second World War. To the best of my knowledge, no other country in the E.U. has any comparable set of regulations. By the way, this German particularity gave rise to many cases in which German regulations (more respective of human rights) were in conflict with European regulations (less respective) and were consequently invalidated by the CJEU for the sake of "uniform treatment" (see Eugen Schmidberger Internationale Transporte und Planzüge, C-112/00, for an example).

    Anyway, my point is that you can not possibly compare limitations on government action existing in Germany with those existing in any other country of European Union (and, for that same reason, to countries signatories of ECHR).

    2. I know no sound man who can pretend to *know* four legal systems (in your case, .de, .fr, .it & .nl).

    3. Sticking to an example which is familiar to me (I am a practicing French attorney), I have to say that, whatever French regulations are in this matter (e-mail eavesdropping), I don't doubt any second that they are infringed on a regular basis by French authorities. This is a mere generalization of phone eavesdropping examples. Just google "écoutes téléphoniques france" and you will be surprised to find out how often phone eavesdropping scandals occur in this country and involving most prominent politicians. The last one I can remember of took place in october 2010 (you can use google translation services on this article http://www.ladepeche.fr/article/2010/10/01/918282-Affaire-Woerth-Bettencourt-Les-ecoutes-telephoniques-du-Monde-etaient-illegales.html );

    4. forgive me if I am mistaken, but your forum signature looks very much like an advertisement, and this seems a little bit inappropriate to me.

  96. In Soviet Russia by Anonymous Coward · · Score: 0

    In Soviet Russia, e-mail reads you

  97. $5 wrench by Anonymous Coward · · Score: 0

    At that point, you really don't need the law's help to keep your emails private.

    http://xkcd.com/538/

    Without good laws, there's nothing to discourage Big Brother from cracking your strong encryption with the $5 wrench, or its totalitarian equivalent. ("Give us the private key, or we lock you away in a shithole prison and never let you out.")

  98. Not to Pimp my own country but... by DarthVain · · Score: 1

    Canada has some pretty good Privacy Laws. Much stronger than the US. I don't know if they are the strongest, but they are probably up there. Canada has an independent Privacy Commissioner, as does every Province. I can also tell you that FIPPA or the Freedom of Information and Protection of Privacy Act is a BIG deal up here, and has been know to take down people who try and circumvent it. The only trouble I see with it really, is that it is VERY broad, which means it is open to interpretation, which means a lot of arguing, so sometimes the decisions are not quite quickly made.

    There have been a number of attempts by the Media companies to compromise these laws (for suing ISP users presumably) by lobbying to the Conservative government, but thus far have been shot down. There has also been some attempts are the part of Police in the "safe-the-children" department in the name of child porn to try and get a cart blanche to force ISP's to reveal information without a warrant. This was also shot down. So I am hesitantly confident that the Canadian privacy laws will continue to be strong into the future.

  99. If you don't have your own mailserver by Anonymous Coward · · Score: 0

    If you don't have time to setup your own mailserver:
    In Sweden there is a nonprofit organization called fripost, https://fripost.org/index.en.html
    Start your own local fripost organisation :)!

  100. User freedom is possible! by Anonymous Coward · · Score: 0

    If you live in Sweden then: https://fripost.org/index.en.html
    If not, start your own Free Email Association

  101. Re:Mine! I can read anyone's email by tehcyder · · Score: 1

    It is kinder in the long run not to feed the paranoid fantasies of the mentally ill.

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  102. Re:For email apply the same laws as for paper mail by angel'o'sphere · · Score: 1

    Ah well,

    I was talking about the laws ... but you are likely right that they get bent/broken here and there.

    I remember that incident where a foreign country was about to either buy a bunch of ICEs from Siemens or a bunch of TGWs. The bidding was done via email (perhaps not the internet email, I only know it was electronic, perhaps a kind of telegram).

    Always a short time after Siemens made a bit, it got undercut and later it got reviled that the french where ears dropping on the german company.

    I guess in germany it might be the same.

    Regarding your point 4. you are the first one "pointing this out". I thought it was more a statement about "my lifestyle", after all I'm consultant in lots of stuff which is talked about on /. and secondly I practice aikido ;D

    The sports you do can not really be advertisement, or?

    best regards

    angel'o'sphere

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  103. no country by Globalintimate · · Score: 1

    I think there is no absolutely free or privacy in this word except that we are a common person provide any value for others.

  104. Re:Privacy laws by Locke2005 · · Score: 1

    Actually, it's her inbox that has me worried...

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  105. rebel Libya by Anonymous Coward · · Score: 0

    they don't control emails (yet).

  106. Re:Mine! I can read anyone's email by cbiltcliffe · · Score: 1

    It is kinder in the long run not to feed the paranoid fantasies of the mentally ill.

    Kinder, but nowhere near as fun....

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  107. Email Privacy by sam83 · · Score: 1

    I think it's insecure. if you're relying on the law to keep your email private, you've already lost. Use digital signatures for authenticity and integrity network marketing in india

  108. confusion on protection by Anonymous Coward · · Score: 0

    I have littlebit confusion that, which country have better online protection service.

    MLM ranking