Project

General

Profile

Actions

Feature #1354

open

akismet for spam filtering

Added by Christoph Koehler almost 16 years ago. Updated about 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Plugin Request
Target version:
-
Start date:
2008-06-02
Due date:
% Done:

20%

Estimated time:
Resolution:

Description

It would be nice to have a setting to allow akismet to filter for spam.


Files

akismet.patch (9.03 KB) akismet.patch Brad Beattie, 2009-05-15 20:15

Related issues

Related to Redmine - Feature #675: Anti-spam or captcha for issuesNew2008-02-16

Actions
Actions #1

Updated by Christoph Koehler almost 16 years ago

  • Assignee set to Jean-Philippe Lang
Actions #2

Updated by Derek Montgomery over 15 years ago

Yeah really, once you got one spam, it just keeps happening...
Please please provide any antispam mesure you see fit!!!!!

Actions #3

Updated by Derek Montgomery over 15 years ago

Still nothing on that?
:(

Actions #4

Updated by Adam Knight about 15 years ago

I'd love to leave Redmine open and allow anonymous folks to create tickets and such, but before I even look to see if there's a way to wiggle that in, this is a must. There must be a way (Akismet, ReCaptcha, etc.) to prevent spammers from abusing the system before that's feasible.

Actions #5

Updated by Brad Beattie almost 15 years ago

Seeing a fair amount of spam lately, I'm going to see if I can't provide the necessary hooks for anti-spam plugins. Ideally, I'd like it to be flexible enough to support content-filterers (e.g. Akismet, Mollom) and captchas for young users (e.g. Recaptcha). I'll post my patch here when I have it ready.

Actions #6

Updated by Brad Beattie almost 15 years ago

Brad Beattie wrote:

Seeing a fair amount of spam lately, I'm going to see if I can't provide the necessary hooks for anti-spam plugins. Ideally, I'd like it to be flexible enough to support content-filterers (e.g. Akismet, Mollom) and captchas for young users (e.g. Recaptcha). I'll post my patch here when I have it ready.

Got diverted by other things, but I found this akismet library in ruby today. That should provide a decent starting point.

Actions #7

Updated by Brad Beattie almost 15 years ago

Okay, this is just a first go, but it doesn't work yet.

  • Not sure how to get the request object into the model to work with
  • Not sure how to get the site url
  • Doesn't allow any review of whether or not something's spam, just outright denies the object creation. Instead, it should create the message, but set the spam column to true. The forum controller then needs to filter those out.

But yeah, just a start.

Actions #8

Updated by Etienne Massip over 12 years ago

  • Category set to Plugin Request
  • Assignee deleted (Jean-Philippe Lang)
Actions #9

Updated by Guru M about 10 years ago

Hi,

Brad Miller Beattie
This Akismet anti-spam for Rails might be useful.
"Easy Akismet and TypePad AntiSpam integration for Rails - Rakismet" by Josh French : https://github.com/joshfrench/rakismet

It exposes query and review submission methods like
spam? (predicate)
ham! (false positive)
spam! (submit)

Regards,
Guru M.

Actions

Also available in: Atom PDF