Re: Whitelisting Blacklisted Server

David Cannings <[email protected]> Thu, 20 Jan 2005 21:32:57 +0000
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
Michael F. Sprague wrote:
> Matt <[email protected]> wrote:
>> I use this to block spam on my server with Exiscan/Exim.
>> 
>> deny dnslists = relays.ordb.org : sbl-xbl.spamhaus.org
>>    message  = SPAM: rejected because $sender_host_address is in the 
>> blacklist at $dnslist_domain\n\ ($dnslist_text)
>> 
>> I need to whitelist a certain server thats listed in spamhaus.  How do I do 
>> that?
> Before the above entry put something like:
> 
> accept hosts = IP
> 
> and replace IP with the IP address or hostname of the server you wish to 
> whitelist.

Other tests below this RBL one will then be skipped, however, so this is
not an ideal solution.

David