Order Tray | Contact Us | Home | SIG Lists

No subject


Sat Mar 21 21:18:14 UTC 2009


        /* There is a dot in the name. Check last part of
         * name. If longer than 4 char it must be a name
         * 4 or less is probably a domain (org, army, uk)
         */
        if(Dsuffix !=3D NULLCHAR){
            if(strlen(pp) <=3D 5){


Since my local domain is 5 characters, it's assuming it's not a domain
and thus it appends the domain suffix.   That's not really a good test
but easy to work around.

Thanks again.

Bill


As usual, I think I found this same issue once before.



More information about the nos-bbs mailing list