From 86d48f566cfca9ec997b4a972695504c96ce692f Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Tue, 29 Sep 2020 17:19:07 -0700 Subject: [PATCH] README: fix wording about the mail hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b161f27..52dc30bf 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ altering some of the default settings. * `legacy_origin` (`true` for Debian (squeeze), Ubuntu (precise, trusty, xenial, bionic and default), `false` for Debian (wheezy and default)): Use the legacy `Unattended-Upgrade::Allowed-Origins` setting or the modern `Unattended-Upgrade::Origins-Pattern`. -* `mail`: A hash to configure email behaviour with two possible keys: +* `mail`: A hash to configure email behaviour with the following possible keys: * `report` (`undef`): Possible values are "always", "only-on-error" or "on-change". Defaults to "on-change". Note that "never" is achieved by not setting any `to` address. * `only_on_error` (`true`): Only send mail when something went wrong. Deprecated in unattended-upgrades 1.13 and newer in favor of `report`. * `to` (`undef`): Email address to send email too