aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeployment/lists/manifests/init.pp5
1 files changed, 4 insertions, 1 deletions
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',
}