If it is possible to lookup the poster's IP number of a spam comment or node, it'd be helpful to include this in the listing tables, to make it easier to spot spam coming in from a single source.

CommentFileSizeAuthor
#2 spam.module_0.patch4.58 KBjeremy

Comments

jeremy’s picture

This information is available, I will add it to the overview table as requested.

BTW: I intend to create a blacklist module that interfaces with the spam module to handle the blacklisting of repeat offenders. When time permits.

jeremy’s picture

Assigned: Unassigned » jeremy
StatusFileSize
new4.58 KB

Implemented. If you wish to update before the new tarball is created, use the attached patch. Before applying the patch, execute the following in your database:

ALTER TABLE spam_nodes ADD hostname varchar(128) NOT NULL default '';

From the changelog:

    o add 'hostname' column to spam_nodes table (not needed for spam_comments
      because hostname is already stored in core comments table)
Anonymous’s picture