We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ebdab commit 6ea9a02Copy full SHA for 6ea9a02
intelmq/bots/outputs/smtp_batch/output.py
@@ -126,8 +126,6 @@ def init(self):
126
raise MissingDependencyError('envelope', '>=2.0.0')
127
if jinja2 is None:
128
self.logger.warning("No jinja2 installed. Thus, the templating is deactivated.")
129
- if self.additional_grouping_keys and len(self.additional_grouping_keys) > 0:
130
- self.additional_grouping_keys_trans = {self.fieldnames_translation.get(k, k) for k in self.additional_grouping_keys}
131
self.set_cache()
132
self.key = f"{self._Bot__bot_id}:"
133
0 commit comments