Hi Hinch
As far as I know the bad behaviour script only has a blacklist for IP
addresses and not for keywords. Did all the spam comments originate
from one IP address? You can find out more about BB here:
http://www.bad-behavior.ioerror.us/documentation/
If you are looking to block a certain keyword the file you want to
poke around with is: admin/modules/dynamic.php - somewhere around line
83. You could run a check along the lines of:
if (strpos($comment, "BANNED WORD") !== false) { $error .= "Your
comment contains a nasty word. Sorry. |"; $scream[] = "comment"; }
Scott