From bacc3b85d01a8be2aeb0b4995970df5be50cd885 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 9 Nov 2016 09:52:30 +0100 Subject: [PATCH] Do not print the fetchmail configuration in logs, fixes #10 --- fetchmail/fetchmail.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetchmail/fetchmail.py b/fetchmail/fetchmail.py index 50bcf743..c4e87660 100755 --- a/fetchmail/fetchmail.py +++ b/fetchmail/fetchmail.py @@ -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')