Re: [exim] DNS Blacklist/DNS Whitelist

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: Pascal
Υ/ο: 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.