Re: [exim] DNS Blacklist/DNS Whitelist

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: Pascal
CC: exim-users
題目: Re: [exim] DNS Blacklist/DNS Whitelist
Pascal wrote:

>   accept message        = X-Blacklist-Whitelisted: $sender_host_address
>   warn  message         = X-Blacklist-Warning: $sender_host_address is


The accept matches before the warn, so the warn will not be used.
Reverse the two statements.