From f4c2a869492180c2244b2940aa9895c103668fdf Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Thu, 27 Nov 2025 14:00:07 -0500 Subject: [PATCH] Adjusting terminator core for wrong authentication --- lib/lvleml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lvleml.c b/lib/lvleml.c index 8c3f2b6..a83073d 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -883,6 +883,7 @@ while (proceed==true) { (void) eml_note(contact,NULL,"000 user <%s> pass=<%s> bad authentication", auth,rmtpass); (void) eml_transmit(contact,true,"%d 5.7.4 wrong authentication",BADAUTH); + (void) setterminator(contact,"Authentication failure"); contact->credit-=1; } else { -- 2.47.3