Is the content of PMs monitored, held against us

This thread got me curious and in the interests of fighting ignorance, I poked around with reporting PMs to see what would happen.

So, over on the board where I have admin rights (big mistake, that. :wink: ) I took a PM someone sent me (it was just a “Hi, how’s it going?” PM, so nobody needs to panic.) and hit the “report PM” button.

What I got was the standard vB “report post” report which looks like this (links deactivated and names removed)

[QUOTE=admin]
Fenris has reported a private message.

Reason:

Sent by: Mystery Poster who shall not be named.
Original Content:

[/QUOTE]

So: Assuming that the SDMB is on the same or a similar version as the other board,

A) You should have a “Report PM” button in the upper right corner of any PMs–except ones that you send to yourself. I tried that first as a test, and no button.

B) The unedited (and uneditable) contents of the PMs are delivered to the mods via email or wherever.

So, again assuming that we’re on similar versions, there is a remedy if you get an abusive/threatening PM. Report it. (If we’re not on similar versions then…well…disregard this post and throw tomatoes at me.)

PS–Dex is 100% correct when he says Mods/Admins can’t see PMs normally–there are no vB options for it. I’ve been told by people who understand this stuff that apparently someone at Jerry’s level of access could dig into the underlying database and probably pull out PMs but short of a court order or something, I don’t know how anyone would even start.

NM - it was too lame to waste your time on. Sorry.

Regards,
Shodan

Seriously, it’s not hard. As I said, using phpmyadmin ( which I don’t find much fun, but looking up the commands from plenty of sites gets one through ) one could just export them to a file. From a vBulletin staff member:


The pm table stores the meta information and the pmtext table stores the actual text. They are not encrypted.*
**
Alternatively a superadmin could just run a SQL query in the admin panel, as so:

*Code:

select * from vb3_pmtext where fromusername=‘USERNAME’

The above code snippet (change USERNAME to whoever you are searching for) will pull a listing of all PMs sent by a user.

Code:

select * from vb3_pmtext where touserarray like ‘%USERNAME%’

The above code snippet (change USERNAME to whoever you are searching for) will pull a listing of all PM’s sent to that user. *
Ramblings From The Marginalised

However, the whole idea reminds me of a Gene Hackman film I never actually saw. The lonely superadmin, bitter and obsessed, crouching in front of his monitor, reading through 50k of PMs and making connections to uncover an elaborate conspiracy.

Oh, and no need for a court order: one can do what one likes if one owns the forum, and so can those one delegates. And you could always say one was looking for child pornography.

I don’t think, if you had legit admin rights for the board, that you’d have to give a reason for reading PMs, except to your boss.

N/M.

Was gonna reply with “So you know Fenris, then” but too harsh. And I like Fenris. Though not in that way.

:dubious: I thought you DID say you liked me “that” way.

:frowning: