From 4a662012aaaac370332831aa7ca8c135185f8ceb Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 27 Jun 2012 14:47:02 -0700 Subject: [PATCH] dspam: added missing return --- plugins/dspam | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/dspam b/plugins/dspam index 22ac794..d92da7f 100644 --- a/plugins/dspam +++ b/plugins/dspam @@ -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');