Re: [exim] DNS Blacklist/DNS Whitelist

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jakob Hirsch
Data:  
Para: Pascal
CC: exim-users
Asunto: 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.