diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |