From c36c712828fd17ea6fd107b56a2f5a5edc2803db Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 7 Apr 2013 23:56:25 +0000 Subject: lists: allow sysadmin@group. to send to announce Until we find a better way to manage list of authorized senders on this list. --- deployment/lists/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 428cf9d3..33e6c39f 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -2,7 +2,7 @@ class lists { sympa::announce_list_email { 'announce': subject => 'Mageia announces', reply_to => "discuss@ml.$::domain", - sender_email => "root@$::domain", + sender_email => "sysadmin@group.$::domain", } sympa::public_list {'atelier-discuss': -- cgit v1.2.1