Changeset 3 for trunk/dnsbl/browse.cgi


Ignore:
Timestamp:
09/09/09 15:18:13 (15 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Fix another behavioural bug in export - don't export all classful entries

in a CIDR block if that block isn't OOB or volume-listed itself

Irrelevant test-case selections added in browse.cgi and export-dnsbl
Fix export for rbldnsd by passing the mode to export() on full export
Checkpoint segment of export-dnsbl that may not be needed due to above

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/browse.cgi

    r2 r3  
    2323        "WHERE b.block <<= ";
    2424my $sth0 = $dbh->prepare($basesql."'0/0' AND b.level=0 ORDER BY block");
    25 #my $sth0 = $dbh->prepare($basesql."'174.36.0.0/15' AND b.level=0 ORDER BY block");
     25#my $sth0 = $dbh->prepare($basesql."'76.73.0.0/17' AND b.level=0 ORDER BY block");
    2626my $sth1 = $dbh->prepare($basesql."? AND b.level=1 ORDER BY block");
    2727my $sth2 = $dbh->prepare($basesql."? AND b.level=2 ORDER BY block");
Note: See TracChangeset for help on using the changeset viewer.