Currently the anti spam module doesnt seem to filter tracebacks send to articles. While I havent had any spam on my tracebacks, I see these are published automatically and can (and will) potentially be misused by "online casino" posters. should these ostings go through the anti spam module as well?

btw: I think you should rename this module to anti spam module, just to let people know we are the good guys :)

CommentFileSizeAuthor
#4 trackback.module.patch658 bytesjeremy

Comments

jeremy’s picture

Title: tracebacks » provide _spam hook so third-party modules can utilize spam filter
Priority: Minor » Normal

The proper thing to do is to provide hooks so that third party modules (such as trackback) can utilize the spam module. Trying to support all third party modules is an impossibility.

I plan to implement this eventually, but I'm currently focused on finishing a mail archive module, so it may take some time before I get back to focusing on the spam module.

Anonymous’s picture

+1 on this -- the trackback spam has begun on my site.

teradome’s picture

sorry, that would be me who posted #2.

jeremy’s picture

Assigned: Unassigned » jeremy
StatusFileSize
new658 bytes

A "spam_check" function has been added to allow third-party modules to utilize the spam module.

Attached is a simple example that should make the trackback module spam.module aware.

jeremy’s picture

Please see this trackback issue for a working patch implementing the _spam hook. Please test, and if it works say so on the linked issue so this can be merged into the trackback module.

Anonymous’s picture