From 51276332630d498712af296bd238e34b8daf037c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 31 Oct 2002 13:45:55 +0000 Subject: Ready to ship stable. svn path=/trunk/; revision=3763 --- smtp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smtp.c') diff --git a/smtp.c b/smtp.c index 021c868c..6c357571 100644 --- a/smtp.c +++ b/smtp.c @@ -343,6 +343,8 @@ int SMTP_ok(int sock) else if (smtp_response[3] != '-') return SM_ERROR; } + if (outlevel >= O_MONITOR) + report(stderr, GT_("smtp listener protocol error")); return SM_UNRECOVERABLE; } -- cgit v1.2.3