From: Jean-Marc Pigeon (Delson) Date: Sun, 30 Mar 2025 18:38:12 +0000 (-0400) Subject: Working with feed00.tst on disconnect detection X-Git-Tag: tag-0.7~47 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=a9364be36184cba562c490cdd4974ea1b8377ac4;p=jmp%2Fmailleur Working with feed00.tst on disconnect detection --- diff --git a/data-tst/feed00.tst b/data-tst/feed00.tst index cac9442..c852fd9 100644 --- a/data-tst/feed00.tst +++ b/data-tst/feed00.tst @@ -14,5 +14,9 @@ R:250-8BITMIME R:250-ENHANCEDSTATUSCODES R:250-AUTH PLAIN LOGIN R:250 HELP -S:QUIT -R:221 2.0.0 Bye, closing connection... +#send a empty ehlo +S:EHLO +R:501 5.5.4 syntax error (domain part missing), closing connection. +R:Disconnected +#S:QUIT +#R:221 2.0.0 Bye, closing connection... diff --git a/lib/subrou.c b/lib/subrou.c index 3e0e566..ee0247a 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -21,7 +21,7 @@ //version definition #define VERSION "0.6" -#define RELEASE "27" +#define RELEASE "28" //Public variables PUBLIC int debug=0; //debug level