/**
  * If true, log the spam failures to the database
  *
  * @param boolean
  */
 public static function set_log_spam_failures($bool)
 {
     self::$log_spam_failures = $bool;
 }