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
Copy file name to clipboardExpand all lines: docs/user/bots.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This document contains complete reference of bots implemented by IntelMQ and how
12
12
Each bot has it's own configuration. The configuration consists of two types of parameters:
13
13
14
14
-**Generic parameters** that are common to all the bots and need to be set for each bot.
15
-
15
+
16
16
-**Runtime parameters** are needed by the bot itself during runtime. Some of these parameters can be inherited from the [global configuration](../admin/configuration/intelmq.md#runtimeyaml) (which is applied to all the bots), but can be overridden in the individual bot configuration.
17
17
18
18
## Generic Parameters
@@ -930,7 +930,7 @@ oldest files available!).
930
930
931
931
The resulting reports contain the following special field:
932
932
933
-
-`extra.file_name`: The name of the downloaded file, with fixed filename extension.
933
+
-`extra.file_name`: The name of the downloaded file, with fixed filename extension.
* `:after` tests if the date value occurred after given time ago; see `:before`
3655
-
3655
+
3656
3656
```
3657
3657
if time.observation :after '2015-09-12' { ... } # happened after midnight the 12th Sep
3658
3658
```
@@ -5006,7 +5006,13 @@ You can schedule the batch sending easily with a cron script, I.E. put this into
5006
5006
5007
5007
**`alternative_mails`**
5008
5008
5009
-
(optional, string) Path to CSV in the form `original@email.com,alternative@email.com`. Needed when some of the recipients ask you to forward their e-mails to another address.
5009
+
(optional, string) Path to CSV in the form `original@email.com,alternative@email.com`. Needed when some of the recipients ask you to forward their e-mails to another address. Delimit multiple recipients by the semicolon. The field is internally parsed by [Envelope](https://github.com/CZ-NIC/envelope#recipients) so pretty anything is allowed:
original3@email.com, Mary <person1@example.com>; John <person2@example.com>
5015
+
```
5010
5016
5011
5017
**`attachment_name`**
5012
5018
@@ -5070,7 +5076,7 @@ You can schedule the batch sending easily with a cron script, I.E. put this into
5070
5076
5071
5077
(required, string/array/object) SMTP server information and credentials. See [SMTP parameter](https://github.com/CZ-NIC/envelope#sending) of the envelope module.
0 commit comments