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

Re: rbl problems and questions



"Daryle A. Tilroe" wrote:

>             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.* */
>             }

Well I made the above, simple, change and so far so good.  The only
thing I notice is that MAPS does not appear to have any TXT records
for thier lookups so I think I may also change the default 550:

550-iris.micralyne.com - You are on our reject-IP-address -list, GO AWAY!

to something that points to MAPS.

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