diff options
-rw-r--r-- | smtp.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,7 +116,11 @@ static int SMTP_check(FILE *sockfp,char *argbuf) ok = SM_ERROR; } else + { + if (outlevel == O_VERBOSE) + fprintf(stderr, "SMTP< (read failed)\n"); ok = SM_UNRECOVERABLE; + } return (ok); } |