aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-10-31 13:45:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-10-31 13:45:55 +0000
commit51276332630d498712af296bd238e34b8daf037c (patch)
tree11c41598868667209fa94082c93a2e667e6c91d6 /smtp.c
parentcaef674e29106c14aae5e77d82e6c3ab052d3d3b (diff)
downloadfetchmail-51276332630d498712af296bd238e34b8daf037c.tar.gz
fetchmail-51276332630d498712af296bd238e34b8daf037c.tar.bz2
fetchmail-51276332630d498712af296bd238e34b8daf037c.zip
Ready to ship stable.
svn path=/trunk/; revision=3763
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c2
1 files changed, 2 insertions, 0 deletions
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;
}