nanog mailing list archives

Re: EC2 and GAE means end of ip address reputation industry? (Re: Intrustion attempts from Amazon EC2 IPs)


From: Randy Bush <randy () psg com>
Date: Mon, 23 Jun 2008 08:18:35 +0900

Jim Popovitch wrote:
there is no inverse-RBLs and MTAs that work straight forward with
them.

from my exim config

  # Reject messages from senders listed in these DNSBLs
  # except for dnswl whitelust
  drop    condition     = ${if isip4{$sender_host_address}}
          message       = blocked because $sender_host_address is \
                          in  blacklist at $dnslist_domain: $dnslist_text
          !dnslists     = list.dnswl.org
          dnslists      = dialups.mail-abuse.org \
                          : rbl-plus.mail-abuse.org \
                          : qil.mail-abuse.com
          logwrite      = REJECT because $sender_host_address listed in
$dnslist_domain

note list.dnswl.org

randy


Current thread: