Merge pull request #133 from msimerson/greylisting

patch from Carlos Canau
This commit is contained in:
Jared Johnson 2014-10-03 01:02:38 -05:00
commit 0db996d8df

View File

@ -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();