From 4c314eb642acc50a0aaaf19b1cb6b75946526e92 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 2 Oct 2014 15:21:51 -0700 Subject: [PATCH] patch from Carlos Canau --- plugins/greylisting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/greylisting b/plugins/greylisting index e10d6ba..edd7324 100644 --- a/plugins/greylisting +++ b/plugins/greylisting @@ -286,7 +286,7 @@ sub greylist { ); return DECLINED if $self->is_immune(); - return DECLINED if !$self->is_p0f_match(); + return DECLINED if !$self->p0f_match(); return DECLINED if $self->geoip_match(); my $db = $self->get_db_location();