From: Jean-Marc Pigeon Date: Thu, 27 Nov 2025 19:00:07 +0000 (-0500) Subject: Adjusting terminator core for wrong authentication X-Git-Tag: tag-0.19~25 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=f4c2a869492180c2244b2940aa9895c103668fdf;p=jmp%2Fmailleur Adjusting terminator core for wrong authentication --- 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 {