Jeff Chan wrote:
I've set up a bitmasked, combined SURBL list with sc, ws, and ph data: multi.surbl.org
Tnx, I replace sc.surbl.org by multi.surbl.org in my script.
I'm not sure how other combined lists handle this, but how about some "combined" test entries:
Add 127.0.0.4 to ws, 127.0.0.6 to sc + ws, 127.0.0.8 to ph, 127.0.0.10 to sc + ph, 127.0.0.14 to sc + ws + ph. 127.0.0.12 to ws + ph.
With these test entries we would get for multi.surbl.org :
0.0.0.127.multi => not found 1.0.0.127.multi => not found (= no localhost confusion) 2.0.0.127.multi => 127.0.0.2 => sc 3.0.0.127.multi => not found (same for all odd.0.0.127) 4.0.0.127.multi => 127.0.0.4 => sc + ws [...] 14.0.0.127.multi => 127.0.0.14 => sc + ws + ph
Bye, Frank