From: Jean-Marc Pigeon (Delson) Date: Fri, 15 Aug 2025 19:48:17 +0000 (-0400) Subject: Adding discredit on bad authentication X-Git-Tag: tag-0.15~7 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=751a1d7172b529578005231ede41cc16606949c5;p=jmp%2Fmailleur Adding discredit on bad authentication --- diff --git a/lib/lvleml.c b/lib/lvleml.c index 855a9ae..f541246 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -794,6 +794,7 @@ while (proceed==true) { static char *cmt="no authentication on clear chanel"; (void) eml_transmit(contact,true,"%d 5.7.0 %s",FAILED,cmt); (void) setterminator(contact,cmt); + contact->credit=-1; //"Bad boy" phase=999; //No need to go further } break;