Re: [exim] Lost connection during delay

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Florian Weimer
Date:  
À: exim-users
CC: Sam Michaels
Sujet: 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.