/**
  * Sets the default spam protection
  *
  * @param array A list of {@link ContactFormSpamProtector} objects
  */
 public static function set_default_spam_protection($p = array())
 {
     self::$default_spam_protection = $p;
 }