dspam: added missing return
This commit is contained in:
parent
fd71e9b98e
commit
4a662012aa
@ -217,6 +217,7 @@ sub register {
|
|||||||
|
|
||||||
if ( ! -x $self->{_args}{dspam_bin} ) {
|
if ( ! -x $self->{_args}{dspam_bin} ) {
|
||||||
$self->log(LOGERROR, "dspam not found: ");
|
$self->log(LOGERROR, "dspam not found: ");
|
||||||
|
return DECLINED;
|
||||||
};
|
};
|
||||||
|
|
||||||
$self->register_hook('data_post', 'data_post_handler');
|
$self->register_hook('data_post', 'data_post_handler');
|
||||||
|
Loading…
Reference in New Issue
Block a user