From 74b10ad53f67646209561548fe0b4acfc1f22690 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 8 Oct 1997 20:23:21 +0000 Subject: Added the --invisible option. svn path=/trunk/; revision=1492 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 73a1cb3f..4e346a77 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -170,6 +170,8 @@ int main (int argc, char **argv) if (use_syslog) printf("Progress messages will be logged via syslog\n"); #endif + if (use_invisible) + printf("Fetchmail will masquerade and will not generate Received\n"); for (ctl = querylist; ctl; ctl = ctl->next) { if (ctl->active && !(implicitmode && ctl->server.skip)) dump_params(ctl); -- cgit v1.2.3