]> SAFE projects GIT repository - jmp/mailleur/commitdiff
local domain detection seems to be working
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 11 Jun 2025 17:46:08 +0000 (13:46 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 11 Jun 2025 17:46:08 +0000 (13:46 -0400)
lib/unidns.c

index 9ca296c84d16e1860f2ed0168a96e7adadfa493d..2b645829cef76da85db76091de08ccb5587bdbef 100644 (file)
@@ -507,7 +507,6 @@ while (proceed==true) {
     case 3      :       //checking best MX with local interface
       while (*afns!=(AFNTYP *)0) {
         if (dns_matchiprec((*dns)->mxname,*afns,32)==true) {
-          (void) rou_alert(0,"%s JMPDBG mxname=<%s> is local",OPEP,(*dns)->mxname);
           status=dns_local;
           }
         afns++;