Quote:
Originally Posted by primesuspect
One request I have is the ability through GUI to change the email address or turn off entirely the ability to email the administrator when a bot is blocked. On some of my sites I am getting over 50 a day and the emails are annoying. 
|
Seconding this! (Actually I mentioned this earlier too.)
Question to those who know PHP better than I do (which is, like, almost everyone here!): as a temporary fix, would commenting out the following line in the product help to stop the email notifications?
Code:
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
I'm thinking of trying it but I don't want to break the product and cause a flood of bot registrations again.