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

[svn:qpsmtpd] r877 - trunk/lib/Qpsmtpd

From:
radu
Date:
May 1, 2008 03:12
Subject:
[svn:qpsmtpd] r877 - trunk/lib/Qpsmtpd
Author: radu
Date: Wed Apr 30 23:11:22 2008
New Revision: 877

Modified:
   trunk/lib/Qpsmtpd/Plugin.pm

Log:
Allow plugins to use the post-fork hook.

Modified: trunk/lib/Qpsmtpd/Plugin.pm
==============================================================================
--- trunk/lib/Qpsmtpd/Plugin.pm	(original)
+++ trunk/lib/Qpsmtpd/Plugin.pm	Wed Apr 30 23:11:22 2008
@@ -4,7 +4,7 @@
 
 # more or less in the order they will fire
 our @hooks = qw(
-    logging config pre-connection connect ehlo_parse ehlo
+    logging config post-fork pre-connection connect ehlo_parse ehlo
     helo_parse helo auth_parse auth auth-plain auth-login auth-cram-md5
     rcpt_parse rcpt_pre rcpt mail_parse mail mail_pre 
     data data_post queue_pre queue queue_post vrfy noop



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