diff options
author | Dan Fandrich <danf@mageia.org> | 2024-02-12 23:38:26 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-02-12 23:38:26 -0800 |
commit | f3f49a26f2f820c9041345c3001a136de289d8f7 (patch) | |
tree | fce42b6e3960ea887181a9f506b9987e55b7c1a0 /modules/subversion/templates | |
parent | 1dcb5d027b9dda13ff5740e0be1a0dc86f97d8c7 (diff) | |
download | puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.gz puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.bz2 puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.xz puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.zip |
Send packages-commits e-mails from new addresses
These mails should be delivered more reliably because this domain has an
SPF record.
Diffstat (limited to 'modules/subversion/templates')
-rw-r--r-- | modules/subversion/templates/hook_sendmail.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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 -%> |