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

master
kaiyou 8 years ago committed by GitHub
parent a9cb1e2d11
commit bacc3b85d0

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

Loading…
Cancel
Save