From a31ad6fa9315f354f16066279be2bb930bf3ef85 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 4 Mar 2024 11:27:39 -0800 Subject: Allow mga-qa-committers to post to backports-announce (mga#32854) There are currently no automated e-mails to that list, so this allows some communication to backports users. --- deployment/lists/manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index d54baa58..00efc29d 100755 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -2,6 +2,9 @@ class lists { # When adding a new list, also add it to the wiki page : # https://wiki.mageia.org/en/Mailing_lists + # Note: a sender_email of "FOO@group.${::domain}" corresponds to the members of the + # LDAP group mga-FOO + sympa::list::announce { 'announce': subject => 'Mageia announces', reply_to => "discuss@ml.${::domain}", @@ -337,7 +340,7 @@ class lists { sympa::list::announce { 'backports-announce': subject => 'Package backports for stable release', reply_to => "dev@ml.${::domain}", - sender_email => [ "buildsystem-daemon@${::domain}" ], + sender_email => [ "qa-committers@group.${::domain}", "buildsystem-daemon@${::domain}" ], topics => 'developers', } -- cgit v1.2.1