1 |
diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.96/plugins/uribl mezzanine_patched_qpsmtpd-0.96/plugins/uribl |
2 |
--- qpsmtpd-0.96/plugins/uribl 2016-02-16 23:52:02.000000000 +0100 |
3 |
+++ mezzanine_patched_qpsmtpd-0.96/plugins/uribl 2016-04-18 22:10:13.565072798 +0200 |
4 |
@@ -271,6 +271,7 @@ |
5 |
|
6 |
if ($l =~ /(.*)=$/) { |
7 |
push @qp_continuations, $1; |
8 |
+ next; |
9 |
} |
10 |
elsif (@qp_continuations) { |
11 |
$l = join('', @qp_continuations, $l); |
12 |
@@ -498,7 +499,7 @@ |
13 |
return \@matches; |
14 |
} |
15 |
|
16 |
-sub hook_data { |
17 |
+sub hook_data_post { |
18 |
my ($self, $transaction) = @_; |
19 |
|
20 |
return DECLINED if $self->is_immune(); |