From f3f49a26f2f820c9041345c3001a136de289d8f7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 12 Feb 2024 23:38:26 -0800 Subject: Send packages-commits e-mails from new addresses These mails should be delivered more reliably because this domain has an SPF record. --- modules/subversion/templates/hook_sendmail.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/subversion/templates/hook_sendmail.pl b/modules/subversion/templates/hook_sendmail.pl index 8572070f..7277e330 100644 --- a/modules/subversion/templates/hook_sendmail.pl +++ b/modules/subversion/templates/hook_sendmail.pl @@ -10,7 +10,7 @@ ticket_map: "\bmga#(\d+)\b=https://bugs.mageia.org/show_bug.cgi?id=%s" revision-url: "https://svnweb.mageia.org/packages/?revision=%s&view=revision" subject_cx: 1 - from: root@<%= @domain %> + from: subversion_noreply@ml.<%= @domain %> to: <%- commit_mail.each do |mail| -%> - <%= mail %> @@ -25,6 +25,6 @@ ticket_map: "\bmga#(\d+)\b=https://bugs.mageia.org/show_bug.cgi?id=%s" revision-url: "https://svnweb.mageia.org/packages/?revision=%s&view=revision" subject_cx: 1 - from: root@<%= @domain %> + from: subversion_noreply@ml.<%= @domain %> to: <%= i18n_mail %> <%- end -%> -- cgit v1.2.1