From 24eadaa54d07c112820b9cf0acb35950402943ea Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Thu, 27 Apr 2017 17:50:50 +0200 Subject: [PATCH] updated documentation --- mail_to_misp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_to_misp.py b/mail_to_misp.py index f4e77e5..c4c2f8d 100755 --- a/mail_to_misp.py +++ b/mail_to_misp.py @@ -87,6 +87,7 @@ if debug: # Init Faup f = Faup() +# Add tags according to configuration for malware in malwaretags: if malware in email_subject.lower(): for tag in malwaretags[malware]: