From 51ffd0e2cfa4b0e28426eef0398f597393560c18 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Mar 2024 09:24:35 +0100 Subject: [PATCH] build-fail-reminder: send mail to the 'new' mailing list address --- build-fail-reminder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-fail-reminder.py b/build-fail-reminder.py index ac32104e..0b9d4e8c 100755 --- a/build-fail-reminder.py +++ b/build-fail-reminder.py @@ -248,7 +248,7 @@ def main(args): if len(ProjectComplainList): # At least to report to the project for not building - send a mail to openSUSE-Factory ProjectComplainList.sort() - to = 'openSUSE-Factory@opensuse.org' + to = 'factory@lists.opensuse.org' fullname = "openSUSE Factory - Mailing List" subject = "%(project)s - Build fail notification" % {'project': project}