Alain Williams wrote:
> This can't be hard, but it does the reverse of what I want ... I need to start the w/end
>
>
> I have a standard 'verify sender' in the acl_check_rcpt.
> There are a few people who send this domain email where this does not work -- IIRC they
> block incoming bouces (from<>). So I thought that I would whitelist them for this test only,
> create a file that has their domain(s) one per line:
>
>
> require verify = sender
> sender_domains = ! lsearch;/etc/exim/NoVerifySender_SenderDomain
You should be able to shorten this condition to:
!sender_domains = /etc/exim/NoVerifySender_SenderDomain