Re: [exim] Recipient Checking

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Daniel Aquino
日付:  
To: exim-users, Daniel Aquino
題目: 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) !