Topic: [request] anti-spam extension
is anyone working on one???
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [request] anti-spam extension
is anyone working on one???
Yes, there will be some official anti-spam extensions
Until then, here's something I've found to work very well on my forum: Create a forum called "Black Hole" or somesuch, and give it a description like "Don't post in here; it's just a trap for spambots." Make sure it is at the top of the Index page. The bots almost always post in the first section in which they're able to, so all the spam will end up in there and your users can ignore it. Then you can prune it (set it to prune topics ?0 days old) every once in a while.
I've had one or two spam posts in another forum since I started doing that (a few days ago), but at least a hundred in the Black Hole.
@Smartys
any e.t.a.? starting working on it? is there a prototype I can beta test?
@Adam Atlas
Thanks, good idea
I think you should consider using Naive_Bayes_classifier, which works pretty well in determining spam/non-spam e-mails. It can be one of possible extensions.
sopel: If you can find a PHP library that uses it, certainly, someone could develop it. However, we're likely going to focus more on services like Akismet and on features that are hard for bots to crack in the first place, like custom question(s) on signup, etc
I like some of the features in BB Spam Fighter which along with akismet have virtually stopped spam appearing on one forum.
great idea: http://research.microsoft.com/asirra/
great idea: http://research.microsoft.com/asirra/
how do those with poor vision get passed this?
trakman: Except it wasn't Microsoft's idea to begin with (and their implementation takes too much time to use, IMO). That probably won't be something we make an official extension.
I should point a problem with akismet.
It was developed targeting blog comments. Which is not the same as forum discussions.
For example, a forum usually have threads where the users post many links, that will be considered spam, also if you use words like:
download
pill
sex
etc.
You will likely get you message blocked.
I've tried akismet, it doesn't work properly in a forum, it's way to strict, I got banned like 5 times from my own forum,
Kind of cool...
Forum administrator: banned
lol
Anyway, I would suggest this for an extension or even part of punbb default installation:
Provide the possibility of defining a threshold for posting links. Like... the admin could set how many messages would a user need to post in order to be able to post a link.
That should work for a long time. If that wouldn't be enough, one could use the same strategy for a list of spammy words. Like... only allow to post words in the black list after this many posts.
Also, post-count based post frequency cap combined with the above techniques should be effective.
I think the power of this approach is the ability to set the level of protection based on the needs without letting the spammer know what is necessary to bypass spam protection.
pedrotuga: Those kinds of tools are good for extensions, as you said.
And Akismet isn't the only tool of that type, it's just the largest. I came across another one that I'm also going to look into turning into an extension.
PunBB Forums → PunBB 1.3 extensions → [request] anti-spam extension
Powered by PunBB, supported by Informer Technologies, Inc.