]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
checkcerts: use ceph-infra-admins@redhat.com as a "From" address 754/head
authorDan Mick <dmick@redhat.com>
Wed, 13 Mar 2024 19:40:08 +0000 (12:40 -0700)
committerDan Mick <dmick@redhat.com>
Wed, 13 Mar 2024 19:40:08 +0000 (12:40 -0700)
...so that bounces stand a chance of being seen

Signed-off-by: Dan Mick <dmick@redhat.com>
tools/checkcerts.py

index f195074d2ed974824b13ff63c9502e8143cf49af..6d923e8270e24ecbca1936413ed0f34c2d076b20 100755 (executable)
@@ -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