Re: [Exim] deny domains how?

Top Page
Delete this message
Reply to this message
Author: Rossz Vamos-Wentworth
Date:  
To: exim-users
Subject: Re: [Exim] deny domains how?
Andy Firman wrote:
> I am trying to figure out how to deny any email from
> the whole SBC network as that company is out of control
> with spam and I am tired of adding all of the SBC
> IP blocks to my local_host_blacklist file.


You'd probably do better by blocking from dynamic ip addresses.

   deny   message       = $sender_host_address is in a black list at
$dnslist_domain\n$dnslist_text\n$dnslist_text
          log_message   = found in $dnslist_domain
          dnslists      = dnyablock.njabl.org


--
Rossz