Re: [exim] Lookups for blacklisted links within messages

Top Page
Delete this message
Reply to this message
Author: Mike Cardwell
Date:  
To: exim-users
Subject: Re: [exim] Lookups for blacklisted links within messages
* on the Mon, Feb 09, 2009 at 09:04:17AM -0800, Marc Perkel wrote:

>> pseudo code:
>>
>> forany {
>>     if( listed in whitelist ){
>>        false
>>     } else if( listed in blacklist ){
>>        true
>>     } else {
>>        false
>>     }
>> }

>
> How would you use it in an ACL?


By converting my pseudo code into real configuration after reading the
documentation which shows you how to do it.

Mike