From 5099e28778b86f0158d715fc88e2e7c65ef3cac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martti=20Rannanj=C3=A4rvi?= Date: Wed, 19 Feb 2020 11:39:36 +0200 Subject: [PATCH] util: Hide password but not the field name in dovecot-sysreport --- src/util/dovecot-sysreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/dovecot-sysreport b/src/util/dovecot-sysreport index d0d6fe79cc..5384fe926c 100755 --- a/src/util/dovecot-sysreport +++ b/src/util/dovecot-sysreport @@ -132,7 +132,7 @@ unwrap_and_hide_pass () { python <#hidden', conf) f = open('$SRTEMP/conf$cf', "w") f.write(hidden) f.close() -- 2.47.3