On Wed, 30 Nov 2005 15:08:43 +0100
"Peter J. Holzer" <[EMAIL PROTECTED]> wrote:
> Post-connection hooks don't work. I thought I had included Hanno's
> patch, but I haven't. And looking at it again, I think the
> post-connection hook is called at the wrong position, so I'll postpone
> this until I have time to look at this more closely.
Maybe look at the diff I attached to the #37719 bug (Subject: [perl
#37719] PATCH: pre- + post-connection hooks in -forkserver).
There are 2 possible exit positions in -forkserver: The normal one (if
the client says "QUIT") in Qpsmtpd::TcpServer, or if the client just
disconnects in -forkserver.
Hanno
P.S.: seems like I missed the exit in the $SIG{ALRM} sub :(