Kevin P. Fleming wrote:
>>>
> Is there a way to exclude some senders from this rule, like
>
> require verify = sender : !/etc/exim/goodsenders.txt
Of course!
require !senders = lsearch;/etc/exim/goodsenders.txt
verify = sender
<<<
Thanks. I put in an "accept senders = /etc/exim/goodsenders.txt" before
the "require verify" and it works fine.
Problem was I was testing with "exim -v -bvs someone@???" and
it always tried to look it up. Must be a problem with the -bvs option.
Telnetting in and typing by hand yielded the desired result.
--
Ben