diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-10-31 13:45:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-10-31 13:45:55 +0000 |
commit | 51276332630d498712af296bd238e34b8daf037c (patch) | |
tree | 11c41598868667209fa94082c93a2e667e6c91d6 /smtp.c | |
parent | caef674e29106c14aae5e77d82e6c3ab052d3d3b (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |