aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTim Tianyang Chen <soapcn@gmail.com>2017-12-19 16:17:10 -0800
committerDmitry Vyukov <dvyukov@google.com>2017-12-21 10:27:12 +0100
commiteaadba986d31d4be987d5c350af119160162f033 (patch)
tree00c823bb005b9280f7d12136c8aee37b59a9513e /docs
parent49bed8cf4d28d1739c98526022e90ce98a03cf06 (diff)
syz-manager: enable sending group emails
Email_Addr variable has been changed to Email_Addrs that contains a list of recipient. Signed-off-by: Tim Tianyang Chen <soapcn@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 04c9ca1bf..301fee770 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -6,7 +6,7 @@ invocation time with the `-config` option. This configuration can be based on t
following keys in its top-level object:
- `http`: URL that will display information about the running `syz-manager` process.
- - `email_addr`: Optional email address to receive notifications when bugs are encountered for the first time.
+ - `email_addrs`: Optional list of email addresses to receive notifications when bugs are encountered for the first time.
Mailx is the only supported mailer. Please set it up prior to using this function.
- `workdir`: Location of a working directory for the `syz-manager` process. Outputs here include:
- `<workdir>/crashes/*`: crash output files (see [Crash Reports](#crash-reports))