From 0c41f2af06c1a32095dbfc86525f635450fcb2d3 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 19 Apr 2016 18:22:43 +0200 Subject: [PATCH] uribl needs to hook in data_post When hooking into data, there's no email body to check, so no URI is found --- plugins/uribl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uribl b/plugins/uribl index 43ba696..eca9ac2 100644 --- a/plugins/uribl +++ b/plugins/uribl @@ -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();