Re: [exim] Lookups for blacklisted links within messages

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mike Cardwell
日付:  
To: exim-users
題目: 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