From e4697a975e136c884e0cf7c9056d8547fd959555 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 15 Dec 1997 03:21:44 +0000 Subject: Hide remotename. svn path=/trunk/; revision=1570 --- driver.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 61438f91..66d4c619 100644 --- a/driver.c +++ b/driver.c @@ -1184,11 +1184,15 @@ int num; /* index of message */ n = stuffline(ctl, buf); if (n != -1) { - sprintf(buf, "\tby %s (fetchmail-%s %s run for %s)\n", + /* + * We used to include ctl->remotename in this log line, + * but this can be secure information that would be bad + * to reveal. + */ + sprintf(buf, "\tby %s (fetchmail-%s %s)\n", fetchmailhost, RELEASE_ID, - protocol->name, - ctl->remotename); + protocol->name); n = stuffline(ctl, buf); if (n != -1) { -- cgit v1.2.3