Having a record of blocked comments in the log would be very useful for identifying false positives. Currently when a message is blocked the only record is the counter on the configuration page.

Comments

chrissearle’s picture

If we're talking about the standard drupal log (watchdog) then I think that I can just add a call to watchdog on line 317 in http://drupalcode.org/project/blogspam.git/blob/refs/heads/7.x-1.x:/blog...

In effect that would mean that under Reports > Recent Logs you could filter by module blogspam and see the same text that the user sees on the form when it gets blocked. Probably categorized at INFO level.

Would that do?

chrissearle’s picture

Pushed an update that does this to the dev branch (7.x-1.x)

Not sure how long before the tar.gz file is updated - so if you want to test - make sure it's got today's date against it :)

biff45452’s picture

That's great. I'm currently testing it.

biff45452’s picture

It is working exactly as it should, thank you.

chrissearle’s picture

OK - I've not got any other changes planned - so even tho it's small I'll tag a release.

chrissearle’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.