Remove unused sub from greylist tests
Not sure how long ago this fell out of use and neither is the author
This commit is contained in:
parent
846c77ee94
commit
63de50c808
@ -279,14 +279,3 @@ sub rc {
|
|||||||
return return_code($r) . ": $msg";
|
return return_code($r) . ": $msg";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub _reset_transaction {
|
|
||||||
my $self = shift;
|
|
||||||
|
|
||||||
$self->qp->connection->relay_client(0);
|
|
||||||
$self->qp->transaction->notes('whitelistsender',0);
|
|
||||||
$self->connection->notes('whitelisthost',0);
|
|
||||||
$self->qp->transaction->notes('tls_enabled',0);
|
|
||||||
$self->{_args}{p0f} = undef;
|
|
||||||
$self->{_args}{geoip} = undef;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user