From 0cd700fc7ff83fbe1bac2697a4695c1698b9e02d Mon Sep 17 00:00:00 2001 From: Adrien Cunin Date: Mon, 8 Jan 2018 16:25:44 +0100 Subject: [PATCH] Treat mail sent to openstack-fr-owner as spam Because of the recent increase of spam sent there, as reported by the list owners. Change-Id: I0d00be80a6fd9154dab84e223fb4c69f57c77e1a --- modules/openstack_project/manifests/lists.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 60980a233f..4fab03d483 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -27,6 +27,7 @@ class openstack_project::lists( 'openstack-announce-owner' => 'spam', 'openstack-dev-owner' => 'spam', 'openstack-docs-owner' => 'spam', + 'openstack-fr-owner' => 'spam', 'openstack-i18n-owner' => 'spam', 'openstack-infra-owner' => 'spam', 'openstack-operators-owner' => 'spam',