From 8426873e4e457fa74030218caec29fb00e4b7690 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sun, 16 Nov 2025 12:08:05 -0500 Subject: [PATCH] Trying to debug spf problem --- lib/gesspf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gesspf.c b/lib/gesspf.c index 8a0f5c1..2794b09 100644 --- a/lib/gesspf.c +++ b/lib/gesspf.c @@ -603,6 +603,7 @@ list=(char *)0; phase=0; proceed=true; while (proceed==true) { + (void) rou_alert(8,"JMPDBG %s, phase='%d', domain=<%s>",OPEP,phase,domain); switch (phase) { case 0 : //Are the parameters available if ((domain==(char *)0)||(afnnum==(AFNTYP *)0)) { -- 2.47.3