diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-29 21:33:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-29 21:33:48 +0000 |
commit | ce8ceff179e243c0c34f785e6307f87a015f3fe1 (patch) | |
tree | 26e9f2784c070f49c3bc5feca84a8bc5f9c44455 /fetchmail.c | |
parent | 5a4137eff4dec7d3e2d9de804847f63ba97289c7 (diff) | |
download | fetchmail-ce8ceff179e243c0c34f785e6307f87a015f3fe1.tar.gz fetchmail-ce8ceff179e243c0c34f785e6307f87a015f3fe1.tar.bz2 fetchmail-ce8ceff179e243c0c34f785e6307f87a015f3fe1.zip |
Fix message.
svn path=/trunk/; revision=2028
Diffstat (limited to 'fetchmail.c')
-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) |