Jeff Chan wrote:
Does anyone have any comments or preferences for either style?
Why set bit 7 if there is no 7th set at the moment ? It would be nice in my test output. OTOH I added support for bits 8..15 a year ago because that's what you wanted, and for that you could also use 127.0.255.126.
=== test output today (truncated) === 127.0.0.2 (------1-): .ix.dnsbl.manitu.net 127.0.0.2 (------10): .combined.njabl.org 127.0.0.2 (---43210): .opm.blitzed.org 127.0.0.2 (------1-): .multi.surbl.org 127.0.0.2 (-----21-): .sbl-xbl.spamhaus.org
=== demo output for 127.0.0.126 === 127.0.0.2 (------1-): .ix.dnsbl.manitu.net 127.0.0.2 (------10): .combined.njabl.org 127.0.0.2 (---43210): .opm.blitzed.org 127.0.0.2 (7654321-): .multi.surbl.org 127.0.0.2 (-----21-): .sbl-xbl.spamhaus.org
=== demo output for 127.0.255.126 === 127.0.0.2 (------1-): .ix.dnsbl.manitu.net 127.0.0.2 (------10): .combined.njabl.org 127.0.0.2 (---43210): .opm.blitzed.org 127.0.0.2 (FEDBCA987654321-): .multi.surbl.org 127.0.0.2 (-----21-): .sbl-xbl.spamhaus.org
These "aesthetical considerations" are just for fun, if there are no more serious arguments at all. Bye
On Tuesday, November 1, 2005, 10:44:23 PM, Frank Ellermann wrote:
Jeff Chan wrote:
Does anyone have any comments or preferences for either style?
Why set bit 7 if there is no 7th set at the moment ? It would be nice in my test output.
Maybe you can check my math:
Bit 2 sc Bit 4 ws Bit 8 ph Bit 16 ob Bit 32 ab Bit 64 jp
Bit 1 and 128 not used currently.
2 + 4 + 8 + 16 + 32 + 64 = 126
The 7th bit is jp, which does exist. :-)
These "aesthetical considerations" are just for fun, if there are no more serious arguments at all. Bye
Cool. Thanks,
Jeff C. -- Don't harm innocent bystanders.
Jeff Chan wrote:
Maybe you can check my math:
With some more fresh coffee...
2 + 4 + 8 + 16 + 32 + 64 = 126 The 7th bit is jp, which does exist. :-)
...in my count starting from 0 it's bit 6, 2**6 = 64, but whatever its number is, it certainly exists.
My picture was wrong, I confused 254 and 126. For 127.0.0.126 it is really nice:
127.0.0.2 (---43210): .opm.blitzed.org 127.0.0.2 (-654321-): .multi.surbl.org
SURBL has 6 bits, and OPM only 5 <g> Bye.