dspam: added missing return

This commit is contained in:
Matt Simerson 2012-06-27 14:47:02 -07:00
parent fd71e9b98e
commit 4a662012aa

View File

@ -217,6 +217,7 @@ sub register {
if ( ! -x $self->{_args}{dspam_bin} ) {
$self->log(LOGERROR, "dspam not found: ");
return DECLINED;
};
$self->register_hook('data_post', 'data_post_handler');