Re: [Exim] Dealing with broken MTAs

Top Page
Delete this message
Reply to this message
Author: Lee Maguire
Date:  
To: Exim Users
Old-Topics: Re: [Exim] Dealiang with broken MTAs
Subject: Re: [Exim] Dealing with broken MTAs
[2003-07-14] Andreas J Mueller wrote:
> If that doesn't help, disable callouts for their domains.


Rather than manually discovering and maintaining a list of domains
that refuse null senders, you might be able to use a dnsdb call
to dsn.rfc-ignorant.org. (see http://www.rfc-ignorant.org/policy-dsn.php )

e.g. something like

if ("${lookup dnsdb{a=${sender_address_domain}.dsn.rfc-ignorant.org}{$value}}"
is not "")

--
Lee Maguire <lee@???>