diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-21 18:22:55 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-21 18:22:55 +0100 |
| commit | a1ab1cc12c1c3e1e9505b9abb49d0c343f23d1a5 (patch) | |
| tree | 659ac0d695df9e3943f17ecfcac9c2d53af9eb8a | |
| parent | 307569a3e64a2ae6ce9f97309dcb26a54c3f2e73 (diff) | |
| download | acit-a1ab1cc12c1c3e1e9505b9abb49d0c343f23d1a5.tar.gz acit-a1ab1cc12c1c3e1e9505b9abb49d0c343f23d1a5.tar.bz2 acit-a1ab1cc12c1c3e1e9505b9abb49d0c343f23d1a5.tar.xz | |
[smtp] Don't log email contents
| -rw-r--r-- | src/acit/smtpplugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acit/smtpplugin.py b/src/acit/smtpplugin.py index 8c47f75..fafa892 100644 --- a/src/acit/smtpplugin.py +++ b/src/acit/smtpplugin.py @@ -206,7 +206,6 @@ class SmtpPlugin(): import traceback self.mlog("An error occured in the SMTP runner:\n",traceback.format_exc()) self.mlog("As a result, the following email was discarded: %s '%s'"%(item.get("message-id"),item.get("subject"))) - self.mlog("Raw:\n"+item.as_string()) finally: self.que.task_done() |
