Re: [Exim] Verisign pulls a fast one

Etusivu
Poista viesti
Vastaa
Lähettäjä: Richard Lithvall
Päiväys:  
Vastaanottaja: Sheldon Hearn
Kopio: exim-users
Aihe: Re: [Exim] Verisign pulls a fast one
Sheldon Hearn wrote:

>>  deny message = Listed in VeriSign wildcard A records
>>     condition = ${if eq{${lookup \
>> dnsdb{a=${sender_address_domain}}{$value}}}{64.94.110.11}{yes}{no}}

>
>
> Woah, hang on. What if you have a valid domain with an MX record but no
> A records? I can't think of a domain name to test this with.


The A record must equal 64.94.110.11 for this to be true, any other
(including no A record at all) expands to false.
(Or have i overseen some logic?)

/Richard