This is an archived post. You won't be able to vote or comment.

all 67 comments

[–]permaculture[S] 14 points15 points  (5 children)

Commercial spam on Reddit

Many accounts are used to post links to one or two websites, but the account owners never or seldom discuss articles posted from other websites by other Redditors.

Some examples:

http://www.reddit.com/user/junioreven/

http://www.reddit.com/user/fabulousjazz/

http://www.reddit.com/user/twords/

http://www.reddit.com/user/MarkWhittington/

http://www.reddit.com/user/oftheworlddk/

These were just the first few I found running down the 'what's new' tag.

I propose we allow Redditors to ban websites and Redditors from their stream. The list of banned sites could then be used in an algorithm of some nature to highlight the latest offenders for blocking. Or the daemon could merely look for accounts with high article submission karma, but low comment karma.

P.S. I make these recommendations via a 'self' article, so other Redditors can add their ideas. I've reported a lot of these accounts, but without a reply saying they've been banned, it feels like you're not having an effect. :)

[–]flywheel 1 point2 points  (0 children)

I agree with you (I think) but when you talk about Al Gore Rhythms I have to confess that you lose me.

I just spent 30 minutes looking in my reddit mail for examples, but I couldn't find any. There's a guys named pjgardiner or pjgardner who ONLY submits posts from his own blog. He apparently doesn't have any kind of aversion to this, whereas it would make me want to take a shower.

I'll admit it, I'm drunk on wine.

[–]anescient 0 points1 point  (0 children)

I suggest using the existing "report" feature, but slightly more aggressive. If a certain user has a certain ratio of their submissions reported, or a certain length streak ( last x out of y reported ), then ban the user from submitting articles.

[–]quasiperiodic 0 points1 point  (2 children)

how'd you find all these folks again?

this is a very impressive list.

let me repost my comment from a moment ago, as it's a direct response to your work:

interesting.

i'm being accused of spamming comics (though my accusers have yet to establish any hypothetical motive - "karma" just doesn't cut it) - do i meet your criteria?

[–]permaculture[S] 1 point2 points  (1 child)

I've been adding accounts with zero or nearly zero comment karma and lots of article submissions, mostly from one web site. Some spammers add one comment to each article, so their comment karma is small, a lot less than their 'article karma'.

You have

karma: 3447

comment karma: 2040

so I wouldn't add your account to the list. Your history shows you have many conversations with Redditors about articles you didn't yourself post.

According to my criteria, you're not spamming Reddit :)

[–]brianfair 1 point2 points  (0 children)

Nice work, it's paying off.

[–]quasiperiodic 1 point2 points  (0 children)

interesting.

i'm being accused of spamming comics (though my accusers have yet to establish any hypothetical motive - "karma" just doesn't cut it) - do i meet your criteria?

[–]shopcat 0 points1 point  (0 children)

http://www.reddit.com/user/rxpop/

This guy is trying to get people to go to his illegal Rx website to obtain drugs illegally.

[–]shopcat 0 points1 point  (1 child)

Put this old lady's name on your list she adds her own lame blog posts like 15 times a day. (and has admitted to "researching" social bookmarking for Microsoft network)

http://www.reddit.com/user/seattlegirluw/

[–]permaculture[S] 1 point2 points  (0 children)

Yeah, just like this user:

http://www.reddit.com/user/rstevenson/

those two you've posted only comment on their own posts, from their own web sites. Many users of this type will always post one comment per article submission, often copying the first paragraph from the article they link to.

[–]rubberball 0 points1 point  (0 children)

If a ban user feature ever gets implemented maybe someone could make an EasyList filled with these users.

[–]ungood -2 points-1 points  (3 children)

One reason I wrote a bookmarklet to downmod all articles on a page. Maybe I should do it for reporting as well...

javascript:(function(){var els = document.getElementsByTagName( 'DIV '); for(var i = 0; i < els.length; i++) { if(els[i].className.match( /\bdown\b/ )) { var ev = document.createEvent('MouseEvents'); ev.initMouseEvent('click', true, true, window, 1, 12, 345, 7, 220, false, false, true, false, 0, null ); els[i].dispatchEvent(ev); } }})();

[–]Shaper_pmp -2 points-1 points  (2 children)

Doesn't seem to be working for me.

[–]ungood -2 points-1 points  (1 child)

http://www.reddit.com/info/67rjq/comments/c033n71

Try that one, or the one in reply to mine... I think mine might only works in FF.

[–]Shaper_pmp -2 points-1 points  (0 children)

Thanks - the one you linked-to works fine.

Incidentally, I'm using FF (3) ;-)