Merge pull request #251 from dani/uribl_data_post
uribl needs to hook in data_post
This commit is contained in:
commit
5a802a036a
@ -498,7 +498,7 @@ sub collect_results {
|
|||||||
return \@matches;
|
return \@matches;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub hook_data {
|
sub hook_data_post {
|
||||||
my ($self, $transaction) = @_;
|
my ($self, $transaction) = @_;
|
||||||
|
|
||||||
return DECLINED if $self->is_immune();
|
return DECLINED if $self->is_immune();
|
||||||
|
Loading…
Reference in New Issue
Block a user