From 961c949249137dceec492ad84edc2a4d2ad12796 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 8 Jan 1997 22:24:23 +0000 Subject: Added the preconnect feature. svn path=/trunk/; revision=719 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e21b7b65..7925f38d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -861,6 +861,10 @@ void dump_params (struct query *ctl) printf(" Messages will be delivered with '%s.'\n", visbuf(ctl->mda)); else printf(" Messages will be SMTP-forwarded to '%s'.\n", visbuf(ctl->smtphost)); + if (ctl->preconnect[0]) + printf(" Server connection will be preinitialized with '%s.'\n", visbuf(ctl->preconnect)); + else if (outlevel == O_VERBOSE) + printf(" No preinitialization command.\n"); if (!ctl->localnames) printf(" No localnames declared for this host.\n"); else -- cgit v1.2.3