/**
 ** Spam Reporting
 **/

// Should we display a "report this message as spam" link in the
// message view?
$conf['spam']['reporting'] = false;

// If so, where should those messages be reported to?
$conf['spam']['email'] = 'postmaster@' . $GLOBALS['registry']->getParam('server_name');
