Re: [exim] Recipient Checking

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Daniel Aquino
Data:  
Para: exim-users, Daniel Aquino
Assunto: 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) !