From: Martti Rannanjärvi Date: Wed, 19 Feb 2020 09:39:36 +0000 (+0200) Subject: util: Hide password but not the field name in dovecot-sysreport X-Git-Tag: 2.3.11.2~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5099e28778b86f0158d715fc88e2e7c65ef3cac9;p=thirdparty%2Fdovecot%2Fcore.git util: Hide password but not the field name in dovecot-sysreport --- 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()