> 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