From 283b764430f1b4fed5dd9be35d7c0f595ca354c3 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 13 Mar 2024 12:40:08 -0700 Subject: [PATCH] checkcerts: use ceph-infra-admins@redhat.com as a "From" address ...so that bounces stand a chance of being seen Signed-off-by: Dan Mick --- tools/checkcerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkcerts.py b/tools/checkcerts.py index f195074d..6d923e82 100755 --- a/tools/checkcerts.py +++ b/tools/checkcerts.py @@ -57,7 +57,7 @@ def parse_args(): return ap.parse_args() def sendmail(emailto, subject, body): - FROM = 'gitbuilder@ceph.com' + FROM = 'ceph-infra-admins@redhat.com' TO = emailto # must be a list SUBJECT = subject TEXT = body -- 2.47.3