Mobile app version of vmapp.org
Login or Join
Alves908

: Are there any legal implications to reading a user's privates messages on a forum? I'm the webmaster of a forum and we are having trouble with a user and we suspect he uses privates messages

@Alves908

Posted in: #Forum #Legal #Privacy

I'm the webmaster of a forum and we are having trouble with a user and we suspect he uses privates messages to do illegal business (not illicit, but illegal according to the forum rules).

Are their any legal implications to reading the privates messages of that user in order for us to get proof that he is indeed doing business against our rules?

The server is located in Quebec, Canada.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

2 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

If you do not want to read the messages but you still want get more information then you could do some SQL commands on the database and see if he is using some suspicious words. E.g. if he would try to deal with drugs you could do something like this:

SELECT COUNT(*)
FROM forum_messages
WHERE user_id = hisId AND message_text LIKE '%drugs%';


(Of course you have to adapted the query to your database.)

Like this you did not read his messages but you still get information about potential illegal activities.

10% popularity Vote Up Vote Down


 

@Radia820

It's potentially illegal and also morally wrong.


Basically, if you would be unhappy for someone to read your private messages then it's wrong (morally) and I suspect it would be considered criminal under one of these Canadian Laws (technically the crime would be committed at the location of the server):-


Section 342 of the Criminal Code of Canada (deals with theft, forgery
of credit cards and unauthorized use of computer)
Section 184 of the Criminal Code of Canada (deals with privacy)



What does your website's terms of service say about this?


If the user agreed to a TOS that said no messages are private and administrators may read them if they suspect harassment or illegal activity is being undertaken or something similar then you'd be in a different legal space entirely.

The question really is did the user reasonably expect the message to be private based on the agreement they made with the site owner when signing up. E.g. if no agreement was made and the feature was called private messages, then any user would expect privacy.

The force in Law of TOS is questionable and I would still seek legal advice before proceeding further. The question is did the user have a reasonable expectation of privacy?


Advice


IMHO unless this guy is costing you money, stealing from you or harassing you then I would ban him from the site and forget about him. Why consider potentially committing a crime over some suspicions?

If you have direct evidence contact the police in his local vicinity and report the matter, if they obtain a warrant to access the mails then you're in the clear.

The police are starting to take hacking seriously, even if they don't understand it, so don't take the risk.


Please note: I'm not a lawyer in any country, this isn't legal advice it's opinion.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme