Re: [exim] DNS Blacklist/DNS Whitelist

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: 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.