From c247ef3bd5fd76f97398941d01593f6a6eda46d7 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 9 Mar 2011 17:29:11 +0000 Subject: create sysadmin-bugs mailing list --- deployment/lists/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'deployment/lists') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 7e785c26..8f790c3d 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -91,6 +91,14 @@ class lists { topics => "sysadmin", } + sympa::announce_list_email { "sysadmin-bugs": + subject => "List receiving sysadmin bugs reports from bugzilla", + # FIXME change once we migrate + reply_to => "mageia-sysadm@$domain", + sender_email => "bugzilla-daemon@$domain", + topics => "sysadmin", + } + sympa::announce_list_email { "soft-commits": subject => "List receiving automated reports from soft/ repositories", # FIXME change once we migrate -- cgit v1.2.1