From ecce1d9cf91885b4ef2603cd3094a24745085fe3 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 11 Jun 2025 13:46:08 -0400 Subject: [PATCH] local domain detection seems to be working --- lib/unidns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/unidns.c b/lib/unidns.c index 9ca296c..2b64582 100644 --- a/lib/unidns.c +++ b/lib/unidns.c @@ -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++; -- 2.47.3