From a9364be36184cba562c490cdd4974ea1b8377ac4 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 30 Mar 2025 14:38:12 -0400 Subject: [PATCH] Working with feed00.tst on disconnect detection --- data-tst/feed00.tst | 8 ++++++-- lib/subrou.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.47.3