I use 3 dnsbl and have a lot of false positives with nets of my
region.
Yes, nets that are listed with CONNECT tag in the access map are
skipped by the dnsbl checks.
I need to skip all regional class C nets. It takes up about 700
records.
Using of "CONNECT:domain.ru OK" is impossible due to lack of closed
PTR-A lookup.
I wrote new ruleset and now it takes up only 28 records. It works well
for 3 month. Now 14 blocks with 2 records are listed in the access
file:
# ufanet: 94.41.0-127
NETCONNECT:94.41 0
PRCONNECT:94.41 128
# BIS(BashInformSvyaz), DSL pool: 94.75.0-63
NETCONNECT:94.75 0
PRCONNECT:94.75 64
# bashnet: 213.189.224-255
NETCONNECT:213.189 224
PRCONNECT:213.189 32
The record with tag NETCONNECT: is the net.
The record with tag PRCONNECT: is the number of hosts of this net.
I didn't know how to make my own m4-file so I inserted new ruleset in
the proto.m4 directly.
But I would like to do it more correctly through new FEATURE.
Where is feature's creating described?