On 24/12/2007, Daniel Aquino <[EMAIL PROTECTED]> wrote:
> My daemon is responding with true/false and ascii char 26 which is eof
> as the docs for ${readsocket} explain.
> I also tried with \n

The docs actually say '...reads from the socket until an end-of-file
is read'. The EOF referred to here isn't a character, but actually a
state - your daemon should just send its data and close the socket. I
think.

-- 
Peter Bowyer
Email: [EMAIL PROTECTED]

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to