[105407] in North American Network Operators' Group
Re: EC2 and GAE means end of ip address reputation industry? (Re:
daemon@ATHENA.MIT.EDU (Randy Bush)
Sun Jun 22 19:18:41 2008
Date: Mon, 23 Jun 2008 08:18:35 +0900
From: Randy Bush <randy@psg.com>
To: Jim Popovitch <yahoo@jimpop.com>
In-Reply-To: <7ff145960806221133o65634d02m9af18bf6ea195b93@mail.gmail.com>
Cc: nanog <nanog@nanog.org>
Errors-To: nanog-bounces@nanog.org
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