Autor: Wakko Warner Data: Para: Chris Edwards CC: exim-users Asunto: Re: [Exim] dnslists with addition data + condition
> I'm trying to feed "additional data" to a blacklist lookup, and check the > result isn't 127.0.0.10:
>
> dnslists = dnsbl.sorbs.net/$acl_m8 != 127.0.0.10
>
> This doesn't seem to work as expected. The debug output is:
>
> >>> DNS lookup for 196.168.2.3 != 127.0.0.10.dnsbl.sorbs.net failed
>
> So it looks like the "/" syntax for additional data can't be combined
> with the = or != syntax for checking the return value.
>
> This is no major problem; just wondering if anyone can confirm this ?
Did you try:
dnslists = dnsbl.sorbs.net!=127.0.0.10/$acl_m8
?
--
Lab tests show that use of micro$oft causes cancer in lab animals