Merge pull request #251 from dani/uribl_data_post

uribl needs to hook in data_post
This commit is contained in:
Matt Simerson 2016-04-19 18:01:30 -10:00
commit 5a802a036a
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ sub collect_results {
return \@matches;
}
sub hook_data {
sub hook_data_post {
my ($self, $transaction) = @_;
return DECLINED if $self->is_immune();