1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-12-05 22:56:33 +02:00

Do not print the fetchmail configuration in logs, fixes #10

This commit is contained in:
kaiyou
2016-11-09 09:52:30 +01:00
committed by GitHub
parent a9cb1e2d11
commit bacc3b85d0

View File

@@ -66,7 +66,6 @@ def run(connection, cursor):
# Warning: the poll command contains the mailbox password
# in clear text
# print(fetchmailrc)
print(fetchmailrc)
finally:
cursor.execute("""
UPDATE fetch SET error=?, last_check=datetime('now')