From 52f51a1ad2258734afc456af1535d4bfca0231d4 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sat, 6 Apr 2024 15:53:25 +0200 Subject: [PATCH] openscanhub: use OpenScanHub mailing list address ... in the notification e-mails. Signed-off-by: Siteshwar Vashisht --- roles/openshift-apps/openscanhub/templates/settings_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/openscanhub/templates/settings_local.py b/roles/openshift-apps/openscanhub/templates/settings_local.py index 6741632de7..7281c6234c 100644 --- a/roles/openshift-apps/openscanhub/templates/settings_local.py +++ b/roles/openshift-apps/openscanhub/templates/settings_local.py @@ -124,7 +124,7 @@ UMB_CLIENT_CERT = '/etc/osh/hub/msg-client-osh.pem' UMB_TOPIC_PREFIX = 'topic://VirtualTopic.eng.OpenScanHub.scan' # E-mail address used in the From: field of notifications generated by OpenScanHub -NOTIFICATION_EMAIL_ADDRESS = "no-reply@example.org" +NOTIFICATION_EMAIL_ADDRESS = "openscanhub@lists.fedoraproject.org" # E-mail address where notifications about failed/cancelled tasks are sent DEVEL_EMAIL_ADDRESS = "no-reply@example.org"