diff options
Diffstat (limited to 'deployment/lists')
-rw-r--r-- | deployment/lists/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 4a96ace1..511caa9a 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -93,6 +93,13 @@ class lists { topics => 'forums', } + sympa::announce_list_email {'forums-bugs': + subject => 'Forums bug reports from bugzilla', + reply_to => "forums-discuss@ml.$::domain", + sender_email => "bugzilla-daemon@$::domain", + topics => 'forums', + } + sympa::public_list {'doc-discuss': subject => 'Discussions about Mageia documentation', topics => 'doc', |