aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index d1867394..addf6a9e 100644
--- a/driver.c
+++ b/driver.c
@@ -717,7 +717,10 @@ struct query *ctl; /* query control record */
{
/* write message terminator */
if (SMTP_eom(mboxfd) != SM_OK)
+ {
+ fputs("fetchmail: SMTP listener refused delivery\n", stderr);
return(PS_SMTP);
+ }
}
return(0);