This async plugin doesn't need the disconnect hook.

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@879 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Radu Greab 2008-05-01 06:17:16 +00:00
parent 8dda36cf02
commit 79aa27f444

View File

@ -105,14 +105,6 @@ sub hook_rcpt {
return DECLINED; return DECLINED;
} }
sub hook_disconnect {
my ($self, $transaction) = @_;
$self->qp->connection->notes('dnsbl_sockets', undef);
return DECLINED;
}
1; 1;
=head1 NAME =head1 NAME