From afeab849ef897c3948da7f0548a9422427f83aa3 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 2 Jul 2025 13:14:18 -0400 Subject: [PATCH] ned to think about immediat delivery --- lib/modrec.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/modrec.c b/lib/modrec.c index d4b989d..bda80e6 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -202,16 +202,8 @@ while (proceed==true) { break; } break; - case 3 : //check local delivery + case 3 : //check for immediat local delivery if (contact->recipients!=(RCPTYP **)0) { - RCPTYP **ptr; - - ptr=contact->recipients; - while (*ptr!=(RCPTYP *)0) { - (void) rou_alert(0,"%s JMPDBG code='%c' rcpt=<%s>", - OPEP,(*ptr)->code,(*ptr)->userid); - ptr++; - } } break; case 4 : //connection terminated -- 2.47.3