Private listserve (or alternative)?
June 27, 2007 8:01 AM
Subscribe
Is there a way to privatize an email list whose members' email accounts can be read by "the man?"
I took on the responsibility of starting an email list for employees in my workplace with complaints they wished to air. Over the past year it has grown significantly, but I'm worried that because those who subscribe to the email list in general use their work email addresses--often they have no other--they are open to the possibility of the [i]higher-ups[/i] reading their complaints and discriminating against them in the future.
Is there an easy way to setup an email list so that even if the subscribers' email accounts can be read by a third party, that third party (who is NOT part of the email list) can't know the content of the emails? It would be preferable if the content of the emails sent/received via this list were unreadable [b]period[/b], but at the very least a disconnect between content and author is imperative.
I am open to creative solutions that maybe don't even involve an email list at all (i.e. a wiki, or a BBS-type system) but keep in mind that the majority of the people on this list aren't very tech-savvy and checking a message board every day for updates may not be in the realm of possibility.
posted by cklennon to computers & internet (10 comments total)
Use public key encryption to encrypt the content of a message with each recipient's public key (client certificate), sending the encrypted message to that recipient. Only the recipient will be able to decrypt and read the content of the message.
posted by Blazecock Pileon at 8:11 AM on June 27, 2007