summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/mda.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/mda.c b/usr.sbin/smtpd/mda.c
index 932d1abc152..5d5f9b573ab 100644
--- a/usr.sbin/smtpd/mda.c
+++ b/usr.sbin/smtpd/mda.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mda.c,v 1.115 2015/12/14 10:38:40 sunil Exp $ */
+/* $OpenBSD: mda.c,v 1.116 2016/01/08 19:31:29 chrisz Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -267,8 +267,8 @@ mda_imsg(struct mproc *p, struct imsg *imsg)
* if any
*/
n = iobuf_fqueue(&s->iobuf,
- "Return-Path: %s\nDelivered-To:"
- "%s\n",
+ "Return-Path: %s\n"
+ "Delivered-To: %s\n",
e->sender,
e->rcpt ? e->rcpt : e->dest);
else