patch from Carlos Canau <Carlos@Canau.COM>
This commit is contained in:
parent
3273abb25e
commit
4c314eb642
@ -286,7 +286,7 @@ sub greylist {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return DECLINED if $self->is_immune();
|
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();
|
return DECLINED if $self->geoip_match();
|
||||||
|
|
||||||
my $db = $self->get_db_location();
|
my $db = $self->get_db_location();
|
||||||
|
Loading…
Reference in New Issue
Block a user