diff options
-rw-r--r-- | examples/report-configuration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/report-configuration.xml b/examples/report-configuration.xml index 210ed0dae..728dc4c1a 100644 --- a/examples/report-configuration.xml +++ b/examples/report-configuration.xml @@ -1,8 +1,8 @@ <Reports> <Report name='core_stats' good='Y' modified='Y'> <Delivery mechanism='mail' type='nodes-digest'> - <Destination address='root@localhost'/> - <Destination address='user@domain.tld'/> + <Destination address='user@domain.tld'/> + <Destination address='user@otherdomain.tld'/> </Delivery> <Delivery mechanism='mail' type='nodes-individual'> <Destination address='user@domain.tld'/> |