RE: [Exim] mysql Lookup problem?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Johansson Jan
Ημερομηνία:  
Προς: 'Tamas TEVESZ'
Υ/ο: 'exim-users@exim.org'
Αντικείμενο: 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)