aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--smtp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/smtp.c b/smtp.c
index 142821d0..cab2ef6c 100644
--- a/smtp.c
+++ b/smtp.c
@@ -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);
}