Re: [exim] Lookups for blacklisted links within messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Mike Cardwell
Fecha:  
A: exim-users
Asunto: 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