From dd18cc765bb850ebf40cb3404707d0eb5fbb2d8b Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 22 Apr 2013 19:26:53 +0000 Subject: lists: allow subscribers to send to i18n-reports ML --- deployment/lists/manifests/init.pp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'deployment/lists/manifests') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 0368fc01..9ec761cf 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -59,14 +59,15 @@ class lists { topics => 'i18n', } - sympa::list::announce {'i18n-reports': - subject => 'Automated reports for translations', - reply_to => "i18n-discuss@$ml.::domain", - sender_email => [ + sympa::list {'i18n-reports': + subject => 'Automated reports for translations', + reply_to => "i18n-discuss@$ml.::domain", + sender_subscriber => true, + sender_email => [ 'r2d2@vargas.calenco.com', 'blog@mageia.org', ], - topics => 'i18n', + topics => 'i18n', } # please check that the list use the proper code for -- cgit v1.2.1