You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-07 23:03:21 +02:00
Do not print the fetchmail configuration in logs, fixes #10
This commit is contained in:
@@ -66,7 +66,6 @@ def run(connection, cursor):
|
|||||||
# Warning: the poll command contains the mailbox password
|
# Warning: the poll command contains the mailbox password
|
||||||
# in clear text
|
# in clear text
|
||||||
# print(fetchmailrc)
|
# print(fetchmailrc)
|
||||||
print(fetchmailrc)
|
|
||||||
finally:
|
finally:
|
||||||
cursor.execute("""
|
cursor.execute("""
|
||||||
UPDATE fetch SET error=?, last_check=datetime('now')
|
UPDATE fetch SET error=?, last_check=datetime('now')
|
||||||
|
|||||||
Reference in New Issue
Block a user