Re: [Exim] White Listing for RBLs

Top Page
Delete this message
Reply to this message
Author: William Thompson
Date:  
To: Fred Krug
CC: exim-users
Subject: Re: [Exim] White Listing for RBLs
> Thanks Andy,
>
> This looks easy enough for a newbe like me to understand:)
>
> >     deny    message       = host is listed in $dnslist_domain
> >               !senders      = /etc/exim/exim.whitelist
> >              dnslists      = bl.spamcop.net:dnsbl.njabl.org:relays.ordb.org

>
> Now if I wanted to block out an address like big@??? or a domain could
> I do it like the following or what would work?
>
>     deny    message       = host is listed in $dnslist_domain
>             !senders      = /etc/exim/exim.whitelist
>             senders      = /etc/exim/exim.blacklist
>             dnslists      = bl.spamcop.net:dnsbl.njabl.org:relays.ordb.org


Combine them so you know which order they actually will be checked in:
senders = !/etc/exim/exim.whitelist : /etc/exim/exim.blacklist