From 145930d55d2b22b04ff64634613f921e931dcecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 2 Aug 2018 17:04:46 +0200 Subject: [PATCH] new: Add config to disable DNS lookups --- mail_to_misp_config.py-example | 1 + 1 file changed, 1 insertion(+) diff --git a/mail_to_misp_config.py-example b/mail_to_misp_config.py-example index e170b0e..3c7096b 100644 --- a/mail_to_misp_config.py-example +++ b/mail_to_misp_config.py-example @@ -13,6 +13,7 @@ body_config_prefix = 'm2m' # every line in the body starting with this value wi m2m_key = 'YOUSETYOURKEYHERE' m2m_benign_attachment_keyword = 'benign' +enable_dns = True debug = False nameservers = ['149.13.33.69'] email_subject_prefix = 'M2M'