From 5a3a05bc56f359a818a76f0560ed8101b14dbcce Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 7 Apr 2013 23:56:28 +0000 Subject: Add atelier-bugs mailing list --- deployment/lists/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'deployment') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 33e6c39f..64bc90b5 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -5,6 +5,13 @@ class lists { sender_email => "sysadmin@group.$::domain", } + sympa::announce_list_email {'atelier-bugs': + subject => 'Atelier bug reports from bugzilla', + reply_to => "atelier-discuss@ml.$::domain", + sender_email => "bugzilla-daemon@$::domain", + topics => 'atelier', + } + sympa::public_list {'atelier-discuss': subject => 'Discussions about artwork, web, marketing, communication', topics => 'atelier', -- cgit v1.2.1