From: Jean-Marc Pigeon (Delson) Date: Wed, 11 Jun 2025 17:46:08 +0000 (-0400) Subject: local domain detection seems to be working X-Git-Tag: tag-0.8~23 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=ecce1d9cf91885b4ef2603cd3094a24745085fe3;p=jmp%2Fmailleur local domain detection seems to be working --- 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++;