> From: Mark Murray

> in acl_check_rcpt I have this:

> ${lookup{$h_x-sender:}

In acl_check_rcpt  $h_ variables are unavailable.

> I'd like to be able
> to do something like the above (obviously in acl_check_data!).

>     condition           = 
> ${lookup{$h_from:}wildlsearch{/usr/local/etc/exim/local_sender_blacklist}{yes}{no}}

Use  ${address:$h_from:}
instead of  $h_from:

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to