Re: [exim] Lost connection during delay

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Florian Weimer
Ημερομηνία:  
Προς: exim-users
Υ/ο: Sam Michaels
Αντικείμενο: 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.