From eaadba986d31d4be987d5c350af119160162f033 Mon Sep 17 00:00:00 2001 From: Tim Tianyang Chen Date: Tue, 19 Dec 2017 16:17:10 -0800 Subject: 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 --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: - `/crashes/*`: crash output files (see [Crash Reports](#crash-reports)) -- cgit mrf-deployment