Author: Florian Weimer Date: To: exim-users CC: Sam Michaels Subject: Re: [exim] Lost connection during delay
* Philip Hazel:
> Exim implements "delay = 5m" in the most trivial possible way. It waits
> for 5 minutes. :-) I am not sure how easy it is to code "wait for 5
> minutes or until the connection goes away".
As far as I know, it's not possible to detect connection termination
without reading data from the socket. Exim would have to copy the
data to some user-space buffer.