You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
original3@email.com, Mary <person1@example.com>; John <person2@example.com>
5098
5098
```
5099
5099
5100
+
**`additional_grouping_keys`**
5101
+
5102
+
(optional, list) By-default events are grouped by the E-Mail-Address into buckets. For each bucket one E-Mail is sent. You may add more fields to group-by here to make potentially more buckets.
5103
+
Side-effect: Every field that is included in the group-by is ensured to be uniqe for all events in the bucket and may thus be used for templating.
5104
+
Note: The keys listed here refer to the keys in the events (in contrast to the CSV column names).
5105
+
Default: `[]`
5106
+
5100
5107
**`attachment_name`**
5101
5108
5102
5109
(optional, string) Attachment file name for the outgoing messages. May contain date formatting like this `%Y-%m-%d`. Example: "events_%Y-%m-%d" will appear as "events_2022-12-01.zip". Defaults to "intelmq_%Y-%m-%d".
0 commit comments