On Wed, 20 Mar 2002, Bernhard R. Erdmann wrote:
> My first router checks against a "blacklist" of email addresses we don't
> want to have mails for:
>
> verify_blacklist:
> driver = domainlist
> require_files = /etc/exim/recipients_reject
> condition =
> ${lookup{$local_part@$domain}lsearch{/etc/exim/recipients_reject}{yes}{no}}
> verify_only
> fail_verify
> route_list = *
> modemask = 002
>
>
> What's impressed by the comment "set up a list of hosts"? Does the
> router verify_blacklist miss to set up this list?
Yes.
Callout will only be done if verification succeeds, and the router that
accepted the address sets up the remote hosts. Your router causes
verification to fail. So Exim won't do a callout for any addresses that
matches that router.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.