uribl needs to hook in data_post

When hooking into data, there's no email body to check, so no URI is found
This commit is contained in:
Daniel Berteaud 2016-04-19 18:22:43 +02:00
parent 43020a8041
commit 0c41f2af06
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();