Re: Whitelisting Blacklisted Server
David Cannings <[email protected]> Thu, 20 Jan 2005 19:54:57 +0000
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
Jonathan Vanasco wrote: > On Jan 20, 2005, at 2:01 PM, Matt 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? > > whitelist that person w/spamassassin's site configuration file That isn't going to work if Exim is denying the mail because it's in a RBL, as that has nothing to do with SpamAssassin. David