aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 1d379a5b..431a7e64 100644
--- a/sink.c
+++ b/sink.c
@@ -1450,7 +1450,7 @@ int close_sink(struct query *ctl, struct msgblk *msg, flag forward)
* re-forwarded on subsequent poll cycles.
*/
return(send_bouncemail(ctl, msg, XMIT_ACCEPT,
- "LSMTP partial delivery failure.\r\n",
+ "LMTP partial delivery failure.\r\n",
errors, responses));
}
}