Re: [exim] Recipient Checking

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Daniel Aquino
Fecha:  
A: exim-users, Daniel Aquino
Asunto: Re: [exim] Recipient Checking
On Dec 24, 2007 12:22 PM, Daniel Aquino <mr.danielaquino@???> 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
> Yet when it appears to accept the recipient even when I send false!


It appears that after testing various characters the proper
termination is a NULL (ascii 0) character not EOF (ascii 26) !