<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
so I'm assuming that my zone would be named something like
rbl.mydomain.com<br>
and then each IP address that I would block would have an ip address of
127.0.0.2?<br>
<br>
insert into records (domain_id, name, type,  content)  values 
('<zone_id>',  '192.168.35.2' , 'A', '127.0.0.2')<br>
<br>
Is this correct?<br>
<br>
Its a given that I would periodically have to purge, but I'd rather
have the system check against the localhost, then zen.spamhaus.org,
then others.<br>
<br>
<br>
<br>
<br>
Tyler Hall wrote:
<blockquote
 cite="mid:86d53a100910140906v68db7e49ne9a02dc3604347c7@mail.gmail.com"
 type="cite">Yes, it works, why wouldn't it?  RBLs just do DNS lookups
and look for an answer.<br>
  <br>
OT -- The only problem with having your own RBL is when will you know
to remove the listing?  You will end up blocking people longer then
they should be.    I've been in spamhaus before on accident, if I
emailed you during that time, I'd never be able to email you again
unless you plan on flushing out the table every few days.   Just think
about the stuff like that.<br>
  <br>
  <br>
  <br>
  <div class="gmail_quote">On Wed, Oct 14, 2009 at 9:06 AM, Curtis
Maurand <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:curtis@maurand.com">curtis@maurand.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000"><font face="Calibri">Has
anyone ever used PDNS to host an internal
RBL.  I'd like to cut down my traffic to spamhaus before I have to
start paying them a big fee.  I can harvest addresses from a mail log
and put them into a zone with an A record of 127.0.0.2.<br>
    <br>
--Curtis<br>
    <br>
    </font>
    </div>
    <br>
_______________________________________________<br>
Pdns-users mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
    <a moz-do-not-send="true"
 href="http://mailman.powerdns.com/mailman/listinfo/pdns-users"
 target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
    <br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
</body>
</html>