diff options
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |