From ce8ceff179e243c0c34f785e6307f87a015f3fe1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Jul 1998 21:33:48 +0000 Subject: Fix message. svn path=/trunk/; revision=2028 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 488e95e5..c27a743a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1149,7 +1149,7 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) if (runp->invisible) printf("Fetchmail will masquerade and will not generate Received\n"); if (runp->postmaster) - printf("Fetchmail will forward misaddressed multidrop messages to %s.", + printf("Fetchmail will forward misaddressed multidrop messages to %s.\n", runp->postmaster); for (ctl = querylist; ctl; ctl = ctl->next) -- cgit v1.2.3