RE: [Exim] mysql Lookup problem?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Johansson Jan
Fecha:  
A: 'Tamas TEVESZ'
Cc: 'exim-users@exim.org'
Asunto: RE: [Exim] mysql Lookup problem?
> > still delivers to anyone/anywhere, but if the sql query is executed, the
>
>ok, change that "condition =" to "local_parts ="


condition = ${lookup mysql{select if(count(*), "yes", "no") from passwd
where id='$local_part@$domain'}{$value}{no}}

That works. for some reason 1 / 0 didnt work as expected? Anyway, thankyou
for your help, your statement was right, aslong as the responses were
replaced.

According to p. 103 in the book "0" "no" "false" should all generate a fail
in the dition", can anyone shed som ligt on why it didnt in this case? (Exim
3.33)