<?php
/**
 * Options for the Bad Behaviour plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$meta['email'] = array('string');
$meta['skipblackhole'] = array('onoff');

