Merge pull request #133 from msimerson/greylisting
patch from Carlos Canau
This commit is contained in:
commit
0db996d8df
@ -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