Re: Whitelisting Blacklisted Server

Andreas Metzler <[email protected]> Thu, 20 Jan 2005 20:53:05 +0100
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
On 2005-01-20 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?

add
   hosts = !that.server
      cu andreas