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:
parent
43020a8041
commit
0c41f2af06
@ -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