develooper Front page | perl.qpsmtpd.dev | Postings from May 2008

[svn:qpsmtpd] r879 - trunk/plugins/async

From:
radu
Date:
May 1, 2008 06:43
Subject:
[svn:qpsmtpd] r879 - trunk/plugins/async
Author: radu
Date: Wed Apr 30 23:17:16 2008
New Revision: 879

Modified:
   trunk/plugins/async/dnsbl

Log:
This async plugin doesn't need the disconnect hook.

Modified: trunk/plugins/async/dnsbl
==============================================================================
--- trunk/plugins/async/dnsbl	(original)
+++ trunk/plugins/async/dnsbl	Wed Apr 30 23:17:16 2008
@@ -105,14 +105,6 @@
   return DECLINED;
 }
 
-sub hook_disconnect {
-  my ($self, $transaction) = @_;
-
-  $self->qp->connection->notes('dnsbl_sockets', undef);
-
-  return DECLINED;
-}
-
 1;
 
 =head1 NAME



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About