Re: [exim] require verify = sender with exceptions

Top Page
Delete this message
Reply to this message
Author: Kevin P. Fleming
Date:  
To: exim-users
Subject: Re: [exim] require verify = sender with exceptions
Hochstrasser Benedikt 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