From 83b695fe73bae11791cccdba14058773f3682b8b Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Fri, 2 Jun 2017 06:58:05 +0200 Subject: [PATCH] more fixes --- mail_to_misp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_to_misp.py b/mail_to_misp.py index 9641250..d480071 100755 --- a/mail_to_misp.py +++ b/mail_to_misp.py @@ -54,6 +54,7 @@ debug = config.debug stdin_used = False email_subject = config.email_subject_prefix +mail_subject = "" #try: #if not sys.stdin.isatty(): if len(sys.argv) == 1: