diff options
Diffstat (limited to 'deployment/lists')
-rwxr-xr-x | deployment/lists/manifests/init.pp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 00efc29d..ea26557e 100755 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -2,8 +2,10 @@ 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 + # Note: an e-mail of "FOO@group.${::domain}" corresponds to LDAP group + # mga-FOO, but only for a user sending from that group; the members are + # not expanded. subscriber_ldap_group and sender_ldap_group are expanded to + # their group members. sympa::list::announce { 'announce': subject => 'Mageia announces', @@ -340,7 +342,7 @@ class lists { sympa::list::announce { 'backports-announce': subject => 'Package backports for stable release', reply_to => "dev@ml.${::domain}", - sender_email => [ "qa-committers@group.${::domain}", "buildsystem-daemon@${::domain}" ], + sender_ldap_group => "mga-qa-committers", topics => 'developers', } |