Re: [Exim] dnslists with addition data + condition

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [Exim] dnslists with addition data + condition
On 10 Mar 2004 at 14:10, Chris Edwards wrote about
    "[Exim] dnslists with addition data ":


| 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


As I read the spec, this should be

dnslists = dnsbl.sorbs.net != 127.0.0.10/$acl_m8

but what are you trying to accomplish? AFAIK dnsbl.sorbs.net is a
standard DNSBL. Is $acl_m8 set to an octet-reversed IP address?

- Fred