[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rbl problems and questions



I don't know why I missed that the first time.  So is it as simple as
changing:

            if (strncmp("127.0.0.",abuf,8) != 0) {
              has_ok = 1;
              continue; /* Isn't  127.0.0.* */
            }

to?:

            if (strncmp("127.",abuf,4) != 0) {
              has_ok = 1;
              continue; /* Isn't  127.* */
            }

Are there any unforeseen repercussions with this change?

Also with orbs gone for a while now is there any use in this code
that ignores a 127.0.0.4 return; in other words is the 127.0.0.4
convention for untestable still being used?:

            if (strcmp("127.0.0.4",abuf) == 0) {
              /* ORBS NETBLOCK */
              if (has_ok) continue;
            }

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi