Re: [exim] How would you do this?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Phil Pennock
Data:  
Para: Marc Perkel
CC: exim-user
Asunto: Re: [exim] How would you do this?
On 2008-09-21 at 15:49 -0700, Marc Perkel wrote:
> Looking up NZ records as follows:
>
> set acl_c_ns = ${lookup dnsdb{ns=$acl_c_sender_host_domain}{$value}fail}
>
> But what I want to do is look up each nameserver to see if any match a
> black list. How would I do that?


forany{<list>}{<condition>}

-Phil