Re: [exim] Recipient Checking

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Daniel Aquino
Date:  
À: exim-users, Daniel Aquino
Sujet: 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) !